]> git.proxmox.com Git - mirror_edk2.git/blob - EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
Adding support for BeagleBoard.
[mirror_edk2.git] / EmbeddedPkg / Library / PrePiLib / PrePiLib.inf
1 #%HEADER%
2 #/** @file
3 # Component description file for Apple Pre PI Library
4 #
5 # LIbrary helps you build a platform that skips PEI and loads DXE Core
6 # directly. Helps building HOBs, reading data from the FV, and doing
7 # decompression.
8 #
9 # Copyright (c) 2008, Apple, Inc.
10 #
11 # All rights reserved. This program and the accompanying materials
12 # are licensed and made available under the terms and conditions of the BSD License
13 # which accompanies this distribution. The full text of the license may be found at
14 # http://opensource.org/licenses/bsd-license.php
15 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
16 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
17 #
18 #
19 #**/
20
21 [Defines]
22 INF_VERSION = 0x00010005
23 BASE_NAME = PrePiLib
24 FILE_GUID = 1F3A3278-82EB-4C0D-86F1-5BCDA5846CB2
25 MODULE_TYPE = BASE
26 VERSION_STRING = 1.0
27 LIBRARY_CLASS = PrePiLib
28
29
30 #
31 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
32 #
33
34 [Sources.common]
35 FwVol.c
36 Hob.c
37 Memory.c
38 PrePiLib.c
39 ReportStatusCode.c
40
41 [Packages]
42 MdePkg/MdePkg.dec
43 EmbeddedPkg/EmbeddedPkg.dec
44 MdeModulePkg/MdeModulePkg.dec
45 IntelFrameworkPkg/IntelFrameworkPkg.dec # needed to support StatusCodes
46 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec # needed to support StatusCodes
47
48
49 [LibraryClasses]
50 BaseLib
51 DebugLib
52 BaseMemoryLib
53 UefiDecompressLib
54 PeCoffLib
55 CacheMaintenanceLib
56 PrintLib
57 SerialPortLib
58 ExtractGuidedSectionLib
59
60 [Guids]
61 gEfiHobMemoryAllocModuleGuid
62 gEfiHobMemoryAllocStackGuid
63 gEfiStatusCodeSpecificDataGuid
64 gEfiMemoryTypeInformationGuid
65 gEfiStatusCodeDataTypeDebugGuid
66
67 [Protocols]
68 gEfiStatusCodeRuntimeProtocolGuid
69
70
71 [FixedPcd.common]
72 gEmbeddedTokenSpaceGuid.PcdPrePiHobBase
73 gEmbeddedTokenSpaceGuid.PcdPrePiTempMemorySize
74 gEmbeddedTokenSpaceGuid.PcdPrePiBfvBaseAddress
75 gEmbeddedTokenSpaceGuid.PcdPrePiBfvSize
76 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize
77 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize
78
79 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory
80 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS
81 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType
82 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData
83 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode
84 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode
85 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData
86 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode
87 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData
88
89 [FeaturePcd]
90 gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob