]> git.proxmox.com Git - mirror_edk2.git/blob - BeagleBoardPkg/Sec/Sec.inf
Add a PE/COFF extra action lib that DEBUG prints the debugger command to load symbols...
[mirror_edk2.git] / BeagleBoardPkg / Sec / Sec.inf
1
2 #/** @file
3 # SEC - Reset vector code that jumps to C and loads DXE core
4 #
5 # Copyright (c) 2008, Apple Inc. <BR>
6 # All rights reserved. This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 #
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 #**/
15
16 [Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = BeagleBoardSec
19 FILE_GUID = d959e387-7b91-452c-90e0-a1dbac90ddb8
20 MODULE_TYPE = SEC
21 VERSION_STRING = 1.0
22
23
24 [Sources.ARM]
25 Arm/ModuleEntryPoint.S | GCC
26 Arm/ModuleEntryPoint.asm | RVCT
27
28 [Sources.ARM]
29 Sec.c
30 Cache.c
31 PadConfiguration.c
32 Clock.c
33
34 [Packages]
35 MdePkg/MdePkg.dec
36 MdeModulePkg/MdeModulePkg.dec
37 EmbeddedPkg/EmbeddedPkg.dec
38 ArmPkg/ArmPkg.dec
39 Omap35xxPkg/Omap35xxPkg.dec
40 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
41
42 [LibraryClasses]
43 BaseLib
44 DebugLib
45 ArmLib
46 IoLib
47 ExtractGuidedSectionLib
48 LzmaDecompressLib
49 OmapLib
50 PeCoffGetEntryPointLib
51 DebugAgentLib
52
53 [FeaturePcd]
54 gEmbeddedTokenSpaceGuid.PcdCacheEnable
55
56 [FixedPcd]
57 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate
58 gEmbeddedTokenSpaceGuid.PcdEmbeddedFdBaseAddress
59 gEmbeddedTokenSpaceGuid.PcdEmbeddedFdSize
60 gEmbeddedTokenSpaceGuid.PcdFlashFvMainBase
61 gEmbeddedTokenSpaceGuid.PcdFlashFvMainSize
62 gEmbeddedTokenSpaceGuid.PcdPrePiStackSize
63 gEmbeddedTokenSpaceGuid.PcdPrePiStackBase
64 gEmbeddedTokenSpaceGuid.PcdMemoryBase
65 gEmbeddedTokenSpaceGuid.PcdMemorySize
66
67 gOmap35xxTokenSpaceGuid.PcdOmap35xxConsoleUart
68 gOmap35xxTokenSpaceGuid.PcdOmap35xxFreeTimer
69
70 gArmTokenSpaceGuid.PcdCpuVectorBaseAddress
71