diff --git a/UefiPayloadPkg/Library/FdtParserLib/FdtParseLib.inf b/UefiPayloadPkg/Library/FdtParserLib/FdtParseLib.inf index aacd3f10e5..de3feba8ae 100644 --- a/UefiPayloadPkg/Library/FdtParserLib/FdtParseLib.inf +++ b/UefiPayloadPkg/Library/FdtParserLib/FdtParseLib.inf @@ -17,7 +17,7 @@ # # The following information is for reference only and not required by the build tools. # -# VALID_ARCHITECTURES = IA32 X64 +# VALID_ARCHITECTURES = IA32 X64 AARCH64 # [Sources] @@ -43,7 +43,7 @@ gUniversalPayloadSerialPortInfoGuid gUplPciSegmentInfoHobGuid -[Pcd.IA32,Pcd.X64,Pcd.RISCV64] +[Pcd.IA32,Pcd.X64,Pcd.RISCV64,Pcd.AARCH64] gUefiPayloadPkgTokenSpaceGuid.PcdPayloadFdMemSize gUefiPayloadPkgTokenSpaceGuid.PcdSystemMemoryUefiRegionSize gUefiPayloadPkgTokenSpaceGuid.PcdHandOffFdtEnable