]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPkg/ArmPkg.dsc
ArmPkg: Move ArmSmcLib from ArmPlatformLib to ArmPkg
[mirror_edk2.git] / ArmPkg / ArmPkg.dsc
1 #/** @file
2 # ARM processor package.
3 #
4 # Copyright (c) 2009 - 2010, Apple Inc. All rights reserved.<BR>
5 # Copyright (c) 2011 - 2013, ARM Ltd. All rights reserved.<BR>
6 #
7 # This program and the accompanying materials
8 # are licensed and made available under the terms and conditions of the BSD License
9 # which accompanies this distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
11 #
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 #**/
16
17 ################################################################################
18 #
19 # Defines Section - statements that will be processed to create a Makefile.
20 #
21 ################################################################################
22 [Defines]
23 PLATFORM_NAME = ArmPkg
24 PLATFORM_GUID = 5CFBD99E-3C43-4E7F-8054-9CDEAFF7710F
25 PLATFORM_VERSION = 0.1
26 DSC_SPECIFICATION = 0x00010005
27 OUTPUT_DIRECTORY = Build/Arm
28 SUPPORTED_ARCHITECTURES = ARM
29 BUILD_TARGETS = DEBUG|RELEASE
30 SKUID_IDENTIFIER = DEFAULT
31
32 [BuildOptions]
33 XCODE:*_*_ARM_PLATFORM_FLAGS == -arch armv7
34 XCODE:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
35
36 GCC:*_*_ARM_PLATFORM_FLAGS == -march=armv7-a -mfpu=neon
37 GCC:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
38
39 RVCT:*_*_ARM_PLATFORM_FLAGS == --cpu Cortex-A8
40 RVCT:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
41
42 [LibraryClasses.common]
43 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
44 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
45 CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf
46 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
47 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
48 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
49 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
50 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
51 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
52 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
53 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
54 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
55 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
56 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
57 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
58
59 SemihostLib|ArmPkg/Library/SemihostLib/SemihostLib.inf
60 UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
61 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
62 DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
63
64 ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7Lib.inf
65 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
66 ArmSmcLib|ArmPkg/Library/ArmSmcLib/ArmSmcLib.inf
67 ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf
68 DmaLib|ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf
69
70 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
71 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
72 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
73
74 BdsLib|ArmPkg/Library/BdsLib/BdsLib.inf
75 FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf
76
77 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
78
79 [LibraryClasses.common.PEIM]
80 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
81 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
82 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
83 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
84 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
85
86 [LibraryClasses.common.DXE_DRIVER]
87 ArmPlatformGlobalVariableLib|ArmPlatformPkg/Library/ArmPlatformGlobalVariableLib/Dxe/DxeArmPlatformGlobalVariableLib.inf
88
89 [LibraryClasses.ARM]
90 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
91
92 [Components.common]
93 ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf
94 ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf
95 ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf
96 # ArmPkg/Library/ArmLib/Arm11/Arm11ArmLib.inf
97 # ArmPkg/Library/ArmLib/Arm11/Arm11ArmLibPrePi.inf
98 # ArmPkg/Library/ArmLib/Arm9/Arm9ArmLib.inf
99 # ArmPkg/Library/ArmLib/Arm9/Arm9ArmLibPrePi.inf
100 ArmPkg/Library/ArmLib/ArmV7/ArmV7Lib.inf
101 ArmPkg/Library/ArmLib/ArmV7/ArmV7LibPrePi.inf
102 ArmPkg/Library/ArmLib/ArmV7/ArmV7LibSec.inf
103 ArmPkg/Library/ArmLib/Null/NullArmLib.inf
104 ArmPkg/Library/BaseMemoryLibStm/BaseMemoryLibStm.inf
105 ArmPkg/Library/BaseMemoryLibVstm/BaseMemoryLibVstm.inf
106 ArmPkg/Library/BasePeCoffLib/BasePeCoffLib.inf
107 ArmPkg/Library/BdsLib/BdsLib.inf
108 ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
109 ArmPkg/Library/DebugAgentSymbolsBaseLib/DebugAgentSymbolsBaseLib.inf
110 ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf
111 ArmPkg/Library/DebugUncachedMemoryAllocationLib/DebugUncachedMemoryAllocationLib.inf
112 ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
113 ArmPkg/Library/RvdPeCoffExtraActionLib/RvdPeCoffExtraActionLib.inf
114 ArmPkg/Library/SemiHostingDebugLib/SemiHostingDebugLib.inf
115 ArmPkg/Library/SemiHostingSerialPortLib/SemiHostingSerialPortLib.inf
116 ArmPkg/Library/SemihostLib/SemihostLib.inf
117 ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
118
119 ArmPkg/Drivers/ArmCpuLib/ArmCortexA8Lib/ArmCortexA8Lib.inf
120 ArmPkg/Drivers/ArmCpuLib/ArmCortexA9Lib/ArmCortexA9Lib.inf
121 ArmPkg/Drivers/ArmCpuLib/ArmCortexA15Lib/ArmCortexA15Lib.inf
122 ArmPkg/Drivers/CpuDxe/CpuDxe.inf
123 ArmPkg/Drivers/CpuPei/CpuPei.inf
124 ArmPkg/Drivers/PL390Gic/PL390GicDxe.inf
125 ArmPkg/Drivers/PL390Gic/PL390GicLib.inf
126 ArmPkg/Drivers/PL390Gic/PL390GicSecLib.inf
127 ArmPkg/Drivers/TimerDxe/TimerDxe.inf
128
129 ArmPkg/Library/ArmSmcLib/ArmSmcLib.inf
130 ArmPkg/Library/ArmSmcLibNull/ArmSmcLibNull.inf
131
132 ArmPkg/Filesystem/SemihostFs/SemihostFs.inf
133
134 ArmPkg/Application/LinuxLoader/LinuxAtagLoader.inf
135 ArmPkg/Application/LinuxLoader/LinuxFdtLoader.inf