mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
MdeModulePkg: Added ARM Aarch64 architecture support
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Harry Liebel <Harry.Liebel@arm.com> Signed-off-by: Olivier Martin <olivier.martin@arm.com> Reviewed-by: Feng Tian <feng.tian@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14530 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
45a4305bd6
commit
716e507720
@ -28,7 +28,7 @@
|
||||
#
|
||||
# The following information is for reference only and not required by the build tools.
|
||||
#
|
||||
# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)
|
||||
# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only) AARCH64
|
||||
#
|
||||
|
||||
[Sources]
|
||||
@ -53,7 +53,7 @@
|
||||
[Sources.EBC]
|
||||
Ebc/DxeLoadFunc.c
|
||||
|
||||
[Sources.ARM]
|
||||
[Sources.ARM, Sources.AARCH64]
|
||||
Arm/DxeLoadFunc.c
|
||||
|
||||
[Packages]
|
||||
|
@ -19,7 +19,7 @@
|
||||
PLATFORM_VERSION = 0.92
|
||||
DSC_SPECIFICATION = 0x00010005
|
||||
OUTPUT_DIRECTORY = Build/MdeModule
|
||||
SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC|ARM
|
||||
SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC|ARM|AARCH64
|
||||
BUILD_TARGETS = DEBUG|RELEASE
|
||||
SKUID_IDENTIFIER = DEFAULT
|
||||
|
||||
|
@ -33,7 +33,7 @@
|
||||
[Sources]
|
||||
CapsuleService.c
|
||||
|
||||
[Sources.Ia32, Sources.IPF, Sources.EBC, Sources.ARM]
|
||||
[Sources.Ia32, Sources.IPF, Sources.EBC, Sources.ARM, Sources.AARCH64]
|
||||
SaveLongModeContext.c
|
||||
|
||||
[Sources.X64]
|
||||
|
Loading…
x
Reference in New Issue
Block a user