vit9696
|
7b30612be8
|
OcAppleKernelLib: Implement IncreasePciBarSize quirk
|
2020-01-12 22:18:59 +03:00 |
|
vit9696
|
8a4a44346b
|
OcHeciLib: Initial version
|
2020-01-12 18:50:00 +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
|
1f047740f9
|
OcCpuLib: Implement package count detection with MpServices
closes acidanthera/bugtracker#363
|
2020-01-11 19:39:32 +03:00 |
|
vit9696
|
e1c7748751
|
OcBootManagementLib: Resolve double pressed hotkeys
|
2020-01-11 04:01:45 +03:00 |
|
vit9696
|
0bdc7ce485
|
OcBootManagementLib: Implement setting default entry from booter support
|
2020-01-10 03:18:47 +03:00 |
|
vit9696
|
65909a9f91
|
OcBootManagementLib: Start working on Ctrl+Enter
|
2020-01-10 00:35:25 +03:00 |
|
vit9696
|
3d9048294e
|
OcDebugLogLib: Remove legacy key handling mechanism
|
2020-01-09 19:20:01 +03:00 |
|
vit9696
|
6ffb7a449e
|
OcBootManagementLib: Switch to using AppleKeyMapAggregator in menu
|
2020-01-09 19:15:40 +03:00 |
|
vit9696
|
b72aa50152
|
OcBootManagementLib: Implement arrow key handling
|
2020-01-09 02:44:47 +03:00 |
|
vit9696
|
50e5878e14
|
OcRngLib: Implement CPRNG based on ChaCha seeded via RDRAND or jitter
|
2020-01-07 01:21:07 +03:00 |
|
vit9696
|
b2f85d5114
|
OcCryptoLib: Implement and use SecureZeroMem
|
2020-01-07 01:17:42 +03:00 |
|
vit9696
|
0a2771b9b6
|
OcCryptoLib: Implement ChaCha, IETF variant, and also fix tests
|
2020-01-06 22:17:23 +03:00 |
|
vit9696
|
d0bea13d62
|
OcConfigurationLib: Support SMC options
|
2020-01-06 15:59:16 +03:00 |
|
vit9696
|
05a1566ce2
|
OcSmcLib: Initial version
|
2020-01-06 15:59:16 +03:00 |
|
vit9696
|
3cd02f622f
|
OcAppleBootCompatLib: Add support for SignalAppleOS and update configuration
|
2020-01-05 21:09:17 +03:00 |
|
vit9696
|
25325bf2b2
|
OcOSInfoLib: Initial version
|
2020-01-05 20:53:53 +03:00 |
|
vit9696
|
ef50d2940c
|
OcConfigurationLib: Revert ReplaceableMemory as it does not work
|
2020-01-05 01:18:12 +03:00 |
|
vit9696
|
482b9dc13b
|
OcConfigurationLib: Add SupportsCsm and ReplaceableMemory options
|
2020-01-05 00:01:44 +03:00 |
|
vit9696
|
7d2f5c10aa
|
OcSmbiosLib: Fixed SMBIOS Type4 External Clock values
|
2020-01-04 22:43:03 +03:00 |
|
vit9696
|
5a068a0b49
|
OcConfigurationLib: Add WriteFlash NVRAM option
|
2020-01-04 18:52:33 +03:00 |
|
vit9696
|
d07e81ec63
|
OcBootManagementLib: Accept Enter as choose default in boot menu
closes acidanthera/bugtracker#594
|
2019-12-10 15:25:59 +03:00 |
|
vit9696
|
7eb9bb22c0
|
OcXmlLib: Increase reference limits for 10,6 kernelcache compatibility
|
2019-12-01 00:26:40 +03:00 |
|
Download-Fritz
|
2cac6fd25f
|
OcAppleImageVerification: Fix function prototype
A callee should never free caller data for design reasons. Return the caller parameter in the future if it is ever required for any other API.
|
2019-11-30 13:43:13 +01:00 |
|
vit9696
|
1560cec90c
|
OcGuardLib: Switch to edk2-stable201911
|
2019-11-29 17:32:17 +03:00 |
|
vit9696
|
d33c448213
|
OcAppleKernelLib: Add AHCI hibernation patches for 10.15, thx @lvs1974
|
2019-11-27 01:43:35 +03:00 |
|
vit9696
|
707f101e9a
|
OcConfigurationLib: Add support for RequestBootVarFallback quirk
|
2019-11-19 12:35:05 +03:00 |
|
Download-Fritz
|
04f1a4e587
|
OcAppleImageVerificationLib: Drop IPF support
|
2019-11-13 09:42:14 +01:00 |
|
Download-Fritz
|
b60eb719da
|
OcConfigurationLib: Import UnblockFsConnect quirk
|
2019-11-06 20:00:57 +01:00 |
|
Download-Fritz
|
c588365359
|
OcFileLib: Import FS connect quirk API
|
2019-11-06 19:47:19 +01:00 |
|
Download-Fritz
|
410d10d3fc
|
OcCryptoLib: Import new RSA stack
Import a new RSA stack and test utilities to support IMG4 image verification.
|
2019-11-06 19:26:45 +01:00 |
|
vit9696
|
af3b167177
|
OcAppleBootCompatLib: Added free memory debugging
|
2019-11-04 20:10:15 +03:00 |
|
vit9696
|
e9da01e7fa
|
OcBootManagementLib: Implement ballooning stubs
|
2019-11-04 15:46:09 +03:00 |
|
Download-Fritz
|
7390f78869
|
OcAppleKeyMapLib: Reduce the amount of protocol calls
|
2019-11-03 15:43:59 +01:00 |
|
Download-Fritz
|
4a023f0817
|
TestsUser: Fix DEBUG_BULK_INFO usage
|
2019-11-03 12:22:06 +01:00 |
|
Download-Fritz
|
21371a5ffb
|
OcMemoryLib: Update AllocatePagesFromTop's spec and conformance
|
2019-11-03 11:58:20 +01:00 |
|
Download-Fritz
|
156cb7c586
|
Various type and cast fixes
|
2019-11-02 23:16:33 +01:00 |
|
Leoyzen
|
d65c11fef8
|
OcCpuLib: Add hypervisor CPUID support to work with virtualization (#17)
|
2019-10-30 11:41:40 +03:00 |
|
Download-Fritz
|
a8c208434d
|
OcGuardLib: Use _Static_assert for Clang on Windows
|
2019-10-27 11:38:49 +01:00 |
|
Nikolai SAOUKH
|
b26f90f912
|
OcSupportPkg: _MSC_EXTENTIONS is not the indication of msvc compiler
|
2019-10-26 14:27:34 +03:00 |
|
vit9696
|
b999a14cb0
|
OcBootManagementLib: Add title suffix support to boot picker
|
2019-10-24 18:31:26 +03:00 |
|
vit9696
|
afd7d7f305
|
OcConsoleLib: Make reconnection optional on resolution change
|
2019-10-24 00:36:15 +03:00 |
|
vit9696
|
73db7004ff
|
OcConsoleLib: Factor cursor hiding into a separate API
|
2019-10-23 18:43:54 +03:00 |
|
vit9696
|
5e0f400c69
|
OcAppleKernelLib: Add PowerTimeoutKernelPanic option
|
2019-10-17 11:42:28 +03:00 |
|
vit9696
|
8fee6e67ec
|
OcConfigurationLib: Move MmioWhitelist and improve its debugging
|
2019-10-14 09:46:26 +03:00 |
|
vit9696
|
62d88996df
|
OcAppleBootCompatLib: Implement MmioWhitelist
|
2019-10-12 22:40:30 +03:00 |
|
Download-Fritz
|
514f9b92ba
|
OcInputLib: Fix KeySwap functionality
|
2019-10-07 09:35:56 +02:00 |
|
Download-Fritz
|
550c934927
|
OcCpuLib: Expose TSC frequency retrieval API
Fixes https://github.com/acidanthera/bugtracker/issues/476
|
2019-10-05 12:05:38 +02:00 |
|
Download-Fritz
|
f2a92fff9b
|
OcBootManagementLib: Initial privilege/password support
|
2019-09-28 16:00:41 +02:00 |
|