]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg PeiCore: Make SetPeiServicesTablePointer() early in EntryPoint
authorLiming Gao <liming.gao@intel.com>
Wed, 23 Nov 2016 04:51:29 +0000 (12:51 +0800)
committerLiming Gao <liming.gao@intel.com>
Tue, 29 Nov 2016 03:31:51 +0000 (11:31 +0800)
commit75fe0a78aea7f450a46d958f7ad8219899574acc
treeee4393833e2aad9b384f417abfcf55be3b271f05
parent8ae17140476861efa642d28849f627fd9940f1af
MdeModulePkg PeiCore: Make SetPeiServicesTablePointer() early in EntryPoint

Make SetPeiServicesTablePointer() earlier than ProcessLibraryConstructorList()
so the constructor() function can get the correct pei service table pointer.

https://bugzilla.tianocore.org/show_bug.cgi?id=238

Cc: Michael Kinney <michael.d.kinney@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
MdeModulePkg/Core/Pei/PeiMain/PeiMain.c