]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg PeiCore: Add error message to describe PEIM load failure
authorLiming Gao <liming.gao@intel.com>
Thu, 8 Feb 2018 08:18:39 +0000 (16:18 +0800)
committerLiming Gao <liming.gao@intel.com>
Mon, 26 Feb 2018 05:18:40 +0000 (13:18 +0800)
commit63c677e20f4e2645fab72fef56a8ca1d20f84bef
tree31127e29796e511d7be1164899b5825df23930af
parent3c3277f21e4b4ebbb4988893d2edcfe8f8406348
MdeModulePkg PeiCore: Add error message to describe PEIM load failure

If PEIM image address doesn't meet with its section alignment, it will
load fail. PeiCore adds more debug message to report it.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Liming Gao <liming.gao@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
MdeModulePkg/Core/Pei/Image/Image.c