2009-12-06 02:57:05 +01:00
|
|
|
#/** @file
|
2010-01-12 19:53:38 +01:00
|
|
|
# ARM processor package.
|
2009-12-06 02:57:05 +01:00
|
|
|
#
|
2010-04-29 14:15:47 +02:00
|
|
|
# Copyright (c) 2009 - 2010, Apple Inc. All rights reserved.<BR>
|
2010-01-12 19:53:38 +01:00
|
|
|
#
|
2010-04-29 14:15:47 +02:00
|
|
|
# This program and the accompanying materials
|
2010-01-12 19:53:38 +01:00
|
|
|
# are licensed and made available under the terms and conditions of the BSD License
|
|
|
|
# which accompanies this distribution. The full text of the license may be found at
|
|
|
|
# http://opensource.org/licenses/bsd-license.php
|
|
|
|
#
|
|
|
|
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
2009-12-06 02:57:05 +01:00
|
|
|
#
|
|
|
|
#**/
|
|
|
|
|
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# Defines Section - statements that will be processed to create a Makefile.
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
[Defines]
|
|
|
|
PLATFORM_NAME = ArmPkg
|
|
|
|
PLATFORM_GUID = 5CFBD99E-3C43-4E7F-8054-9CDEAFF7710F
|
|
|
|
PLATFORM_VERSION = 0.1
|
|
|
|
DSC_SPECIFICATION = 0x00010005
|
|
|
|
OUTPUT_DIRECTORY = Build/Arm
|
|
|
|
SUPPORTED_ARCHITECTURES = ARM
|
|
|
|
BUILD_TARGETS = DEBUG|RELEASE
|
|
|
|
SKUID_IDENTIFIER = DEFAULT
|
|
|
|
|
2010-05-29 00:37:55 +02:00
|
|
|
[BuildOptions]
|
|
|
|
XCODE:*_*_ARM_ARCHCC_FLAGS == -arch armv7 -march=armv7
|
|
|
|
XCODE:*_*_ARM_ARCHASM_FLAGS == -arch armv7
|
|
|
|
XCODE:*_*_ARM_ARCHDLINK_FLAGS == -arch armv7
|
|
|
|
XCODE:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
|
|
|
|
|
|
|
|
GCC:*_*_ARM_ARCHCC_FLAGS == -march=armv7-a -mthumb
|
2011-02-03 02:49:07 +01:00
|
|
|
GCC:*_*_ARM_ARCHASM_FLAGS == -march=armv7-a -mfpu=neon
|
2010-05-29 00:37:55 +02:00
|
|
|
GCC:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
|
|
|
|
|
|
|
|
RVCT:*_*_ARM_ARCHCC_FLAGS == --cpu Cortex-A8 --thumb
|
|
|
|
RVCT:*_*_ARM_ARCHASM_FLAGS == --cpu Cortex-A8
|
|
|
|
RVCT:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
|
2009-12-06 02:57:05 +01:00
|
|
|
|
|
|
|
[LibraryClasses.common]
|
|
|
|
BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
|
|
|
|
BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
|
|
|
|
CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf
|
|
|
|
DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
|
2011-03-31 14:55:48 +02:00
|
|
|
HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
2009-12-06 02:57:05 +01:00
|
|
|
MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
|
|
|
|
PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
|
|
|
PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
|
|
|
|
TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
|
|
|
|
UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
|
|
|
UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
|
|
|
|
UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
|
|
|
|
DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
|
|
|
UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
2010-01-14 17:18:02 +01:00
|
|
|
PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
|
2009-12-06 02:57:05 +01:00
|
|
|
|
|
|
|
SemihostLib|ArmPkg/Library/SemihostLib/SemihostLib.inf
|
|
|
|
UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
|
2010-01-12 19:53:38 +01:00
|
|
|
DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
|
2011-09-23 00:53:54 +02:00
|
|
|
DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
|
2010-01-12 19:53:38 +01:00
|
|
|
|
2010-02-18 02:57:13 +01:00
|
|
|
ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7Lib.inf
|
2010-01-14 04:25:08 +01:00
|
|
|
CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
|
2010-02-01 19:25:18 +01:00
|
|
|
ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf
|
2010-05-29 02:21:30 +02:00
|
|
|
DmaLib|ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf
|
2011-02-02 23:35:30 +01:00
|
|
|
ArmTrustZoneLib|ArmPkg/Library/ArmTrustZoneLib/ArmTrustZoneLib.inf
|
|
|
|
ArmMPCoreMailBoxLib|ArmPkg/Library/ArmMPCoreMailBoxLib/ArmMPCoreMailBoxLib.inf
|
|
|
|
|
|
|
|
BdsLib|ArmPkg/Library/BdsLib/BdsLib.inf
|
|
|
|
|
|
|
|
IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
|
|
|
|
|
|
|
|
[LibraryClasses.common.PEIM]
|
|
|
|
HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
|
|
|
|
PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
|
|
|
|
MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
|
|
|
|
PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
|
|
|
|
PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
|
2010-01-12 19:53:38 +01:00
|
|
|
|
|
|
|
[LibraryClasses.ARM]
|
|
|
|
NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
|
|
|
|
|
2009-12-06 02:57:05 +01:00
|
|
|
|
|
|
|
[Components.common]
|
|
|
|
ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf
|
2011-02-02 23:35:30 +01:00
|
|
|
ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf
|
|
|
|
ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf
|
2011-02-03 02:49:07 +01:00
|
|
|
# ArmPkg/Library/ArmLib/Arm11/Arm11ArmLib.inf
|
|
|
|
# ArmPkg/Library/ArmLib/Arm11/Arm11ArmLibPrePi.inf
|
|
|
|
# ArmPkg/Library/ArmLib/Arm9/Arm9ArmLib.inf
|
|
|
|
# ArmPkg/Library/ArmLib/Arm9/Arm9ArmLibPrePi.inf
|
2010-02-18 02:57:13 +01:00
|
|
|
ArmPkg/Library/ArmLib/ArmV7/ArmV7Lib.inf
|
|
|
|
ArmPkg/Library/ArmLib/ArmV7/ArmV7LibPrePi.inf
|
2011-02-02 23:35:30 +01:00
|
|
|
ArmPkg/Library/ArmLib/ArmV7/ArmV7LibSec.inf
|
|
|
|
ArmPkg/Library/ArmLib/ArmV7/ArmV7MPCoreLib.inf
|
|
|
|
ArmPkg/Library/ArmLib/ArmV7/ArmV7MPCoreLibPrePi.inf
|
|
|
|
ArmPkg/Library/ArmLib/ArmV7/ArmV7MPCoreLibSec.inf
|
2009-12-06 02:57:05 +01:00
|
|
|
ArmPkg/Library/ArmLib/Null/NullArmLib.inf
|
2011-02-02 23:35:30 +01:00
|
|
|
ArmPkg/Library/ArmMPCoreMailBoxLib/ArmMPCoreMailBoxLib.inf
|
|
|
|
ArmPkg/Library/ArmTrustZoneLib/ArmTrustZoneLib.inf
|
|
|
|
ArmPkg/Library/BaseMemoryLibStm/BaseMemoryLibStm.inf
|
|
|
|
ArmPkg/Library/BaseMemoryLibVstm/BaseMemoryLibVstm.inf
|
|
|
|
ArmPkg/Library/BasePeCoffLib/BasePeCoffLib.inf
|
|
|
|
ArmPkg/Library/BdsLib/BdsLib.inf
|
2009-12-06 02:57:05 +01:00
|
|
|
ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
|
2011-02-02 23:35:30 +01:00
|
|
|
ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf
|
|
|
|
ArmPkg/Library/DebugUncachedMemoryAllocationLib/DebugUncachedMemoryAllocationLib.inf
|
|
|
|
ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
|
|
|
|
ArmPkg/Library/RvdPeCoffExtraActionLib/RvdPeCoffExtraActionLib.inf
|
2009-12-06 02:57:05 +01:00
|
|
|
ArmPkg/Library/SemiHostingDebugLib/SemiHostingDebugLib.inf
|
|
|
|
ArmPkg/Library/SemiHostingSerialPortLib/SemiHostingSerialPortLib.inf
|
|
|
|
ArmPkg/Library/SemihostLib/SemihostLib.inf
|
|
|
|
ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
|
|
|
|
|
|
|
|
ArmPkg/Drivers/CpuDxe/CpuDxe.inf
|
2011-02-02 23:35:30 +01:00
|
|
|
ArmPkg/Drivers/CpuPei/CpuPei.inf
|
|
|
|
ArmPkg/Drivers/PL390Gic/PL390GicDxe.inf
|
|
|
|
ArmPkg/Drivers/PL390Gic/PL390GicNonSec.inf
|
|
|
|
ArmPkg/Drivers/PL390Gic/PL390GicSec.inf
|
2009-12-06 02:57:05 +01:00
|
|
|
ArmPkg/Filesystem/SemihostFs/SemihostFs.inf
|