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