From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Date: Thu, 13 Oct 2016 16:35:19 +0200 Subject: [U-Boot] [U-Boot, v2, 6/8] x86: efi: Add EFI loader support for x86 In-Reply-To: <1474838857-25045-6-git-send-email-sjg@chromium.org> References: <1474838857-25045-6-git-send-email-sjg@chromium.org> Message-ID: <20161013143519.35708.27601@achrid.arch.suse.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > Add the required pieces to support the EFI loader on x86. > > Since U-Boot only builds for 32-bit on x86, only a 32-bit EFI application > is supported. If a 64-bit kernel must be booted, U-Boot supports this > directly using FIT (see doc/uImage.FIT/kernel.its). U-Boot can act as a > payload for both 32-bit and 64-bit EFI. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng Thanks, applied to