53 Commits

Author SHA1 Message Date
vit9696
462876603f OpenCoreMisc: Added ApplePanic to store panic logs on ESP root 2020-05-10 01:42:00 +03:00
vit9696
796765ca7c
OcBootManagementLib: Rework boot management (#42)
Co-authored-by: vit9696 <vit9696@users.noreply.github.com>
Co-authored-by: Download-Fritz <download-fritz@outlook.com>
2020-05-05 19:45:32 +03:00
Andrey1970AppleLife
17990ae1f8 Bump version to 0.5.9 2020-05-04 14:42:33 +03:00
Dhinak G
5e00aa7f12
OpenCore: Fix typo in Bootstrap path (#37) 2020-04-24 02:33:38 +03:00
vit9696
616505ca2b OcBootManagementLib: Added experimental BootProtect Security option
closes acidanthera/bugtracker#859
2020-04-24 00:56:57 +03:00
Andrey1970AppleLife
05e3b14343 Bump version to 0.5.8 2020-04-06 16:18:20 +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
Andrey1970AppleLife
fcebc79854 Bump version to 0.5.7 2020-03-02 22:46:06 +03:00
vit9696
0f5c9a157f OpenCoreAudio: Fix audio termination 2020-02-27 16:24:03 +03:00
vit9696
77dc10b971 OpenCoreUefiAudio: Initial version 2020-02-24 04:16:08 +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
6073123b79 OpenCoreKernel: Switch to SafeFileOpen 2020-02-06 00:43:28 +03:00
Andrey1970AppleLife
0eeaa1d473 Bump version to 0.5.6 2020-02-03 12:43:13 +03:00
Andrey1970AppleLife
663e7a5374 Bump version to 0.5.5 2020-01-13 17:43:53 +03:00
vit9696
125c1847d1 OpenCoreNvram: Implement support for WriteFlash option
closes acidanthera/bugtracker#575
2020-01-04 18:54:34 +03:00
Andrey1970AppleLife
2e26b03149 Bump version to 0.5.4 2019-12-04 15:50:15 +03:00
Download-Fritz
df4810338b Misc and Vault: Sync with updated OcCryptoLib 2019-11-05 18:50:09 +01:00
vit9696
2e86c435d5 OpenCoreMisc: Implement ballooning stubs 2019-11-03 16:32:59 +03:00
Andrey1970AppleLife
0c261cd58e Docs: Bump version to 0.5.3 2019-11-01 02:07:34 +03:00
vit9696
cd8a046ce9 OpenCoreMisc: Added OpenCore version to picker ui, configured by ExposeSensitiveData 2019-10-24 18:31:58 +03:00
vit9696
eae214b4f8 OpenCoreUefi: Moved ReconnectOnResChange to a user-configurable quirk to avoid freezes 2019-10-24 00:49:32 +03:00
vit9696
2d374ec764 Docs: Bump version to 0.5.2 2019-10-09 07:29:44 +03:00
Download-Fritz
0e5a9e2782 Initial privilege/password support 2019-09-28 16:01:51 +02:00
vit9696
a34070ba23 Docs: Bump version 2019-09-07 17:25:19 +03:00
vit9696
2e1dfab255 OpenCoreKernel: Add support for patch comment logging 2019-08-31 22:34:49 +03:00
vit9696
c34bde5a87 Docs: Version dump to 0.5.0 2019-08-11 18:59:17 +03:00
vit9696
292a08610c OpenCoreMisc: Sync log filename changes from OcSupportPkg 2019-07-16 19:53:11 +03:00
vit9696
9c70249a2d Docs: version bump to 0.0.4 2019-07-03 23:32:49 +03:00
vit9696
271af709a7 OpenCoreAcpi: Removed Custom subfolder requirement from ACPI tables 2019-06-12 20:31:20 +03:00
vit9696
1c99318334 OpenCoreNvram: Added nvram.plist loading for legacy and incompatible platforms 2019-06-09 17:35:55 +03:00
vit9696
81354c40cd OpenCoreKernel: Add CPUID emulation patch for kernels 2019-06-07 17:45:33 +03:00
vit9696
90b2f50b14 OpenCore: List tools in boot picker 2019-06-07 00:25:08 +03:00
vit9696
30cad7fcbc OpenCoreMisc: Start working on Tools support 2019-06-06 22:13:17 +03:00
vit9696
dd64efffbe Docs: Version bump 2019-05-24 16:39:14 +03:00
vit9696
ca11004702 OpenCoreMisc: Initial ScanPolicy support and prevent leaking some NVRAM vars to OS 2019-05-15 01:57:59 +03:00
vit9696
cd5e779f9f OpenCore: Version bump 2019-05-04 01:50:59 +03:00
vit9696
d5eaad375c OpenCoreMisc: Implement file logging 2019-05-03 03:47:37 +03:00
vit9696
1e6b69f4b1 OpenCoreNvram: Add version information 2019-05-02 23:37:50 +03:00
vit9696
6df7b3f85f OpenCoreUefi: Ensure ConsoleBehaviourUi mode is set properly 2019-05-01 19:09:33 +03:00
vit9696
a852f85986 OpenCore: Do not use trailing slash for root directory open 2019-04-20 12:53:06 +03:00
vit9696
b33519082b OpenCoreMisc: Separate from main OC 2019-04-18 22:59:20 +03:00
vit9696
27dca92053 OpenCoreVault: Initial implementation 2019-04-13 21:30:06 +03:00
vit9696
8368e7bb55 Build: Add CI support 2019-04-13 11:05:10 +03:00
vit9696
6f91e974db OpenCore: Connect HaltLevel, DisplayLevel, ExposeBootPath Misc preferences 2019-04-10 12:37:33 +03:00
vit9696
64f72e89d4 OpenCorePlatform: Implement Data Hub update support 2019-04-07 21:41:12 +03:00
vit9696
4443efd8e1 OpenCoreNvram: Start implementing 2019-04-07 01:54:01 +03:00
vit9696
320d9340f5 OpenCore: Actually enable ACPI support 2019-04-07 00:16:40 +03:00
vit9696
7f528ca6eb OpenCoreAcpi: Initial version for adding, blocking, and quirks 2019-04-06 23:52:44 +03:00
vit9696
3787fe5a8b OpenCore: Implement kext injection 2019-04-06 17:30:50 +03:00