X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EmbeddedPkg%2FLibrary%2FPrePiLib%2FPrePiLib.inf;h=3dba884b1f31ebe0fc046ab66e2fd2e9a0cc9162;hp=72e41c999ff34e4bee4df08f41e97da06797714e;hb=175358e15ed34d7ede6c0cfff159c0f78221701b;hpb=e4dbec73c5f31286bb1645465d87a65793cfadce diff --git a/EmbeddedPkg/Library/PrePiLib/PrePiLib.inf b/EmbeddedPkg/Library/PrePiLib/PrePiLib.inf index 72e41c999f..3dba884b1f 100644 --- a/EmbeddedPkg/Library/PrePiLib/PrePiLib.inf +++ b/EmbeddedPkg/Library/PrePiLib/PrePiLib.inf @@ -1,13 +1,14 @@ #/** @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 @@ -23,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 @@ -55,10 +54,11 @@ PrintLib SerialPortLib ExtractGuidedSectionLib + TimerLib + PerformanceLib + HobLib [Guids] - gEfiHobMemoryAllocModuleGuid - gEfiHobMemoryAllocStackGuid gEfiStatusCodeSpecificDataGuid gEfiMemoryTypeInformationGuid gEfiStatusCodeDataTypeDebugGuid @@ -66,14 +66,9 @@ [Protocols] gEfiStatusCodeRuntimeProtocolGuid gPeCoffLoaderProtocolGuid - + [FixedPcd.common] - gEmbeddedTokenSpaceGuid.PcdPrePiHobBase - gEmbeddedTokenSpaceGuid.PcdPrePiTempMemorySize - gEmbeddedTokenSpaceGuid.PcdPrePiBfvBaseAddress - gEmbeddedTokenSpaceGuid.PcdPrePiBfvSize - gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory