X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;ds=sidebyside;f=IntelFspPkg%2FLibrary%2FBaseFspPlatformLib%2FBaseFspPlatformLib.inf;h=1ec6e4e37f816736880f47481f1122cd32cbec8c;hb=76c09700edc67686b29662e81a3ca7d947594ce5;hp=4122508baad45e876d61b9a908f5c2f9cd68b0f0;hpb=0b559c1a1d2f76f87aeafcab2764ca00bb7f8f13;p=mirror_edk2.git diff --git a/IntelFspPkg/Library/BaseFspPlatformLib/BaseFspPlatformLib.inf b/IntelFspPkg/Library/BaseFspPlatformLib/BaseFspPlatformLib.inf index 4122508baa..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,16 +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 + gFspBootLoaderTemporaryMemoryGuid ## PRODUCES ## HOB [FixedPcd] - gIntelFspPkgTokenSpaceGuid.PcdFspMaxPatchEntry - gIntelFspPkgTokenSpaceGuid.PcdFspMaxPerfEntry + gIntelFspPkgTokenSpaceGuid.PcdFspMaxPatchEntry ## CONSUMES + gIntelFspPkgTokenSpaceGuid.PcdFspMaxPerfEntry ## CONSUMES