]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg UefiBootManagerLib: Ignore BootManagerMenu from LoadFile
authorLiming Gao <liming.gao@intel.com>
Thu, 1 Sep 2016 05:41:20 +0000 (13:41 +0800)
committerLiming Gao <liming.gao@intel.com>
Fri, 2 Sep 2016 07:45:55 +0000 (15:45 +0800)
commit8953d69a5ca7f18f80f46e67da95c2527ca6ee89
tree52003047f6169a9c4011178fd334b52163f2f9da
parent7c69fbf20d409516c80355de9a40656ec55f5e21
MdeModulePkg UefiBootManagerLib: Ignore BootManagerMenu from LoadFile

BootManagerMenu boot option is handled by EfiBootManagerGetBootManagerMenu.
Don't need to handle it again when parse LoadFile protocol.

In V2, use "BootManagerMenu" instead of "BootMenuApp".

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Sunny Wang <sunnywang@hpe.com>
MdeModulePkg/Library/UefiBootManagerLib/BmBoot.c