From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Tue, 30 Aug 2016 09:29:06 +0800 Subject: [U-Boot] [PATCH v2 3/3] x86: qemu: efi: Add two boards for EFI 32-bit and 64-bit payload In-Reply-To: <1472114839-6792-3-git-send-email-bmeng.cn@gmail.com> References: <1472114839-6792-1-git-send-email-bmeng.cn@gmail.com> <1472114839-6792-3-git-send-email-bmeng.cn@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, Aug 25, 2016 at 4:47 PM, Bin Meng wrote: > This introduces two board defconfig files for generating EFI 32-bit > and 64-bit payloads, to run on QEMU x86 target. > > With these in place, hopefully buildman will catch any build error > with EFI payload support on x86. > > Signed-off-by: Bin Meng > Reviewed-by: Simon Glass > > --- > > Changes in v2: > - Add maintainter entry for the two boards > > board/emulation/qemu-x86/MAINTAINERS | 2 ++ > configs/qemu-x86_efi_payload32_defconfig | 48 +++++++++++++++++++++++++++++++ > configs/qemu-x86_efi_payload64_defconfig | 49 ++++++++++++++++++++++++++++++++ > 3 files changed, 99 insertions(+) > create mode 100644 configs/qemu-x86_efi_payload32_defconfig > create mode 100644 configs/qemu-x86_efi_payload64_defconfig > applied to u-boot-x86, thanks!