From patchwork Fri May 1 13:36:09 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Glass X-Patchwork-Id: 244737 List-Id: U-Boot discussion From: sjg at chromium.org (Simon Glass) Date: Fri, 1 May 2020 07:36:09 -0600 Subject: [PATCH v5 0/1] x86: efi: Add a 64-bit coreboot payload Message-ID: <20200501133610.228571-1-sjg@chromium.org> This series creates a new 64-bit 'coreboot64' build which can be launched from coreboot. It uses SPL to effect the jump to 64-bit mode. This was done in an attempt to get the Ubuntu FirmwareTestSuite[1] working. Unfortunately the latest version shows a splash screen and hangs, perhaps due to some missing EFI support. [1] https://wiki.ubuntu.com/FirmwareTestSuite Changes in v5: - Rewrite commit message to explain what coreboot is Simon Glass (1): x86: Add a 64-bit 'coreboot64' build board/coreboot/coreboot/MAINTAINERS | 7 +++++ configs/coreboot64_defconfig | 48 +++++++++++++++++++++++++++++ doc/board/coreboot/coreboot.rst | 10 ++++++ 3 files changed, 65 insertions(+) create mode 100644 configs/coreboot64_defconfig