From 00899456b809b7a0809e92d3e020435eece0effd Mon Sep 17 00:00:00 2001 From: "Yao, Jiewen" Date: Tue, 28 Jul 2015 07:26:57 +0000 Subject: FspNotifyDxe need handle >4G memory. The FSP API is always 32bit, but FspNotifyDxe might load to >4G memory. In order to make thunk work, we need reload FspNotifyDxe to <4G memory. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: "Yao, Jiewen" Reviewed-by: "Mudusuru, Giri P" git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18094 6f19259b-4bc3-4df7-8a09-765794883524 --- IntelFspWrapperPkg/FspNotifyDxe/FspNotifyDxe.inf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'IntelFspWrapperPkg/FspNotifyDxe/FspNotifyDxe.inf') diff --git a/IntelFspWrapperPkg/FspNotifyDxe/FspNotifyDxe.inf b/IntelFspWrapperPkg/FspNotifyDxe/FspNotifyDxe.inf index 8175dbd324..66970cc380 100644 --- a/IntelFspWrapperPkg/FspNotifyDxe/FspNotifyDxe.inf +++ b/IntelFspWrapperPkg/FspNotifyDxe/FspNotifyDxe.inf @@ -30,6 +30,7 @@ [Sources] FspNotifyDxe.c + LoadBelow4G.c [Packages] MdePkg/MdePkg.dec @@ -43,6 +44,9 @@ BaseMemoryLib UefiLib FspApiLib + PeCoffLib + CacheMaintenanceLib + DxeServicesLib [Protocols] gEfiPciEnumerationCompleteProtocolGuid ## CONSUMES -- cgit v1.2.3