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" <Jiewen.Yao@intel.com>
Reviewed-by: "Mudusuru, Giri P" <giri.p.mudusuru@intel.com>


git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18094 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Yao, Jiewen
2015-07-28 07:26:57 +00:00
committed by jyao1
parent 71a6022f69
commit 00899456b8
4 changed files with 182 additions and 0 deletions

View File

@@ -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