]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPkg/ArmPkg.dec
ArmPlatformPkg: Add ArmPlatformGetPlatformPpiList()
[mirror_edk2.git] / ArmPkg / ArmPkg.dec
CommitLineData
8bbf0f09
A
1#/** @file\r
2# ARM processor package.\r
3#\r
d6ebcab7 4# Copyright (c) 2009 - 2010, Apple Inc. All rights reserved.<BR>\r
8bbf0f09 5#\r
d6ebcab7 6# This program and the accompanying materials\r
8bbf0f09
A
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
2ef2b01e
A
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
8bbf0f09 35 ArmLib|Include/Library/ArmLib.h\r
2ef2b01e 36 SemihostLib|Include/Library/Semihosting.h\r
8bbf0f09 37 UncachedMemoryAllocationLib|Include/Library/UncachedMemoryAllocationLib.h\r
11c20f4e 38 DefaultExceptionHandlerLib|Include/Library/DefaultExceptionHandlerLib.h\r
097bd461 39 ArmDisassemblerLib|Include/Library/ArmDisassemblerLib.h\r
40 \r
2ef2b01e
A
41[Guids.common]\r
42 gArmTokenSpaceGuid = { 0xBB11ECFE, 0x820F, 0x4968, { 0xBB, 0xA6, 0xF7, 0x6A, 0xFE, 0x30, 0x25, 0x96 } }\r
43\r
44[Protocols.common]\r
8bbf0f09 45 gVirtualUncachedPagesProtocolGuid = { 0xAD651C7D, 0x3C22, 0x4DBF, { 0x92, 0xe8, 0x38, 0xa7, 0xcd, 0xae, 0x87, 0xb2 } }\r
2ef2b01e
A
46\r
47[PcdsFeatureFlag.common]\r
48 gArmTokenSpaceGuid.PcdCpuDxeProduceDebugSupport|FALSE|BOOLEAN|0x00000001\r
49\r
1bfda055 50 # On ARM Architecture with the Security Extension, the address for the\r
51 # Vector Table can be mapped anywhere in the memory map. It means we can\r
52 # point the Exception Vector Table to its location in CpuDxe.\r
53 # By default we copy the Vector Table at PcdGet32(PcdCpuVectorBaseAddress)\r
54 gArmTokenSpaceGuid.PcdRelocateVectorTable|TRUE|BOOLEAN|0x00000022\r
eeec69c5 55 # Set this PCD to TRUE if the Exception Vector is changed to add debugger support before\r
56 # it has been configured by the CPU DXE\r
57 gArmTokenSpaceGuid.PcdDebuggerExceptionSupport|FALSE|BOOLEAN|0x00000032\r
1bfda055 58 \r
59 gArmTokenSpaceGuid.PcdEfiUncachedMemoryToStronglyOrdered|FALSE|BOOLEAN|0x00000025\r
1bfda055 60\r
2ef2b01e 61[PcdsFixedAtBuild.common]\r
1bfda055 62 # This PCD should be a FeaturePcd. But we used this PCD as an '#if' in an ASM file.\r
63 # Using a FeaturePcd make a '(BOOLEAN) casting for its value which is not understood by the preprocessor.\r
64 gArmTokenSpaceGuid.PcdVFPEnabled|0|UINT32|0x00000024\r
65\r
2ef2b01e
A
66 gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000080000000|UINT64|0x00000002\r
67 gArmTokenSpaceGuid.PcdArmCacheOperationThreshold|1024|UINT32|0x00000003\r
5a4b8c6a 68 gArmTokenSpaceGuid.PcdCpuVectorBaseAddress|0xffff0000|UINT32|0x00000004\r
2ef2b01e 69 gArmTokenSpaceGuid.PcdCpuResetAddress|0x00000000|UINT32|0x00000005\r
1bfda055 70 \r
1bfda055 71 #\r
72 # ARM PL390 General Interrupt Controller\r
73 #\r
74 gArmTokenSpaceGuid.PcdGicDistributorBase|0|UINT32|0x0000000C\r
75 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0|UINT32|0x0000000D\r
76 gArmTokenSpaceGuid.PcdGicNumInterrupts|96|UINT32|0x00000023\r
77\r
78 #\r
262a9b04 79 # ARM Secure Firmware PCDs\r
1bfda055 80 #\r
81 gArmTokenSpaceGuid.PcdSecureFdBaseAddress|0|UINT32|0x00000015\r
82 gArmTokenSpaceGuid.PcdSecureFdSize|0|UINT32|0x00000016\r
1ad14bc8 83 gArmTokenSpaceGuid.PcdSecureFvBaseAddress|0x0|UINT32|0x0000002F\r
84 gArmTokenSpaceGuid.PcdSecureFvSize|0x0|UINT32|0x00000030\r
1bfda055 85\r
262a9b04 86 #\r
87 # ARM Normal (or Non Secure) Firmware PCDs\r
88 #\r
f92b93c9 89 gArmTokenSpaceGuid.PcdFdBaseAddress|0|UINT32|0x0000002B\r
90 gArmTokenSpaceGuid.PcdFdSize|0|UINT32|0x0000002C\r
91 gArmTokenSpaceGuid.PcdFvBaseAddress|0|UINT32|0x0000002D\r
92 gArmTokenSpaceGuid.PcdFvSize|0|UINT32|0x0000002E\r
262a9b04 93\r
964680c1 94 # System Memory (DRAM): These PCDs define the region of in-built system memory\r
95 # Some platforms can get DRAM extensions, these additional regions will be declared\r
96 # to UEFI by ArmPLatformPlib \r
97 gArmTokenSpaceGuid.PcdSystemMemoryBase|0|UINT32|0x00000029\r
98 gArmTokenSpaceGuid.PcdSystemMemorySize|0|UINT32|0x0000002A\r
99\r
0787bc61 100 # Use ClusterId + CoreId to identify the PrimaryCore\r
101 gArmTokenSpaceGuid.PcdArmPrimaryCoreMask|0xF03|UINT32|0x00000031\r
102 # The Primary Core is ClusterId[0] & CoreId[0] \r
103 gArmTokenSpaceGuid.PcdArmPrimaryCore|0|UINT32|0x00000037\r
104\r
1bfda055 105 #\r
106 # ARM MPCore MailBox PCDs\r
107 #\r
108 # Address to Set/Get to Mailbox in Multicore system\r
109 gArmTokenSpaceGuid.PcdMPCoreMailboxSetAddress|0|UINT32|0x00000017\r
110 gArmTokenSpaceGuid.PcdMPCoreMailboxGetAddress|0|UINT32|0x00000018\r
111 # Address/Value to clear Mailbox in Multicore system\r
112 gArmTokenSpaceGuid.PcdMPCoreMailboxClearAddress|0|UINT32|0x00000019\r
113 gArmTokenSpaceGuid.PcdMPCoreMailboxClearValue|0|UINT32|0x0000001A\r
114\r
115 #\r
116 # ARM L2x0 PCDs\r
117 #\r
118 gArmTokenSpaceGuid.PcdL2x0ControllerBase|0|UINT32|0x0000001B\r
119 \r
120 #\r
121 # ARM PL390 General Interrupt Controller\r
122 #\r
123 gArmTokenSpaceGuid.PcdGicDistributorBase|0|UINT32|0x0000001C\r
124 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0|UINT32|0x0000001D\r
125 \r
126 # \r
127 # BdsLib\r
128 #\r
129 gArmTokenSpaceGuid.PcdArmMachineType|0|UINT32|0x0000001E\r
a355a365 130 # The compressed Linux kernel is expected to be under 128MB from the beginning of the System Memory\r
131 gArmTokenSpaceGuid.PcdArmLinuxKernelMaxOffset|0x08000000|UINT32|0x0000001F\r
132 # The Linux ATAGs are expected to be under 0x4000 (16KB) from the beginning of the System Memory\r
133 gArmTokenSpaceGuid.PcdArmLinuxAtagMaxOffset|0x4000|UINT32|0x00000020\r
1bfda055 134\r