]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg/BdsDxe: Fix bug to run non-first PlatformRecovery####
authorRuiyu Ni <ruiyu.ni@intel.com>
Tue, 15 Nov 2016 09:50:43 +0000 (17:50 +0800)
committerRuiyu Ni <ruiyu.ni@intel.com>
Fri, 18 Nov 2016 02:42:04 +0000 (10:42 +0800)
commitde67c35c8a074500e1db86829e9aa164b7cf4b9d
tree5416a9417715bf93542bdef22db7ec7e2ce8a9bf
parent3fc46b79d82922f33af29bf6c9d0de0062ebda12
MdeModulePkg/BdsDxe: Fix bug to run non-first PlatformRecovery####

The implementation doesn't check the LoadOptions[Index].Status but
only depends on the Status returned from
EfiBootManagerProcessLoadOption(), which results only the first
PlatformRecovery#### runs.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Jie Lin <jie.lin@intel.com>
Reviewed-by: Sunny Wang <sunnywang@hpe.com>
MdeModulePkg/Universal/BdsDxe/BdsEntry.c