mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
Build: Sync with edk2-stable202102
This commit is contained in:
parent
5cd223f03d
commit
de65178003
@ -2,6 +2,7 @@ OpenCore Changelog
|
||||
==================
|
||||
#### v0.6.9
|
||||
- Fixed out-of-sync cursor movement rectangle when loading e.g. CrScreenshotDxe
|
||||
- Updated underlying EDK II package to edk2-stable202102
|
||||
|
||||
#### v0.6.8
|
||||
- Switched to VS2019 toolchain for Windows builds
|
||||
|
||||
@ -256,7 +256,7 @@ SmbiosDebugProcessorInformation (
|
||||
DEBUG_INFO,
|
||||
" %-16a %a\n",
|
||||
"Manufacturer",
|
||||
SmbiosGetString (Record, Record.Standard.Type4->ProcessorManufacture)
|
||||
SmbiosGetString (Record, Record.Standard.Type4->ProcessorManufacturer)
|
||||
));
|
||||
|
||||
DEBUG_SMBIOS ((
|
||||
|
||||
@ -507,7 +507,7 @@ PatchProcessorInformation (
|
||||
SMBIOS_OVERRIDE_S (Table, Standard.Type4->Socket, Original, NULL, &StringIndex, NULL);
|
||||
SMBIOS_OVERRIDE_V (Table, Standard.Type4->ProcessorType, Original, NULL, NULL);
|
||||
SMBIOS_OVERRIDE_V (Table, Standard.Type4->ProcessorFamily, Original, NULL, NULL);
|
||||
SMBIOS_OVERRIDE_S (Table, Standard.Type4->ProcessorManufacture, Original, NULL, &StringIndex, NULL);
|
||||
SMBIOS_OVERRIDE_S (Table, Standard.Type4->ProcessorManufacturer, Original, NULL, &StringIndex, NULL);
|
||||
SMBIOS_OVERRIDE_V (Table, Standard.Type4->ProcessorId, Original, NULL, NULL);
|
||||
SMBIOS_OVERRIDE_S (Table, Standard.Type4->ProcessorVersion, Original, NULL, &StringIndex, NULL);
|
||||
SMBIOS_OVERRIDE_V (Table, Standard.Type4->Voltage, Original, NULL, NULL);
|
||||
|
||||
@ -44,6 +44,7 @@
|
||||
FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
|
||||
FrameBufferBltLib|MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf
|
||||
HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
|
||||
OrderedCollectionLib|MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.inf
|
||||
HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
|
||||
HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
||||
IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user