Skip to content

Commit

Permalink
PlatformSmbiosDxe: Update repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
strongtz committed Oct 21, 2022
1 parent 6d18a05 commit 3cf9462
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ SMBIOS_TABLE_TYPE0 mBIOSInfoType0 = {
};

CHAR8 mBiosVendor[128] = "Renegade-Project";
CHAR8 mBiosVersion[128] = "edk2-sdm845";
CHAR8 mBiosVersion[128] = "edk2-msm";
CHAR8 mBiosDate[12] = __DATE__;

CHAR8 *mBIOSInfoType0Strings[] = {
Expand Down Expand Up @@ -732,7 +732,7 @@ SMBIOS_TABLE_TYPE11 mOemStringsType11 = {
1 // StringCount
};
CHAR8 *mOemStringsType11Strings[] = {
"https://github.com/edk2-porting/edk2-sdm845", NULL};
"https://github.com/edk2-porting/edk2-msm", NULL};

/***********************************************************************
SMBIOS data definition TYPE16 Physical Memory ArrayInformation
Expand Down Expand Up @@ -983,7 +983,7 @@ PlatformSmbiosDriverEntryPoint(

// TYPE0 BIOS Information
AsciiSPrint(
mBiosVersion, sizeof(mBiosVersion), "edk2-sdm845 %s",
mBiosVersion, sizeof(mBiosVersion), "edk2-msm %s",
(CHAR16 *)FixedPcdGetPtr(PcdFirmwareVersionString));
LogSmbiosData(
(EFI_SMBIOS_TABLE_HEADER *)&mBIOSInfoType0, mBIOSInfoType0Strings, NULL);
Expand Down

0 comments on commit 3cf9462

Please sign in to comment.