]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg/UefiBootManagerLib: allow foreign Driver#### images
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Mon, 8 Jan 2018 10:32:03 +0000 (10:32 +0000)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Mon, 15 Apr 2019 01:37:30 +0000 (18:37 -0700)
commit26d60374b87d7ed4b0ded88f95a3eb991680e134
tree636031827cf203e53ead4db8752aa7d14816df5d
parent615a72400bca338aa92579a726c4669b4185dc43
MdeModulePkg/UefiBootManagerLib: allow foreign Driver#### images

Allow PE/COFF images that must execute under emulation for Driver####
options, by removing the redundant machine type check from the BDS code.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Hao Wu <hao.a.wu@intel.com>
MdeModulePkg/Library/UefiBootManagerLib/BmLoadOption.c