X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFspPkg%2FLibrary%2FBaseFspPlatformLib%2FBaseFspPlatformLib.inf;h=1ec6e4e37f816736880f47481f1122cd32cbec8c;hp=debce76c301c0c013fb45b85c47b16dbe1a152be;hb=95c95ac0efb10fe4b608a3388d928eb947c15085;hpb=c8ec22a266cdd134ac99c3021003710130613a40 diff --git a/IntelFspPkg/Library/BaseFspPlatformLib/BaseFspPlatformLib.inf b/IntelFspPkg/Library/BaseFspPlatformLib/BaseFspPlatformLib.inf index debce76c30..1ec6e4e37f 100644 --- a/IntelFspPkg/Library/BaseFspPlatformLib/BaseFspPlatformLib.inf +++ b/IntelFspPkg/Library/BaseFspPlatformLib/BaseFspPlatformLib.inf @@ -1,6 +1,7 @@ ## @file +# Instance of FspPlatformLib # -# Copyright (c) 2014, Intel Corporation. All rights reserved.
+# Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.
# # This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License @@ -29,13 +30,17 @@ [LibraryClasses] BaseMemoryLib + MemoryAllocationLib [Pcd] - gIntelFspPkgTokenSpaceGuid.PcdGlobalDataPointerAddress - gIntelFspPkgTokenSpaceGuid.PcdTemporaryRamBase - gIntelFspPkgTokenSpaceGuid.PcdTemporaryRamSize - gIntelFspPkgTokenSpaceGuid.PcdFspTemporaryRamSize + gIntelFspPkgTokenSpaceGuid.PcdGlobalDataPointerAddress ## CONSUMES + gIntelFspPkgTokenSpaceGuid.PcdTemporaryRamBase ## CONSUMES + gIntelFspPkgTokenSpaceGuid.PcdTemporaryRamSize ## CONSUMES + gIntelFspPkgTokenSpaceGuid.PcdFspTemporaryRamSize ## CONSUMES + +[Guids] + gFspBootLoaderTemporaryMemoryGuid ## PRODUCES ## HOB [FixedPcd] - gIntelFspPkgTokenSpaceGuid.PcdFspMaxPatchEntry - gIntelFspPkgTokenSpaceGuid.PcdFspMaxPerfEntry + gIntelFspPkgTokenSpaceGuid.PcdFspMaxPatchEntry ## CONSUMES + gIntelFspPkgTokenSpaceGuid.PcdFspMaxPerfEntry ## CONSUMES