]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg PeiCore: Check error status when processing boot FV
authorMarcin Wojtas <mw@semihalf.com>
Fri, 1 Jun 2018 13:58:13 +0000 (21:58 +0800)
committerStar Zeng <star.zeng@intel.com>
Mon, 4 Jun 2018 05:27:55 +0000 (13:27 +0800)
commit38c977c148e92e2af17c5d346d9b4b2e7a18680a
tree62005f5235e8b954b1b09e561c37af5217724c95
parentc4061d18ef531147a58075f7f011a25b598d6aee
MdeModulePkg PeiCore: Check error status when processing boot FV

Until now the possible errors returned from processing
boot firmware volume were not checked, which could cause
misbehavior in further booting stages. Add relevant assert.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Marcin Wojtas <mw@semihalf.com>
Signed-off-by: Jan Dabros <jsd@semihalf.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
MdeModulePkg/Core/Pei/FwVol/FwVol.c