27 Commits

Author SHA1 Message Date
MikeBeaton
83123452fe OCVAR: Refactor NVRAM code, add OpenVariableRuntimeDxe 2022-07-28 06:38:56 +01:00
PMheart
228f8ca1fb Codestyle: Apply codestyle changes with Uncrustify 2022-04-25 14:51:15 +02:00
mikebeaton
8cc59205d4 OcDeviceMiscLib: Access PCI class code in EDK II style everywhere 2021-12-19 10:56:56 +00:00
vit9696
5b42335e5c OcDeviceMiscLib: Fix MSVC warning 2021-10-12 03:11:30 +03:00
vit9696
08c0020eb3 OcDeviceMiscLib: Fix specifying low size not reducing BARs to min val
E.g. specifying 0 (1MB) should reduce 8 GB BAR to 256 MB if 256 MB
BAR is the smallest supported BAR size.
2021-10-12 02:15:37 +03:00
vit9696
e70048cc76 OcDeviceMiscLib: Implement PCI RBAR configuration support 2021-10-11 04:53:03 +03:00
vit9696
c43356cd7f OcDeviceMiscLib: Add header with PCI registers 2021-10-11 00:23:47 +03:00
MikeBeaton
22cfebdf6f Platform: OpenLinuxBoot.efi 2021-09-04 15:48:36 +01:00
dakanji
dee3ff5ef5
OcFileLib: Standardise Function Names (#287) 2021-08-31 10:33:34 +03:00
PMheart
321c6c4a2b OcDeviceMiscLib: Add MSR prefix to IA32_MISC_ENABLE 2021-06-21 10:52:25 +08:00
PMheart
76fdc2c32c OcDeviceMiscLib: Better PCI info dump formatting 2021-06-13 09:07:57 +08:00
PMheart
0d3e0deecb OcDeviceMiscLib: Dump PCI device path 2021-06-13 08:56:49 +08:00
PMheart
4542c9bd4c
OpenCore: Add PCI device info dump to SysReport (#268) 2021-06-12 20:26:52 +08:00
PMheart
92875adce0 OcCpuLib: Dump other info for non-Intel machines 2021-06-12 11:36:24 +08:00
PMheart
25c249a68f OcDeviceMiscLib: Code optimisations for CPU info dump 2021-06-12 11:08:55 +08:00
PMheart
fded511423
OpenCore: Add CPU Info (MSRs) to SysReport (#267) 2021-06-11 14:40:31 +08:00
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
48d5fd65e7 OcDeviceMiscLib: Implement NVIDIA option ROM loading
references acidanthera/bugtracker#1280
2021-04-13 00:04:03 +03:00
vit9696
b06e8a790d OcDeviceMiscLib: Added ActivateHpetSupport quirk to activate HPET 2021-02-28 13:24:46 +03:00
vit9696
9bd1d3b497 OcDeviceMiscLib: Move misc device manipulation to a separate library 2021-02-28 12:44:15 +03:00