]> git.proxmox.com Git - mirror_edk2.git/blob - CorebootModulePkg/SecCore/SecCore.inf
f8468f4c24afcef8ccd1522284adf4965c1cea5b
[mirror_edk2.git] / CorebootModulePkg / SecCore / SecCore.inf
1 ## @file
2 # This is the first module taking control from the coreboot.
3 #
4 # Copyright (c) 2013, Intel Corporation. All rights reserved.<BR>
5 #
6 # 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 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12 #
13 #
14 ##
15
16 [Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = SecCore
19 FILE_GUID = BA7BE337-6CFB-4dbb-B26C-21EC2FC16073
20 MODULE_TYPE = SEC
21 VERSION_STRING = 1.0
22
23
24 #
25 # The following information is for reference only and not required by the build tools.
26 #
27 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
28 #
29
30 [Sources]
31 SecMain.c
32 SecMain.h
33 FindPeiCore.c
34
35 [Sources.IA32]
36 Ia32/Stack.asm | MSFT
37 Ia32/Stack.S | GCC
38 Ia32/SecEntry.asm | MSFT
39 Ia32/SecEntry.S | GCC
40
41 [Packages]
42 MdePkg/MdePkg.dec
43 MdeModulePkg/MdeModulePkg.dec
44 UefiCpuPkg/UefiCpuPkg.dec
45 CorebootModulePkg/CorebootModulePkg.dec
46
47 [LibraryClasses]
48 BaseMemoryLib
49 DebugLib
50 BaseLib
51 PcdLib
52 DebugAgentLib
53 UefiCpuLib
54 PeCoffGetEntryPointLib
55 PeCoffExtraActionLib
56
57 [Ppis]
58 gEfiSecPlatformInformationPpiGuid # PPI ALWAYS_PRODUCED
59 gEfiTemporaryRamSupportPpiGuid # PPI ALWAYS_PRODUCED
60
61 [Pcd]
62 gUefiCorebootModulePkgTokenSpaceGuid.PcdPayloadFdMemBase
63 gUefiCorebootModulePkgTokenSpaceGuid.PcdPayloadFdMemSize
64