diff options
author | Star Zeng <star.zeng@intel.com> | 2015-08-04 01:41:48 +0000 |
---|---|---|
committer | lzeng14 <lzeng14@Edk2> | 2015-08-04 01:41:48 +0000 |
commit | c5d5379937629f3061d08b8d9a3386a40152ca2c (patch) | |
tree | a1623251e21f6228573ddb72810fc4ea0a2632bb /Vlv2TbltDevicePkg/PlatformPei | |
parent | a3bc432af63cf24991b4df27f06b832aa19de07b (diff) | |
download | edk2-platforms-c5d5379937629f3061d08b8d9a3386a40152ca2c.tar.xz |
MdeModulePkg DxeCore: Move ProcessLibraryConstructorList()
to right after CoreInitializeGcdServices().
Why?
Some platforms maybe report both below 4G and above 4G memory resource hob as tested,
then CoreInitializeMemoryServices() will find and add the tested above 4G memory resource hob to memory descriptor for early memory allocation services,
then if ProcessLibraryConstructorList() that has library constructor tries to allocate below 4G memory and will fail.
In fact, the following CoreInitializeGcdServices() will add all the memory resource hob to GCD map,
and add the tested below 4G memory resource hob to memory descriptor,
but it has been too late for ProcessLibraryConstructorList().
Also move below two lines as they are needed to be after
the constructor of DxeCorePerfomanceLib.
PERF_END (NULL,"PEI", NULL, 0) ;
PERF_START (NULL,"DXE", NULL, 0) ;
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18146 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Vlv2TbltDevicePkg/PlatformPei')
0 files changed, 0 insertions, 0 deletions