]> 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>
Thu, 23 Jun 2016 07:18:09 +0000 (15:18 +0800)
commitf5cbc197d4a9599fc955e5805b0e169fd054be11
treec85b36d63d203736ad17cfc5a2cdba9e665f4f01
parent142c00c3d659a6d5d66416385b4c93fd9a9f10e6
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>
Reviewed-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Amy Chan <amy.chan@intel.com>
MdeModulePkg/Universal/BdsDxe/BdsEntry.c