]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg: Retrieve boot manager menu from any fv
authorZhiguang Liu <zhiguang.liu@intel.com>
Mon, 26 Apr 2021 08:25:39 +0000 (16:25 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 18 May 2021 13:52:06 +0000 (13:52 +0000)
commit42ec0a315b8a2f445b7a7d74b8d78965f1dff8f6
treeac4c4eb22adb7d93e2ff231891745a4e7be6cdb3
parent29e300ff815283259e81822ed3cb926bb9ad6460
MdeModulePkg: Retrieve boot manager menu from any fv

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3384

Currently, UefiBootManagerLib has the below assumption:
  Assume the BootManagerMenuFile is in the same FV as the module links to this library.
It has some limitation now, so remove the assumption.

Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Hao A Wu <hao.a.wu@intel.com>
Cc: Zhichao Gao <zhichao.gao@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
Reviewed-by: Ray Ni <ray.ni@intel.com>
Signed-off-by: Zhiguang Liu <zhiguang.liu@intel.com>
MdeModulePkg/Library/UefiBootManagerLib/BmBoot.c