Skip to content

Commit

Permalink
AmpereAltraPkg: Fix default Processor Asset Tag information (SMBIOS t…
Browse files Browse the repository at this point in the history
…ype 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 <minhn@amperecomputing.com>
  • Loading branch information
minhnampere authored and tinhnampere committed Aug 19, 2022
1 parent fc4d007 commit cf0e1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Silicon/Ampere/AmpereAltraPkg/AmpereAltraPkg.dsc.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf0e1ce

Please sign in to comment.