]> git.proxmox.com Git - mirror_edk2.git/blame - BeagleBoardPkg/Sec/Sec.inf
ARM Packages: Fixed line endings
[mirror_edk2.git] / BeagleBoardPkg / Sec / Sec.inf
CommitLineData
1e57a462 1\r
2#/** @file\r
3# SEC - Reset vector code that jumps to C and loads DXE core\r
4# \r
5# Copyright (c) 2008, Apple Inc. All rights reserved.<BR>\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 INF_VERSION = 0x00010005\r
18 BASE_NAME = BeagleBoardSec\r
19 FILE_GUID = d959e387-7b91-452c-90e0-a1dbac90ddb8\r
20 MODULE_TYPE = SEC\r
21 VERSION_STRING = 1.0\r
22\r
23\r
24[Sources.ARM]\r
25 Arm/ModuleEntryPoint.S | GCC\r
26 Arm/ModuleEntryPoint.asm | RVCT\r
27\r
28[Sources.ARM]\r
29 Sec.c\r
30 Cache.c\r
31 PadConfiguration.c\r
32 Clock.c\r
33 \r
34[Packages]\r
35 MdePkg/MdePkg.dec\r
36 MdeModulePkg/MdeModulePkg.dec\r
37 EmbeddedPkg/EmbeddedPkg.dec\r
38 ArmPkg/ArmPkg.dec\r
39 Omap35xxPkg/Omap35xxPkg.dec\r
40 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
41\r
42[LibraryClasses]\r
43 BaseLib\r
44 DebugLib\r
45 ArmLib\r
46 IoLib\r
47 ExtractGuidedSectionLib\r
48 LzmaDecompressLib\r
49 OmapLib\r
50 PeCoffGetEntryPointLib\r
51 DebugAgentLib\r
52 MemoryAllocationLib\r
53 PrePiHobListPointerLib\r
54\r
55[FeaturePcd] \r
56 gEmbeddedTokenSpaceGuid.PcdCacheEnable\r
57\r
58[FixedPcd]\r
59 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate\r
60 gEmbeddedTokenSpaceGuid.PcdEmbeddedFdBaseAddress\r
61 gEmbeddedTokenSpaceGuid.PcdEmbeddedFdSize\r
62 gEmbeddedTokenSpaceGuid.PcdFlashFvMainBase\r
63 gEmbeddedTokenSpaceGuid.PcdFlashFvMainSize\r
64 gEmbeddedTokenSpaceGuid.PcdPrePiStackSize\r
65 gEmbeddedTokenSpaceGuid.PcdPrePiStackBase\r
66 gEmbeddedTokenSpaceGuid.PcdMemoryBase\r
67 gEmbeddedTokenSpaceGuid.PcdMemorySize\r
68 \r
69 gOmap35xxTokenSpaceGuid.PcdOmap35xxConsoleUart\r
70 gOmap35xxTokenSpaceGuid.PcdOmap35xxFreeTimer\r
71 \r
72 gArmTokenSpaceGuid.PcdCpuVectorBaseAddress\r
73\r