]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg: Fix device path when boot manager menu is from different FV
authorZhiguang Liu <zhiguang.liu@intel.com>
Wed, 9 Jun 2021 08:34:57 +0000 (16:34 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 15 Jun 2021 08:08:15 +0000 (08:08 +0000)
commit1ad794b6276ed902a838a444504848255ce576c9
treea4455d61d60ac099b27746145c76571937965f79
parent288bd74a22b1a3c7130d8a303e332161f923b8d4
MdeModulePkg: Fix device path when boot manager menu is from different FV

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

When the boot manager menu is from different FV, the current logic still
use the device path of the FV as the module links to this library

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: Ray Ni <ray.ni@intel.com>
Acked-by: Hao A Wu <hao.a.wu@intel.com>
Signed-off-by: Zhiguang Liu <zhiguang.liu@intel.com>
MdeModulePkg/Library/UefiBootManagerLib/BmBoot.c