1278 Commits

Author SHA1 Message Date
vit9696
5d4138aef4 OcConsoleLib: Further refactoring 2020-02-01 21:18:51 +03:00
vit9696
8049f2df7e OcConsoleLib: Refactor resolution setting code 2020-02-01 19:48:21 +03:00
vit9696
044c399748 OcConsoleLib: Fix memory leak and improve debug 2020-02-01 17:47:42 +03:00
vit9696
9bbae45f21 OcBootManagementLib: Implement TakeoffDelay support 2020-02-01 15:06:46 +03:00
vit9696
7a1048acb3 Build: Improve compatibility with clang 2020-02-01 15:06:19 +03:00
PMheart
ff03cca3d2 Utilities: Commonise libs, preparation for https://github.com/acidanthera/bugtracker/issues/656 2020-01-28 19:17:29 +08:00
vit9696
318dddf5b7 OcDevicePathLib: Implement support for fixing more device paths
- Works around PciRoot issue in ASUS Z10PE-D16
- Works around 0x22 / 22 typo in MacPro5,1

REF: https://forums.macrumors.com/posts/28169441

closes acidanthera/bugtracker#664
2020-01-25 16:10:09 +03:00
vit9696
4bb6e24377 OcConfigurationLib: Replace SupportsCsm with AdviseWindows 2020-01-25 15:42:50 +03:00
vit9696
3036a26abe OcConsoleLib: Rework SanitiseClearScreen 2020-01-25 12:46:05 +03:00
vit9696
8f0b7fc7bd OcSmbiosLib: Add support for exposing OEM info 2020-01-25 12:22:19 +03:00
vit9696
25b3ed1d18 OcConsoleLib: Add GOP installation function 2020-01-25 11:16:17 +03:00
vit9696
113fab9781 Protocol: Move Heci, FirmwareVolume, and LegacyRegion protocols 2020-01-25 11:15:52 +03:00
vit9696
6b78602276 LogoutHook: Fix boot option saving issues
closes acidanthera/bugtracker#667
2020-01-23 22:40:04 +03:00
vit9696
f1041a97f7 OcDriverConnectionLib: Initial version 2020-01-23 22:35:03 +03:00
vit9696
979087c68e Revert "Build: Fix MODULE_TYPE for libraries"
This reverts commit 93c96d030b176873052e479b20e5a7f0f367ce3c.
2020-01-23 20:01:40 +03:00
vit9696
93c96d030b Build: Fix MODULE_TYPE for libraries 2020-01-23 19:49:04 +03:00
vit9696
c7d7cb8068 OcStringLib: Add StriStr function 2020-01-23 19:46:12 +03:00
vit9696
4011e7915b OcBootManagementLib: Fix returning to menu after default boot failure 2020-01-18 20:04:37 +03:00
vit9696
3936584d86 OcBootstrap: Move header from OpenCorePkg 2020-01-18 19:35:39 +03:00
vit9696
301aa70933 PavpProvision: Fix linking issues, thx @nms42
closes acidanthera/bugtracker#657
2020-01-18 12:22:03 +03:00
Alex James
6242dfe18c OcCpuLib: Fix CurBusRatio calculation for Nehalem/Westmere 2020-01-17 23:48:26 +03:00
Alex James
e9a34f0eb8 OcCpuLib: Introduce OcCpuGetGeneration
Add a general function for detecting the CPU's generation, replacing
OcIsSandyOrIvy.
2020-01-17 23:48:26 +03:00
Alex James
86839a8397 OcCpuLib: Add support for framework EFI MP services
Resolves acidanthera/bugtracker#663.
2020-01-17 23:48:26 +03:00
vit9696
63102b2ecc OcCompilerIntrinsicsLib: Initial version, thx @nms42 2020-01-13 13:01:43 +03:00
vit9696
7b30612be8 OcAppleKernelLib: Implement IncreasePciBarSize quirk 2020-01-12 22:18:59 +03:00
vit9696
f115cfde26 OcAppleKernelLib: Fix broken AppleXcpmForceBoost 2020-01-12 21:41:24 +03:00
vit9696
8a4a44346b OcHeciLib: Initial version 2020-01-12 18:50:00 +03:00
vit9696
ed8af5d264 OcAppleKernelLib: Fix typo in pm log 2020-01-12 18:44:47 +03:00
vit9696
96033e6e8f OcSmcLib: Fix library list 2020-01-12 18:44:30 +03:00
vit9696
597df1c724 AppleUsbKbDxe: Import from AppleSupportPkg 2020-01-12 02:57:42 +03:00
vit9696
ebe0764499 OcConfigurationLib: Implement LegacyOverwrite 2020-01-12 02:21:31 +03:00
vit9696
68f466d7f1 OcAppleKernelLib: Initial version of AppleXcpmForceBoost 2020-01-12 01:36:17 +03:00
vit9696
9bbb3b6d9a OcBootManagementLib: Clear screen after using picker
This may be helpful for firmwares without console output scroll
ability to see more lines of the bootloader.
2020-01-11 20:23:53 +03:00
vit9696
b204218612 CleanNvram: Import code as it is useful for recovery 2020-01-11 20:04:26 +03:00
vit9696
2d02778e56 VerifyMsrE2: Move from AppleSupportPkg 2020-01-11 19:55:22 +03:00
vit9696
1f047740f9 OcCpuLib: Implement package count detection with MpServices
closes acidanthera/bugtracker#363
2020-01-11 19:39:32 +03:00
vit9696
f2444a5361 OcCpuLib: Reorganise source files 2020-01-11 18:21:06 +03:00
vit9696
e79b4d38c4 Build: Try enabling openssl headers on CI 2020-01-11 17:18:18 +03:00
vit9696
50fc1057d1 Build: Fix typo 2020-01-11 16:39:33 +03:00
vit9696
13dfbef836 OcBootManagementLib: Fix implicit value truncation, thx @nms42
closes acidanthera/bugtracker#650
2020-01-11 16:27:47 +03:00
vit9696
abb090855e AppleEfiSignTool: Fix compatibility and add CI testing 2020-01-11 16:27:42 +03:00
vit9696
4bbb8ccf9e OcCryptoLib: Improve IA32 compatibility, thx @nms42
closes acidanthera/bugtracker#651
2020-01-11 16:25:44 +03:00
vit9696
867000cd07 Build: Improve IA32 compat based on @nms42 patches
closes acidanthera/bugtracker#645
closes acidanthera/bugtracker#646
closes acidanthera/bugtracker#647
2020-01-11 04:51:46 +03:00
vit9696
e1c7748751 OcBootManagementLib: Resolve double pressed hotkeys 2020-01-11 04:01:45 +03:00
vit9696
b3cd2990ba OcSmbiosLib: Improve portability
closes acidanthera/bugtracker#641
2020-01-10 11:41:08 +03:00
vit9696
c424c685d2 OcMemoryLib: Improve portability, thx @nms42
closes acidanthera/bugtracker#642
2020-01-10 11:38:21 +03:00
vit9696
83eebf2a65 OcMemoryLib: Improve portability, thx @nms42
closes acidanthera/bugtracker#643
2020-01-10 11:36:50 +03:00
vit9696
f8f50e7351 OcBootManagementLib: Fix NULL pointer dereference 2020-01-10 11:26:16 +03:00
vit9696
ea8db157ca OcBootManagementLib: Permit custom entries to be default 2020-01-10 11:26:16 +03:00
vit9696
d4101e6bd2
OcBootManagementLib: Fix typo in exit code checking logic 2020-01-10 04:26:01 +03:00