
On 24 August 2016 at 03:31, Bin Meng bmeng.cn@gmail.com 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 bmeng.cn@gmail.com
configs/qemu-x86_efi_payload32_defconfig | 48 +++++++++++++++++++++++++++++++ configs/qemu-x86_efi_payload64_defconfig | 49 ++++++++++++++++++++++++++++++++ 2 files changed, 97 insertions(+) create mode 100644 configs/qemu-x86_efi_payload32_defconfig create mode 100644 configs/qemu-x86_efi_payload64_defconfig
Great!
Reviewed-by: Simon Glass sjg@chromium.org
By the way I am working on initial 64-bit support and hope to have patches out in 2-3 weeks. I've run out of time for now unfortunately.
- Simon