]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - ArmEbPkg/Sec/Sec.inf
Partial checkin fixing Beagle references
[mirror_edk2.git] / ArmEbPkg / Sec / Sec.inf
... / ...
CommitLineData
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 ModuleEntryPoint.S | GCC
26 ModuleEntryPoint.asm | RVCT
27
28[Sources.ARM]
29 Sec.c
30 Cache.c
31
32[Packages]
33 MdePkg/MdePkg.dec
34 MdeModulePkg/MdeModulePkg.dec
35 EmbeddedPkg/EmbeddedPkg.dec
36 ArmPkg/ArmPkg.dec
37 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
38
39[LibraryClasses]
40 BaseLib
41 DebugLib
42 ArmLib
43 IoLib
44 ExtractGuidedSectionLib
45 LzmaDecompressLib
46 PeCoffGetEntryPointLib
47
48[FeaturePcd]
49 gEmbeddedTokenSpaceGuid.PcdCacheEnable
50
51[FixedPcd]
52 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate
53 gEmbeddedTokenSpaceGuid.PcdEmbeddedFdBaseAddress
54 gEmbeddedTokenSpaceGuid.PcdEmbeddedFdSize
55 gEmbeddedTokenSpaceGuid.PcdFlashFvMainBase
56 gEmbeddedTokenSpaceGuid.PcdFlashFvMainSize
57 gEmbeddedTokenSpaceGuid.PcdPrePiStackSize
58 gEmbeddedTokenSpaceGuid.PcdPrePiStackBase
59 gEmbeddedTokenSpaceGuid.PcdMemoryBase
60 gEmbeddedTokenSpaceGuid.PcdMemorySize
61