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