]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg DxeCore: Call PeCoffExtraActionLib member after Constructor
authorStar Zeng <star.zeng@intel.com>
Thu, 21 Apr 2016 01:47:00 +0000 (09:47 +0800)
committerStar Zeng <star.zeng@intel.com>
Fri, 22 Apr 2016 00:53:09 +0000 (08:53 +0800)
commit31ffa077fc8b21bfdecf4c75e2e9e2520dea0741
tree8f08dc8ea84e09f87f035e4f8f6b1f6a7c0c35b5
parent2a8b78cfd5f9e0f7f7a8c7111813054fb9040554
MdeModulePkg DxeCore: Call PeCoffExtraActionLib member after Constructor

Originally, the code block for "Report DXE Core image information to the PE/COFF
Extra Action Library" was after ProcessLibraryConstructorList(). To fix an issue,
ProcessLibraryConstructorList() was moved to be right after CoreInitializeGcdServices()
at c5d5379937629f3061d08b8d9a3386a40152ca2c, but the code block was left.

As there maybe PeCoffExtraActionLib implementation need Constructor executed first,
the patch is to move the code block for "Report DXE Core image information to the PE/COFF
Extra Action Library" to be after ProcessLibraryConstructorList.

Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Feng Tian <feng.tian@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
MdeModulePkg/Core/Dxe/DxeMain/DxeMain.c