217 Commits

Author SHA1 Message Date
vit9696
bd0cc2f54f OpenCanopy: Added partial hotkey support (e.g. Ctrl+Enter) 2020-05-11 02:55:25 +03:00
vit9696
76e889f89a OpenCanopy: Fix black splash with non-black bg 2020-05-10 23:03:45 +03:00
vit9696
8b5099bf1f Docs: Fixed launching Shell with text over it 2020-05-10 21:58:27 +03:00
vit9696
da8302f3b9
OcBootManagementLib: Fix memory leak in ApplePanic handling 2020-05-10 20:38:42 +03:00
vit9696
9d53b61d4d OcBootManagementLib: Fix compiler warning
closes acidanthera/bugtracker#898
2020-05-10 20:29:48 +03:00
vit9696
7dac5f8f8f OcBootManagementLib: Fix panic expansion and zero shrinking 2020-05-10 19:14:01 +03:00
vit9696
eece2befc9
OcBootManagementLib: Fix compiler warning 2020-05-10 05:42:28 +03:00
vit9696
462876603f OpenCoreMisc: Added ApplePanic to store panic logs on ESP root 2020-05-10 01:42:00 +03:00
vit9696
def8866ef3 OcBootManagementLib: Fix locating default Windows with DuetPkg 2020-05-08 00:49:54 +03:00
Download-Fritz
9440cd057b OcBootManagementLib: Use static functions for Boot Policy
Includes fixing an issue where generic booters were added for file systems that already had a primary booter by the use of "core" Apple Boot Policy predefined paths.
2020-05-07 17:34:53 +02:00
Download-Fritz
c9c9979fd2 OcBootManagementLib: Adapt to OcAppleBootPolicyLib changes 2020-05-06 21:12:00 +02:00
vit9696
3e5cbe6b86 OcBootManagementLib: Fix custom entry listing when ResetNVRAM is off 2020-05-06 21:41:48 +03:00
vit9696
9bbd9f0395 OcBootManagementLib: Invoke bless for every BootOrder entry
This resolves a problem with locating recovery and other macOS installs
2020-05-06 01:25:23 +03:00
vit9696
8411a4ba2e OcBootManagementLib: Fix accessing freed device path for APFS recovery 2020-05-06 01:20:23 +03:00
vit9696
5f32fc7eb9 OcBootManagementLib: Log APFS recovery location failure code 2020-05-06 00:26:27 +03:00
vit9696
ef1c9b02f2 OcStringLib: Fix OcStrStrLength to match equal strings 2020-05-06 00:02:20 +03:00
vit9696
6336f034ca OcBootManagementLib: Fix the use of uninitialised value 2020-05-05 22:46:30 +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
vit9696
cbfbc3487f OpenCoreMisc: Fix excluded handled initialisation 2020-04-29 05:14:06 +03:00
Download-Fritz
fbecde8066 OcBmLib: Add missing EFIAPI decorator 2020-04-24 11:11:03 +02:00
vit9696
616505ca2b OcBootManagementLib: Added experimental BootProtect Security option
closes acidanthera/bugtracker#859
2020-04-24 00:56:57 +03:00
vit9696
3ec848da3d Build: Replace RETURN_ macros with EFI_ 2020-04-18 15:55:05 +03:00
Download-Fritz
079070a29f Fix several issues (Coverity, Clang) 2020-04-07 17:44:21 +02: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
eceb36fff1 OcBootManagementLib: Rename BOOTCAMP Windows to Windows 2020-03-13 23:55:56 +03:00
vit9696
d0e2c8ee9b Build: Fix warnings found with static analysis 2020-03-11 10:18:14 +03:00
vit9696
a4a46e9a70 OcBootManagementLib: Added tool and custom entry separation in audio assistant 2020-03-08 16:25:49 +03:00
vit9696
1766201abc OcBootManagementLib: Improve boot type detection 2020-03-07 01:23:43 +03:00
vit9696
3ae0354b27 OcBootManagementLib: Fix typo in the previous commit 2020-03-07 00:40:50 +03:00
vit9696
9684069ced OcBootManagementLib: Added TimeMachine detection to picker 2020-03-06 23:23:16 +03:00
vit9696
471ea9ad46
OcBootManagementLib: Skip CurrentPolicy for cleaner log 2020-03-02 09:18:28 +03:00
vit9696
0c3fa048fb
OcBootManagementLib: Ignore security violation for nvram ceanup
Can happen with Microsoft GUID deletion
2020-03-02 08:52:28 +03:00
vit9696
97585cb6c2 Build: Remove OcSupportPkg usage 2020-02-29 17:39:41 +03:00
vit9696
cd88e5d902 OcBootManagementLib: Cleanup Microsoft variable in CleanNvram 2020-02-29 16:14:34 +03:00
vit9696
2c9ffe76a3 OcBootManagementLib: Expose OcToggleVoiceOver 2020-02-29 15:57:25 +03:00
vit9696
7844e72adf OcAudioLib: Update for new OcAudio features 2020-02-29 01:36:53 +03:00
vit9696
50a856d2ad OcBootManagementLib: Let pickers use common function in OcBootManagementLib 2020-02-27 14:19:45 +03:00
Andrey1970AppleLife
d1ea011c95
Improved arrows for voice assistant 2020-02-26 12:39:49 +03:00
vit9696
7d173043a6 OcBootManagementLib: Fix null pointer dereference in privilege context 2020-02-26 06:49:52 +03:00
vit9696
d072556b00 OcBootManagementLib: Add support for voice assistance 2020-02-25 06:30:06 +03:00
vit9696
4c31b36f6a OcBootManagemenetLib: Ensure legacy BootChime variables are deleted 2020-02-23 19:25:25 +03:00
Download-Fritz
b3662e8a3d OcBootManagementLib: Fix USB -> Apple HID enums by @n-d-k
Co-Authored-By: n-d-k <n-d-k@users.noreply.github.com>
2020-02-18 16:26:09 +01:00
vit9696
ab1ec56995 OcBootManagementLib: Fix functional key handling in builtin picker 2020-02-18 08:57:49 +03:00
vit9696
072fae180b OcBootManagementLib: Detect functional keys
closes acidanthera/bugtracker#725
2020-02-18 08:31:52 +03:00
vit9696
701c9f164f OcBootManagementLib: Resolve more and aborted conflicts in picker 2020-02-16 19:20:28 +03:00
vit9696
66979ff5c5 Build: Fix analysis warnings
closes acidanthera/bugtracker#722
2020-02-16 15:46:12 +03:00
vit9696
372e881731 OcConsoleLib: Optimise the use of different background colors 2020-02-16 09:33:52 +03:00
vit9696
89db20417e OcBootManagementLib: Provide DeviceHandle for CustomEntries on broken fws
closes acidanthera/bugtracker#712
2020-02-16 07:23:57 +03:00
vit9696
7c02ef9940 OcBootManagementLib: Implement HideAuxiliary 2020-02-16 05:28:06 +03:00
vit9696
518811d7e3 OcBootManagementLib: Define entry reason when running apple picker 2020-02-14 17:51:06 +03:00