mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-23 13:44:33 +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.
|
# The following information is for reference only and not required by the build tools.
|
||||||
#
|
#
|
||||||
# VALID_ARCHITECTURES = IA32 X64
|
# VALID_ARCHITECTURES = IA32 X64 AARCH64
|
||||||
#
|
#
|
||||||
|
|
||||||
[Sources]
|
[Sources]
|
||||||
@ -43,7 +43,7 @@
|
|||||||
gUniversalPayloadSerialPortInfoGuid
|
gUniversalPayloadSerialPortInfoGuid
|
||||||
gUplPciSegmentInfoHobGuid
|
gUplPciSegmentInfoHobGuid
|
||||||
|
|
||||||
[Pcd.IA32,Pcd.X64,Pcd.RISCV64]
|
[Pcd.IA32,Pcd.X64,Pcd.RISCV64,Pcd.AARCH64]
|
||||||
gUefiPayloadPkgTokenSpaceGuid.PcdPayloadFdMemSize
|
gUefiPayloadPkgTokenSpaceGuid.PcdPayloadFdMemSize
|
||||||
gUefiPayloadPkgTokenSpaceGuid.PcdSystemMemoryUefiRegionSize
|
gUefiPayloadPkgTokenSpaceGuid.PcdSystemMemoryUefiRegionSize
|
||||||
gUefiPayloadPkgTokenSpaceGuid.PcdHandOffFdtEnable
|
gUefiPayloadPkgTokenSpaceGuid.PcdHandOffFdtEnable
|
||||||
|
Loading…
x
Reference in New Issue
Block a user