X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EmbeddedPkg%2FLibrary%2FPrePiLib%2FPrePiLib.inf;h=9446bc47df95eae238ff6ba4ee4e0c93bed5c477;hp=278ee4472280e577d1f8e64dca15a39c966ce2af;hb=878b807a435eefbb1d76f9bdec30cb3526521a5e;hpb=2ef2b01e07c02db339f34004445734a2dbdd80e1 diff --git a/EmbeddedPkg/Library/PrePiLib/PrePiLib.inf b/EmbeddedPkg/Library/PrePiLib/PrePiLib.inf index 278ee44722..9446bc47df 100644 --- a/EmbeddedPkg/Library/PrePiLib/PrePiLib.inf +++ b/EmbeddedPkg/Library/PrePiLib/PrePiLib.inf @@ -1,19 +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 -# 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 -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # # #**/ @@ -24,17 +19,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 +49,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