Build FatPkg for AArch64 platforms.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin <Olivier.Martin@arm.com> Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com> (based on FatPkg commit a952f09e53b2eda00370cd987229083daa496b13) [jordan.l.justen@intel.com: Use script to relicense to 2-clause BSD] Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Acked-by: Laszlo Ersek <lersek@redhat.com> Acked-by: Leif Lindholm <leif.lindholm@arm.com>
This commit is contained in:
parent
ab99061ccc
commit
04a4fdb99f
|
@ -21,7 +21,7 @@
|
||||||
PLATFORM_GUID = 25b55dbc-9d0b-4a32-80da-46e1273d622c
|
PLATFORM_GUID = 25b55dbc-9d0b-4a32-80da-46e1273d622c
|
||||||
PLATFORM_VERSION = 0.2
|
PLATFORM_VERSION = 0.2
|
||||||
DSC_SPECIFICATION = 0x00010005
|
DSC_SPECIFICATION = 0x00010005
|
||||||
SUPPORTED_ARCHITECTURES = IA32|X64|IPF|EBC|ARM
|
SUPPORTED_ARCHITECTURES = IA32|X64|IPF|EBC|ARM|AARCH64
|
||||||
OUTPUT_DIRECTORY = Build/Fat
|
OUTPUT_DIRECTORY = Build/Fat
|
||||||
BUILD_TARGETS = DEBUG|RELEASE
|
BUILD_TARGETS = DEBUG|RELEASE
|
||||||
SKUID_IDENTIFIER = DEFAULT
|
SKUID_IDENTIFIER = DEFAULT
|
||||||
|
@ -59,7 +59,7 @@
|
||||||
HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
|
HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
|
||||||
MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
|
MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
|
||||||
|
|
||||||
[LibraryClasses.ARM]
|
[LibraryClasses.ARM, LibraryClasses.AARCH64]
|
||||||
NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
|
NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
|
||||||
|
|
||||||
###################################################################################################
|
###################################################################################################
|
||||||
|
|
Loading…
Reference in New Issue