X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EmbeddedPkg%2FLibrary%2FPrePiLib%2FPrePiLib.inf;h=3dba884b1f31ebe0fc046ab66e2fd2e9a0cc9162;hp=278ee4472280e577d1f8e64dca15a39c966ce2af;hb=175358e15ed34d7ede6c0cfff159c0f78221701b;hpb=2ef2b01e07c02db339f34004445734a2dbdd80e1 diff --git a/EmbeddedPkg/Library/PrePiLib/PrePiLib.inf b/EmbeddedPkg/Library/PrePiLib/PrePiLib.inf index 278ee44722..3dba884b1f 100644 --- a/EmbeddedPkg/Library/PrePiLib/PrePiLib.inf +++ b/EmbeddedPkg/Library/PrePiLib/PrePiLib.inf @@ -1,14 +1,14 @@ -#%HEADER% #/** @file # Component description file for Apple Pre PI Library # -# LIbrary helps you build a platform that skips PEI and loads DXE Core +# LIbrary helps you build a platform that skips PEI and loads DXE Core # directly. Helps building HOBs, reading data from the FV, and doing -# decompression. +# decompression. # -# Copyright (c) 2008, Apple, Inc. +# Copyright (c) 2018, Intel Corporation. All rights reserved.
+# Copyright (c) 2008, Apple Inc. All rights reserved.
# -# All rights reserved. This program and the accompanying materials +# This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at # http://opensource.org/licenses/bsd-license.php @@ -24,17 +24,15 @@ FILE_GUID = 1F3A3278-82EB-4C0D-86F1-5BCDA5846CB2 MODULE_TYPE = BASE VERSION_STRING = 1.0 - LIBRARY_CLASS = PrePiLib + LIBRARY_CLASS = PrePiLib # -# VALID_ARCHITECTURES = IA32 X64 IPF EBC +# VALID_ARCHITECTURES = IA32 X64 EBC # [Sources.common] FwVol.c - Hob.c - Memory.c PrePiLib.c ReportStatusCode.c @@ -56,24 +54,21 @@ PrintLib SerialPortLib ExtractGuidedSectionLib + TimerLib + PerformanceLib + HobLib [Guids] - gEfiHobMemoryAllocModuleGuid - gEfiHobMemoryAllocStackGuid gEfiStatusCodeSpecificDataGuid gEfiMemoryTypeInformationGuid gEfiStatusCodeDataTypeDebugGuid [Protocols] gEfiStatusCodeRuntimeProtocolGuid - + gPeCoffLoaderProtocolGuid + [FixedPcd.common] - gEmbeddedTokenSpaceGuid.PcdPrePiHobBase - gEmbeddedTokenSpaceGuid.PcdPrePiTempMemorySize - gEmbeddedTokenSpaceGuid.PcdPrePiBfvBaseAddress - gEmbeddedTokenSpaceGuid.PcdPrePiBfvSize - gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory