vit9696
09aba22d36
Docs: Provide information about APFS
2020-04-13 06:13:02 +03:00
Andrey1970AppleLife
e40d710704
Docs: Delete ApfsDriverLoader.efi
2020-04-13 06:10:26 +03:00
vit9696
c244baa1ef
OpenCoreUefi: Fix EnableJumpStart -> EnableJumpstart
2020-04-13 05:46:27 +03:00
vit9696
2dfe69110b
OpenCoreUefi: Add APFS support
2020-04-13 05:35:33 +03:00
Andrey1970AppleLife
fab87db908
Docs: Enabled .VolumeIcon.icns
2020-04-10 01:08:07 +03:00
vit9696
aac39637f6
OpenCanopy: Various improvements ( #28 )
...
- Implemented disk label support
- Implemented volume icon support
- Separated PickerAttrbutes from ConsoleAttributes
Co-authored-by: vit9696 <vit9696@users.noreply.github.com>
Co-authored-by: Michael Belyaev <usrsse2@me.com>
2020-04-06 00:39:17 +03:00
vit9696
9b848de3e2
OcAppleBootCompatLib: Introduce ProtectMemoryRegions
...
closes acidanthera/bugtracker#791
2020-04-04 23:34:38 +03:00
vit9696
bd17802deb
OcAppleBootCompatLib: Implement RebuildAppleMemoryMap
2020-04-03 14:52:07 +03:00
vit9696
60fca487a3
OpenCoreUefi: Introduced SyncRuntimePermissions to fix Linux booting on CFL+
2020-04-02 23:55:59 +03:00
Andrey1970AppleLife
997a830eef
Docs: Fixed driver name
2020-03-15 18:24:15 +03:00
vit9696
63735d449b
Build: Rename some tools and drivers
2020-03-15 17:27:29 +03:00
Andrey1970AppleLife
da4cf0f0bb
Fixed previous
2020-03-15 03:08:14 +03:00
Andrey1970AppleLife
9aae27d166
Docs: Replaced PlatformInfo samples to iMac19,1
2020-03-15 01:42:42 +03:00
vit9696
6d61426da5
OcAppleBootCompatLib: Implement ProtectUefiServices quirk
2020-03-12 02:11:16 +03:00
vit9696
a6d547f6d9
OcDebugLogLib: Support Apple Debug Log protocol
2020-03-08 23:42:14 +03:00
vit9696
b1acc9ac3c
Docs: Sync with latest changes
2020-03-08 17:11:49 +03:00
vit9696
cfac2f049b
OpenCoreUefiInOut: Turn DirectGopCacheMode into a string
2020-03-08 14:28:20 +03:00
vit9696
6439b435db
OpenCoreUefi: Support MTRR cache policy in direct fb
2020-03-08 00:43:56 +03:00
Andrey1970AppleLife
41bd8bbd05
Update Samples
2020-03-07 20:09:29 +03:00
vit9696
55fd59b297
OpenCoreAudio: Support volume level conversion and min volume value
2020-02-29 03:15:13 +03:00
Andrey1970AppleLife
e1ef3695d9
Docs: Update samples
2020-02-27 03:35:01 +03:00
Andrey1970AppleLife
1a847d5c30
Docs: Update sample
2020-02-26 21:17:15 +03:00
vit9696
d4f7f39c43
OpenCoreAudio: Added voice assistance support and language detect
2020-02-25 06:30:49 +03:00
vit9696
77dc10b971
OpenCoreUefiAudio: Initial version
2020-02-24 04:16:08 +03:00
vit9696
878f9ed6f9
Docs: Fix typo
2020-02-16 05:59:28 +03:00
vit9696
a2348198cc
OpenCoreMisc: Implement HideAuxiliary support
...
closes acidanthera/bugtracker#693
2020-02-16 05:28:17 +03:00
vit9696
b526011796
OpenCoreUefi: Drop Scale and make NVRAM apply earlier
2020-02-16 02:57:53 +03:00
vit9696
1bbec25d40
OpenCoreUefi: Drop ProvideEarlyConsole due to different workarounds
2020-02-13 03:30:24 +03:00
vit9696
3c4f61894f
OpenCoreUefi: Implement DirectGopRendering support
2020-02-13 00:54:25 +03:00
vit9696
2f8b301f9a
OpenCoreUefi: Introduce ProvideEarlyConsole
2020-02-09 19:49:49 +03:00
vit9696
82cc8c65f6
OpenCoreMisc: Implement Apple BootPicker support
2020-02-09 14:31:47 +03:00
vit9696
73e6648e0b
OpenCoreMisc: Replace RequireVault and RequireSignature with Vault
2020-02-09 00:51:52 +03:00
vit9696
d8117255d7
OpenCoreUefi: Add support for ProtectSecureBoot
2020-02-09 00:11:20 +03:00
vit9696
7186530176
OpenCoreMisc: Add support for picker colouring
2020-02-08 22:45:33 +03:00
vit9696
77b015cf7c
OpenCoreUefi: Sync with new text rendering code
2020-02-08 21:56:30 +03:00
vit9696
772d101427
OpenCoreUefi: Removed AvoidHighAlloc quirk due to removed I/O over 4GB
...
closes acidanthera/bugtracker#449
2020-02-06 19:30:30 +03:00
vit9696
74bc374964
Docs: Improve kext samples
2020-02-02 15:37:43 +03:00
vit9696
abb512985d
OpenCoreKernel: Implement DummyPowerManagement quirk
2020-02-02 02:22:21 +03:00
vit9696
210df232d3
OpenCoreMisc: Add support for BuiltinTextRenderer and improve docs
2020-02-02 01:58:56 +03:00
vit9696
24bdf3c27e
OpenCoreMisc: Implement TakeoffDelay support
2020-02-01 15:09:33 +03:00
Andrey1970AppleLife
ed2c6f05b7
Docs: Update kext Comments
2020-01-27 22:18:23 +03:00
Andrey1970AppleLife
1fe84f6540
Docs: Update samples
2020-01-27 17:56:20 +03:00
vit9696
add94158e9
OpenCorePlatform: Include UEFI Windows bit in AdviseWindows
2020-01-25 15:43:21 +03:00
vit9696
cd65634a77
OpenCoreKernel: Implement IncreasePciBarSize support
2020-01-12 22:31:25 +03:00
vit9696
42e8f3156d
OpenCoreKernel: Add support for AppleXcpmForceBoost
2020-01-12 02:27:41 +03:00
vit9696
10ad3f3c30
OpenCoreMisc: Added default boot option update and AllowSetDefault Security option
2020-01-10 03:21:26 +03:00
Andrey1970AppleLife
8a5c903f55
Docs: Delete VirtualSMC.efi from Samples (See previous commit).
2020-01-06 17:13:34 +03:00
vit9696
62b1a1bbba
OpenCoreUefi: Implement SMC support with authrestart
2020-01-06 15:59:01 +03:00
vit9696
d85c5daaa7
OpenCoreUefi: Add support for OSInfo protocol and SignalAppleOS quirk
2020-01-05 21:09:49 +03:00
vit9696
f654218e0c
OpenCorePlatform: Revert ReplaceableMemory as it does not work
2020-01-05 01:18:33 +03:00