Skip to content

Commit 3cf9462

Browse files
committed
PlatformSmbiosDxe: Update repo name
1 parent 6d18a05 commit 3cf9462

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Platform/RenegadePkg/Drivers/PlatformSmbiosDxe/PlatformSmbiosDxe.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ SMBIOS_TABLE_TYPE0 mBIOSInfoType0 = {
105105
};
106106

107107
CHAR8 mBiosVendor[128] = "Renegade-Project";
108-
CHAR8 mBiosVersion[128] = "edk2-sdm845";
108+
CHAR8 mBiosVersion[128] = "edk2-msm";
109109
CHAR8 mBiosDate[12] = __DATE__;
110110

111111
CHAR8 *mBIOSInfoType0Strings[] = {
@@ -732,7 +732,7 @@ SMBIOS_TABLE_TYPE11 mOemStringsType11 = {
732732
1 // StringCount
733733
};
734734
CHAR8 *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);

0 commit comments

Comments
 (0)