vit9696
|
acd769a557
|
OcBootManagementLib: Fix recovery-boot-mode handling
|
2020-08-31 16:37:57 +03:00 |
|
vit9696
|
360982d070
|
OcDataHubLib: Add possibility to inject coprocessor info
|
2020-08-30 20:24:39 +03:00 |
|
Goldfish64
|
73533f88e2
|
OpenCoreKernel: Implement arch filtering for Block
|
2020-08-30 11:16:34 -05:00 |
|
Goldfish64
|
2bddd41443
|
OpenCoreKernel: Implement arch filtering for injection and patching
|
2020-08-30 10:55:09 -05:00 |
|
vit9696
|
29d5b9d781
|
OcAfterBootCompatLib: Fix VMware compatibility with Apple Secure Boot
|
2020-08-30 17:59:28 +03:00 |
|
Goldfish64
|
eb74fb9f0d
|
OcCpuLib: Detect extended CPUID features
|
2020-08-29 21:51:45 -05:00 |
|
Goldfish64
|
bda3750d07
|
OcMacInfoLib: Fix 64-bit compatibility function
|
2020-08-29 21:07:10 -05:00 |
|
Goldfish64
|
1eaab9ad75
|
OpenCoreKernel: Fix 64-bit detection behavior
|
2020-08-29 19:53:13 -05:00 |
|
vit9696
|
250c1eefae
|
OpenCoreKernel: Improve KernelArch implementation
|
2020-08-29 16:18:59 +03:00 |
|
vit9696
|
b5c74d3e62
|
OcBootManagementLib: Add some callback stubs for image loader
|
2020-08-29 10:45:17 +03:00 |
|
vit9696
|
f486236511
|
OcFileLib: Provide file protocol reading to OcFileLib
|
2020-08-29 09:26:58 +03:00 |
|
vit9696
|
2208b89e43
|
Docs: Fix some comments
|
2020-08-29 07:42:10 +03:00 |
|
vit9696
|
0c2e97748d
|
OcBootManagementLib: Implement EfiBoot kernel capability detection
|
2020-08-29 07:01:08 +03:00 |
|
John Davis
|
8b452306e5
|
OpenCoreKernel: Implement force injection of system kexts (#111)
|
2020-08-27 18:52:53 +03:00 |
|
Goldfish64
|
8e2755f29c
|
OpenCoreKernel: Implement kernelcache fuzzy matching
|
2020-08-25 05:47:41 +03:00 |
|
vit9696
|
6b6304aa74
|
Docs: Improve multikernel documentation
|
2020-08-25 05:47:20 +03:00 |
|
Download-Fritz
|
a97b74e83c
|
OpenCore: Use direct PE loading for Secure Boot (#108)
Implement and integrate a PE image loader to circumvent UEFI Secure Boot when Apple Secure Boot is used.
|
2020-08-24 12:52:34 +02:00 |
|
Goldfish64
|
1ecceb0068
|
OpenCoreKernel: Implement 32-bit switching based on boot args
|
2020-08-22 16:53:00 -05:00 |
|
vit9696
|
5ded24b71f
|
OcAppleKernelLib: Expose kernel version to quirks
|
2020-08-22 22:28:28 +03:00 |
|
vit9696
|
7b53fa7142
|
OcAppleDiskImageLib: Fix ScanPolicy clash with DMG loading
|
2020-08-22 20:49:39 +03:00 |
|
vit9696
|
dc923bc895
|
OcAppleKernelLib: Partially fix kext blocking for 11.0
|
2020-08-22 09:54:29 +03:00 |
|
vit9696
|
dde7432b62
|
OcAppleKernelLib: Implement KXLD symbolic solver
|
2020-08-22 09:11:28 +03:00 |
|
John Davis
|
818f9e3f57
|
32-bit kernel switching support (#104)
* OcMacInfoLib: Add 64-bit model compatibility function
* OcMacInfoLib: Fix previous commit
* OpenCorePlatform: Store current SMBIOS platform
* OpenCorePlatform: Fix variable
* OpenCoreKernel: Implement 32-bit kernel switching
* OpenCoreKernel: Force 32-bit on EFI32
* OpenCoreKernel: Fix previous commit
|
2020-08-21 22:31:19 -05:00 |
|
vit9696
|
c8dfa95b60
|
OcAppleDiskImageLib: Fix connecting APFS dmg recoveries
|
2020-08-22 02:37:17 +03:00 |
|
vit9696
|
1a4c8c22bf
|
OcAppleSecureBootLib: Remove insecure interfaces
|
2020-08-20 22:28:08 +03:00 |
|
vit9696
|
e5a85b17fc
|
OcBootManagementLib: Implement 11.0 recovery compatibility
|
2020-08-20 20:33:22 +03:00 |
|
vit9696
|
e78301f744
|
OcBootManagementLib: Drop disk image suffix and voice
|
2020-08-20 20:33:22 +03:00 |
|
Goldfish64
|
342773ef34
|
OcAppleKernelLib: Use library FAT parsing
|
2020-08-20 12:05:56 -05:00 |
|
Goldfish64
|
f545a348a0
|
OpenCoreKernel: Block cache types via ForceKernelCache option
|
2020-08-19 15:17:54 -05:00 |
|
vit9696
|
04fa1c2394
|
OcAppleKernelLib: Implement cacheless & mkext kext patching and quirks (#102)
|
2020-08-18 23:47:38 +03:00 |
|
vit9696
|
70c55e03bb
|
OcAppleKernelLib: Implement CPUID patching for 10.6 64-bit
|
2020-08-16 04:59:47 +03:00 |
|
vit9696
|
b5dcbd32d1
|
OcAppleKernelLib: Implement KXLD link state handling (#101)
|
2020-08-16 00:33:56 +03:00 |
|
vit9696
|
c3e14b6824
|
OcAppleKernelLib: Implement mkext injection support (#99)
|
2020-08-15 00:40:06 +03:00 |
|
vit9696
|
d7d16127c5
|
OcConsoleLib: Add BuiltinText TextRenderer mode
Discovered on Lenovo V580 (i3 3120M)
|
2020-08-12 19:48:57 +03:00 |
|
vit9696
|
816e82188f
|
OpenCanopy: Reduce size by restricting boot management access
|
2020-08-11 18:03:10 +03:00 |
|
vit9696
|
459a769f83
|
OpenCoreUefi: Add immutablekernel loading support
references acidanthera/bugtracker#1071
|
2020-08-09 23:11:00 +03:00 |
|
vit9696
|
4d7d8268ff
|
OcDevicePathLib: Fix matching disk controllers with legacy OPROM (#95)
closes acidanthera/bugtracker#991
|
2020-08-09 08:30:33 +03:00 |
|
vit9696
|
ba5c51e32b
|
OpenCoreMisc: Provide handling of recovery-boot-mode
|
2020-08-09 00:49:28 +03:00 |
|
vit9696
|
7e965893bd
|
OcAppleKernelLib: Implement 64-bit cacheless kext injection (#96)
references acidanthera/bugtracker#358
|
2020-08-08 20:05:23 +03:00 |
|
Goldfish64
|
e5f086c779
|
OcVirtualFsLib: Add virtual directory support
|
2020-08-05 06:55:22 +03:00 |
|
vit9696
|
830b0139de
|
OcBootManagementLib: Make DMG loading support configurable
closes acidanthera/bugtracker#1073
|
2020-08-05 06:39:56 +03:00 |
|
Andrey1970AppleLife
|
7c9220f904
|
Bump version to 0.6.1
|
2020-08-03 19:20:02 +03:00 |
|
vit9696
|
6483fb6169
|
OcAppleSecureBootLib: Fix invalid assertion
|
2020-08-01 16:38:52 +03:00 |
|
vit9696
|
a7547f07d4
|
Include: Add BlockIoVendor header
|
2020-08-01 16:34:01 +03:00 |
|
vit9696
|
42c7e8a69f
|
Include: Update AppleCsrConfig with 11.0 definitions
|
2020-07-29 15:10:50 +03:00 |
|
Goldfish64
|
cbdef704f4
|
OcXmlLib: Add plist doctype export option
|
2020-07-26 20:25:25 -05:00 |
|
Goldfish64
|
b2e55152ea
|
OcFileLib: Implement AllocateCopyFileData
|
2020-07-25 21:26:02 -05:00 |
|
Goldfish64
|
0a16c8a126
|
OcXmlLib: Implement XmlNodeChangeContent
|
2020-07-25 18:03:59 -05:00 |
|
vit9696
|
bb990c8c5d
|
OpenCoreMisc: Perform serial init separately via SerialInit option
|
2020-07-25 19:04:56 +03:00 |
|
Goldfish64
|
b7e99c100c
|
Includes: Fix MKext header comments
|
2020-07-19 14:21:10 -05:00 |
|