File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Platform/RenegadePkg/Drivers/PlatformSmbiosDxe Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ SMBIOS_TABLE_TYPE0 mBIOSInfoType0 = {
105105};
106106
107107CHAR8 mBiosVendor [128 ] = "Renegade-Project" ;
108- CHAR8 mBiosVersion [128 ] = "edk2-sdm845 " ;
108+ CHAR8 mBiosVersion [128 ] = "edk2-msm " ;
109109CHAR8 mBiosDate [12 ] = __DATE__ ;
110110
111111CHAR8 * mBIOSInfoType0Strings [] = {
@@ -732,7 +732,7 @@ SMBIOS_TABLE_TYPE11 mOemStringsType11 = {
732732 1 // StringCount
733733};
734734CHAR8 * mOemStringsType11Strings [] = {
735- "https://github.com/edk2-porting/edk2-sdm845 " , NULL };
735+ "https://github.com/edk2-porting/edk2-msm " , NULL };
736736
737737/***********************************************************************
738738 SMBIOS data definition TYPE16 Physical Memory ArrayInformation
@@ -983,7 +983,7 @@ PlatformSmbiosDriverEntryPoint(
983983
984984 // TYPE0 BIOS Information
985985 AsciiSPrint (
986- mBiosVersion , sizeof (mBiosVersion ), "edk2-sdm845 %s" ,
986+ mBiosVersion , sizeof (mBiosVersion ), "edk2-msm %s" ,
987987 (CHAR16 * )FixedPcdGetPtr (PcdFirmwareVersionString ));
988988 LogSmbiosData (
989989 (EFI_SMBIOS_TABLE_HEADER * )& mBIOSInfoType0 , mBIOSInfoType0Strings , NULL );
You can’t perform that action at this time.
0 commit comments