]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - ArmPkg/ArmPkg.dec
Patch from open source community for CryptoPkg to allow it to build for ARM using...
[mirror_edk2.git] / ArmPkg / ArmPkg.dec
... / ...
CommitLineData
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[Defines]\r
17 DEC_SPECIFICATION = 0x00010005\r
18 PACKAGE_NAME = ArmPkg\r
19 PACKAGE_GUID = 5CFBD99E-3C43-4E7F-8054-9CDEAFF7710F\r
20 PACKAGE_VERSION = 0.1\r
21\r
22################################################################################\r
23#\r
24# Include Section - list of Include Paths that are provided by this package.\r
25# Comments are used for Keywords and Module Types.\r
26#\r
27# Supported Module Types:\r
28# BASE SEC PEI_CORE PEIM DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER DXE_SAL_DRIVER UEFI_DRIVER UEFI_APPLICATION\r
29#\r
30################################################################################\r
31[Includes.common]\r
32 Include # Root include for the package\r
33\r
34[LibraryClasses.common]\r
35 ArmLib|Include/Library/ArmLib.h\r
36 SemihostLib|Include/Library/Semihosting.h\r
37 UncachedMemoryAllocationLib|Include/Library/UncachedMemoryAllocationLib.h\r
38 DefaultExceptioHandlerLib|Include/Library/DefaultExceptioHandlerLib.h\r
39 ArmDisassemblerLib|Include/Library/ArmDisassemblerLib.h\r
40 \r
41[Guids.common]\r
42 gArmTokenSpaceGuid = { 0xBB11ECFE, 0x820F, 0x4968, { 0xBB, 0xA6, 0xF7, 0x6A, 0xFE, 0x30, 0x25, 0x96 } }\r
43\r
44[Protocols.common]\r
45 gVirtualUncachedPagesProtocolGuid = { 0xAD651C7D, 0x3C22, 0x4DBF, { 0x92, 0xe8, 0x38, 0xa7, 0xcd, 0xae, 0x87, 0xb2 } }\r
46\r
47 ## Include/Protocol/MmcHost.h\r
48 gEfiMmcHostProtocolGuid = { 0x3e591c00, 0x9e4a, 0x11df, {0x92, 0x44, 0x00, 0x02, 0xA5, 0xD5, 0xC5, 0x1B }}\r
49\r
50[PcdsFeatureFlag.common]\r
51 gArmTokenSpaceGuid.PcdCpuDxeProduceDebugSupport|FALSE|BOOLEAN|0x00000001\r
52\r
53 # On ARM Architecture with the Security Extension, the address for the\r
54 # Vector Table can be mapped anywhere in the memory map. It means we can\r
55 # point the Exception Vector Table to its location in CpuDxe.\r
56 # By default we copy the Vector Table at PcdGet32(PcdCpuVectorBaseAddress)\r
57 gArmTokenSpaceGuid.PcdRelocateVectorTable|TRUE|BOOLEAN|0x00000022\r
58 \r
59 gArmTokenSpaceGuid.PcdEfiUncachedMemoryToStronglyOrdered|FALSE|BOOLEAN|0x00000025\r
60 gArmTokenSpaceGuid.PcdSkipPeiCore|FALSE|BOOLEAN|0x00000026\r
61\r
62[PcdsFixedAtBuild.common]\r
63 # This PCD should be a FeaturePcd. But we used this PCD as an '#if' in an ASM file.\r
64 # Using a FeaturePcd make a '(BOOLEAN) casting for its value which is not understood by the preprocessor.\r
65 gArmTokenSpaceGuid.PcdVFPEnabled|0|UINT32|0x00000024\r
66\r
67 gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000080000000|UINT64|0x00000002\r
68 gArmTokenSpaceGuid.PcdArmCacheOperationThreshold|1024|UINT32|0x00000003\r
69 gArmTokenSpaceGuid.PcdCpuVectorBaseAddress|0xfff00000|UINT32|0x00000004\r
70 gArmTokenSpaceGuid.PcdCpuResetAddress|0x00000000|UINT32|0x00000005\r
71 \r
72 #\r
73 # ARM PL180 MCI\r
74 #\r
75 gArmTokenSpaceGuid.PcdPL180SysMciRegAddress|0x00000000|UINT32|0x00000006\r
76 gArmTokenSpaceGuid.PcdPL180MciBaseAddress|0x00000000|UINT32|0x00000007\r
77\r
78 #\r
79 # ARM PL390 General Interrupt Controller\r
80 #\r
81 gArmTokenSpaceGuid.PcdGicDistributorBase|0|UINT32|0x0000000C\r
82 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0|UINT32|0x0000000D\r
83 gArmTokenSpaceGuid.PcdGicNumInterrupts|96|UINT32|0x00000023\r
84\r
85 #\r
86 # ARM Secure Firmware PCDs\r
87 #\r
88 gArmTokenSpaceGuid.PcdSecureFdBaseAddress|0|UINT32|0x00000015\r
89 gArmTokenSpaceGuid.PcdSecureFdSize|0|UINT32|0x00000016\r
90\r
91 #\r
92 # ARM Normal (or Non Secure) Firmware PCDs\r
93 #\r
94 gArmTokenSpaceGuid.PcdNormalFdBaseAddress|0|UINT32|0x0000002B\r
95 gArmTokenSpaceGuid.PcdNormalFdSize|0|UINT32|0x0000002C\r
96\r
97 # System Memory (DRAM): These PCDs define the region of in-built system memory\r
98 # Some platforms can get DRAM extensions, these additional regions will be declared\r
99 # to UEFI by ArmPLatformPlib \r
100 gArmTokenSpaceGuid.PcdSystemMemoryBase|0|UINT32|0x00000029\r
101 gArmTokenSpaceGuid.PcdSystemMemorySize|0|UINT32|0x0000002A\r
102\r
103 #\r
104 # ARM MPCore MailBox PCDs\r
105 #\r
106 # Address to Set/Get to Mailbox in Multicore system\r
107 gArmTokenSpaceGuid.PcdMPCoreMailboxSetAddress|0|UINT32|0x00000017\r
108 gArmTokenSpaceGuid.PcdMPCoreMailboxGetAddress|0|UINT32|0x00000018\r
109 # Address/Value to clear Mailbox in Multicore system\r
110 gArmTokenSpaceGuid.PcdMPCoreMailboxClearAddress|0|UINT32|0x00000019\r
111 gArmTokenSpaceGuid.PcdMPCoreMailboxClearValue|0|UINT32|0x0000001A\r
112\r
113 #\r
114 # ARM L2x0 PCDs\r
115 #\r
116 gArmTokenSpaceGuid.PcdL2x0ControllerBase|0|UINT32|0x0000001B\r
117 \r
118 #\r
119 # ARM PL390 General Interrupt Controller\r
120 #\r
121 gArmTokenSpaceGuid.PcdGicDistributorBase|0|UINT32|0x0000001C\r
122 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0|UINT32|0x0000001D\r
123 \r
124 # \r
125 # BdsLib\r
126 #\r
127 gArmTokenSpaceGuid.PcdArmMachineType|0|UINT32|0x0000001E\r
128 gArmTokenSpaceGuid.PcdLinuxKernelDP|L""|VOID*|0x0000001F\r
129 gArmTokenSpaceGuid.PcdLinuxAtag|""|VOID*|0x00000020\r
130 gArmTokenSpaceGuid.PcdFdtDP|L""|VOID*|0x00000021\r
131\r