From cf0e1ce05ce194c721537a85e36ec0a7ceb20a96 Mon Sep 17 00:00:00 2001 From: Minh Nguyen Date: Fri, 5 Aug 2022 13:49:51 +0700 Subject: [PATCH] AmpereAltraPkg: Fix default Processor Asset Tag information (SMBIOS type 4) In FWTS, there's a test case checking whether Asset Tag field of SMBIOS type 4 is updated or not. If yes, the information must be different with default information (Not Specified, Unknown, ...). But EDK2 is using "Not Specified" as a default information for this field so it fails at certain test case in FWTS. This update helps to avoid that issue. Signed-off-by: Minh Nguyen --- Silicon/Ampere/AmpereAltraPkg/AmpereAltraPkg.dsc.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Silicon/Ampere/AmpereAltraPkg/AmpereAltraPkg.dsc.inc b/Silicon/Ampere/AmpereAltraPkg/AmpereAltraPkg.dsc.inc index c2d012fba7f..5767ce5959a 100755 --- a/Silicon/Ampere/AmpereAltraPkg/AmpereAltraPkg.dsc.inc +++ b/Silicon/Ampere/AmpereAltraPkg/AmpereAltraPkg.dsc.inc @@ -541,7 +541,7 @@ # SMBIOS PCDs # gArmTokenSpaceGuid.PcdProcessorManufacturer|L"Ampere(R)" - gArmTokenSpaceGuid.PcdProcessorAssetTag|L"Not Specified" + gArmTokenSpaceGuid.PcdProcessorAssetTag|L"Not Set" [PcdsDynamicHii.common.DEFAULT] gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|10