diff --git a/Changelog.md b/Changelog.md index 67d4cd2c..a75b832d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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 diff --git a/Library/OcSmbiosLib/DebugSmbios.c b/Library/OcSmbiosLib/DebugSmbios.c index 8ed90da0..645f339b 100755 --- a/Library/OcSmbiosLib/DebugSmbios.c +++ b/Library/OcSmbiosLib/DebugSmbios.c @@ -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 (( diff --git a/Library/OcSmbiosLib/SmbiosPatch.c b/Library/OcSmbiosLib/SmbiosPatch.c index ebc80957..ba543a41 100755 --- a/Library/OcSmbiosLib/SmbiosPatch.c +++ b/Library/OcSmbiosLib/SmbiosPatch.c @@ -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); diff --git a/OpenCorePkg.dsc b/OpenCorePkg.dsc index 1de5d473..171f846a 100755 --- a/OpenCorePkg.dsc +++ b/OpenCorePkg.dsc @@ -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