mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
UefiPayloadPkg: Add AARCH64 support on FdtParserLib
Add AARCH64 support on FdtParserLib. Signed-off-by: Ajan Zhong <ajan.zhong@newfw.com>
This commit is contained in:
parent
f0424ec80e
commit
2d6d03056a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user