vit9696
ef5a9d03a9
Build: Fix some warnings
2021-04-14 18:41:14 +03:00
vit9696
3bcd69da2e
OcDeviceMiscLib: Fix updating gBS pointer with new services
2021-04-14 11:29:02 +03:00
vit9696
562f85685d
OcDeviceMiscLib: Fix another NULL free
2021-04-14 01:31:21 +03:00
vit9696
fb06828c0d
OcDeviceMiscLib: Fix NULL pointer freeing
2021-04-14 01:00:15 +03:00
vit9696
71f2f60f91
OcDeviceMiscLib: Fix typo in BS table size calculation
2021-04-14 00:53:18 +03:00
vit9696
0f817de506
OcDevicesMiscLib: Drop ShellPkg dependency
2021-04-13 11:03:09 +03:00
Vitaly Cheptsov
b9fbfeac65
OcDeviceMiscLib: Fix compilation on MSVC
2021-04-13 02:00:39 +03:00
Marvin Häuser
b5943d5934
OcDeviceMiscLib: Fix build failure
2021-04-13 00:02:46 +02:00
vit9696
37addb5bc5
OcConfigurationLib: Fix option order
2021-04-13 00:33:20 +03:00
vit9696
48d5fd65e7
OcDeviceMiscLib: Implement NVIDIA option ROM loading
...
references acidanthera/bugtracker#1280
2021-04-13 00:04:03 +03:00
Andrey1970AppleLife
c1ad636e5f
DataBase: Update MM41
2021-04-12 00:48:48 +03:00
MikeBeaton
05e0db7825
Changelog: Include change from previous commit
2021-04-11 19:05:07 +01:00
MikeBeaton
3ee57c3639
Hotkeys: Prevent 'set default' UI when action will not be permitted by security config
2021-04-11 18:51:16 +01:00
MikeBeaton
47e9cc5eb8
AppleEvent: Updates
...
- Revert to simpler CustomDelays bool setting (avoid user errors)
- Update docs to clarify correct use of key repeat settings on KeySupport AMI vs KeySupport V1/V2 vs non-KeySupport
- Update PointerSpeedMul failsafe to OEM 1
- Update key delay failsafes to OEM 50, 5
2021-04-11 18:37:19 +01:00
Andrey1970AppleLife
005455abd7
DataBase: Updated IM112
2021-04-11 01:45:10 +03:00
vit9696
19890ef3a5
User: Add missing dummy function
2021-04-10 16:38:09 +03:00
vit9696
de65178003
Build: Sync with edk2-stable202102
2021-04-10 16:13:13 +03:00
Marvin Häuser
5cd223f03d
OcAppleKernelLib: Log when requested symbol has 0 value
2021-04-07 16:43:27 +02:00
Marvin Häuser
7235a991d9
OcAppleEventLib: Do not cache screen resolution
...
Fixes an issue where drivers requesting AppleEvent events early (e.g. CrScreenshotLib) cause caching of a screen resolution that is later changed, leading to an out-of-sync cursor movement rectangle.
2021-04-07 12:06:28 +02:00
MikeBeaton
e55a7009f0
Docs: typo
2021-04-07 08:52:24 +01:00
MikeBeaton
1919a0f458
AppleEvent: Apply minimum version check
2021-04-07 07:55:08 +01:00
MikeBeaton
ffe3682eb6
BootManagement: Improved consistency of OC_ATTR naming
2021-04-07 06:17:33 +01:00
MikeBeaton
0246fc7bcb
Docs: Provide additional info on recommended settings in AppleInput section
2021-04-06 23:03:10 +01:00
Jordan Becker
905a4b67d1
Docs: Remove AppleEvent from ProtocolOverrides section ( #251 )
2021-04-06 17:41:28 +03:00
Andrey1970AppleLife
ec2f072fac
Bump version
2021-04-05 23:04:00 +03:00
Marvin Häuser
c5285973bc
OcAppleEventLib: Log resolution determination
0.6.8
2021-04-05 18:22:56 +02:00
vit9696
717ce18861
OcCpuLib: Fix FSB frequency calculation on Bonnel CPUs
2021-04-05 19:20:24 +03:00
Goldfish64
2dae1c1007
OcAcpiLib: Only print RSDP normalization message if modified
2021-04-04 22:23:41 -05:00
Goldfish64
9d7b7ccf83
OcAcpiLib: Fix RSDP, RSDT, and XSDT header normalization
2021-04-04 21:04:20 -05:00
Goldfish64
6dcabf08e9
OcCpuLib: Fix incorrect identification of Xeon E5 and W CPUs
2021-04-04 13:09:31 -05:00
Marvin Häuser
cb527e79d6
Changelog: Document font constraint fixes
2021-04-04 17:27:17 +02:00
Marvin Häuser
ab5abe4f87
OpenCanopy: Account for text position when rejecting font images
2021-04-04 17:27:17 +02:00
Marvin Häuser
0cdde8da0b
OpenCanopy: Fix BMF font height calculation
2021-04-04 17:27:17 +02:00
Andrey1970AppleLife
3d0c818a6b
Update Kexts.md
2021-04-04 17:20:04 +03:00
vit9696
ac669c10ec
Docs: Rebuild documentation
2021-04-04 12:51:38 +03:00
dakanji
ccd00fea30
Docs: Clarify Status of 3rd Party ACPI Fixes ( #250 )
2021-04-04 11:43:15 +03:00
MikeBeaton
2681335210
Docs: typo
2021-04-04 07:37:41 +01:00
MikeBeaton
5a392a9a0b
Docs: Update KeySupport and CustomDelays documentation
2021-04-04 07:23:58 +01:00
dakanji
0bae99202b
OcValidate: Clarify Debug Log Message ( #249 )
2021-04-03 23:38:14 +03:00
MikeBeaton
41e3df1b9f
ocvalidate: Fix copy-paste err in previous commit
2021-04-03 20:36:46 +01:00
MikeBeaton
c46510f847
ocvalidate: Report dangerous key repeat values
2021-04-03 20:31:48 +01:00
Marvin Häuser
ccedcdc672
OcMiscLib: Align LoadedImage with Shell behaviour for no arguments
2021-04-03 18:27:56 +02:00
MikeBeaton
d3be085e0f
OCB: Add ommitted 'tab back to picker' VO prompts to builtin picker
2021-04-03 14:20:07 +01:00
vit9696
f31088216a
OcBootManagementLib: Add (dmg) suffix to builtin picker as well
2021-04-03 14:57:39 +03:00
MikeBeaton
2cd4c71670
OCB: Add shutdown/restart voice over prompts to builtin picker
2021-04-03 10:22:28 +01:00
Andrey1970AppleLife
ba24c9612f
Docs: Added Rocket Lake masking
2021-04-03 05:36:50 +03:00
dakanji
2cf7398972
OcSmbiosLib: Fallback on Failsafe
2021-04-03 02:52:53 +03:00
Marvin Häuser
c158d61a30
OcAppleEventLib: Support configurable pointer speed
2021-04-02 23:23:28 +02:00
Marvin Häuser
0651dd9175
OcConfigLib: Use safe value 1 as KeySubsequentDelay failsafe
2021-04-02 23:22:24 +02:00
Marvin Häuser
2e8dbb1229
OpenCanopy: Improve ShutDown/Restart audio assist
2021-04-02 22:39:08 +02:00