]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg/Bds: Do not boot to UI again when BootNext points to UI
authorRuiyu Ni <ruiyu.ni@intel.com>
Tue, 21 Jun 2016 05:04:31 +0000 (13:04 +0800)
committerRuiyu Ni <ruiyu.ni@intel.com>
Wed, 22 Jun 2016 05:51:39 +0000 (13:51 +0800)
commitdd85dd0731e971c5782fb94b2cbac8669b33312b
tree2ff0c4954eb9d4548fd9b845f97602c752bc6949
parent85df61243cb56c3d9c52a5005e65c4ea8bf60e52
MdeModulePkg/Bds: Do not boot to UI again when BootNext points to UI

Per UEFI spec the successful returning of boot option triggers boot
to UI. But when the BootNext just points to UI, it causes confusing.
So the patch avoids booting to UI again when the BootNext points to
UI.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Cc: Amy Chan <amy.chan@intel.com>
MdeModulePkg/Universal/BdsDxe/BdsEntry.c