From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Mon, 11 Jun 2018 08:53:47 -0600 Subject: [U-Boot] [PATCH 00/18] x86: efi: Fixes and enhancements to application and payload support In-Reply-To: <1528637118-32739-1-git-send-email-bmeng.cn@gmail.com> References: <1528637118-32739-1-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 Hi Bin, On 10 June 2018 at 05:24, Bin Meng wrote: > Unfortunately the EFI x86 application and payload support have been > broken for quite a while. This series addresses various bug fixes, > plus several enhancements like toolchain compatibility (eg: kernel.org > i386-linux-gcc), introduction of generic EFI payload which can run > on any x86 board, and a EFI framebuffer driver for the payload. > > This series is available at u-boot-x86/efi-working for testing. I wonder if it is possible to put qemu testing of the EFI stuff into travis? Also, are the problems only with the i386 compiler, or are things truly broken everywhere? Regards, Simon