[U-Boot] [PATCH v2 07/13] x86: Drop QEMU-specific EFI payload support
Bin Meng
bmeng.cn at gmail.com
Sun Jun 17 13:18:18 UTC 2018
On Tue, Jun 12, 2018 at 11:36 PM, Bin Meng <bmeng.cn at gmail.com> wrote:
> Now that we have generic EFI payload support for all x86 boards,
> drop the QEMU-specific one.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> Reviewed-by: Simon Glass <sjg at chromium.org>
>
> ---
>
> Changes in v2:
> - update QEMU MAINTAINERS file to remove defconfig files
>
> arch/x86/cpu/qemu/Makefile | 2 --
> arch/x86/cpu/qemu/qemu.c | 4 ---
> board/emulation/qemu-x86/Kconfig | 6 ++--
> board/emulation/qemu-x86/MAINTAINERS | 2 --
> configs/qemu-x86_efi_payload32_defconfig | 47 -------------------------------
> configs/qemu-x86_efi_payload64_defconfig | 48 --------------------------------
> 6 files changed, 3 insertions(+), 106 deletions(-)
> delete mode 100644 configs/qemu-x86_efi_payload32_defconfig
> delete mode 100644 configs/qemu-x86_efi_payload64_defconfig
>
applied to u-boot-x86, thanks!
More information about the U-Boot
mailing list