X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFspWrapperPkg%2FFspNotifyDxe%2FFspNotifyDxe.inf;h=66970cc3809271078cc3484bda81c8c05dca1f37;hp=5138bb98a0b789471745397e8e0cd113e707d99d;hb=fbce471eb1d72a5d2a3c1214b7bcc73c577d5b71;hpb=a33a2f62218e6e49a25d63474b7fe423d8ee4b71 diff --git a/IntelFspWrapperPkg/FspNotifyDxe/FspNotifyDxe.inf b/IntelFspWrapperPkg/FspNotifyDxe/FspNotifyDxe.inf index 5138bb98a0..66970cc380 100644 --- a/IntelFspWrapperPkg/FspNotifyDxe/FspNotifyDxe.inf +++ b/IntelFspWrapperPkg/FspNotifyDxe/FspNotifyDxe.inf @@ -3,7 +3,7 @@ # # This driver will register two callbacks to call fsp's notifies. # -# 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 @@ -30,6 +30,7 @@ [Sources] FspNotifyDxe.c + LoadBelow4G.c [Packages] MdePkg/MdePkg.dec @@ -43,13 +44,17 @@ BaseMemoryLib UefiLib FspApiLib + PeCoffLib + CacheMaintenanceLib + DxeServicesLib [Protocols] - gEfiPciEnumerationCompleteProtocolGuid + gEfiPciEnumerationCompleteProtocolGuid ## CONSUMES [Pcd] - gFspWrapperTokenSpaceGuid.PcdFlashFvFspBase - gFspWrapperTokenSpaceGuid.PcdFlashFvFspSize + gFspWrapperTokenSpaceGuid.PcdFlashFvFspBase ## CONSUMES + gFspWrapperTokenSpaceGuid.PcdFlashFvSecondFspBase ## CONSUMES + gFspWrapperTokenSpaceGuid.PcdFlashFvFspSize ## CONSUMES [Depex] TRUE