From mboxrd@z Thu Jan 1 00:00:00 1970 From: Trent Piepho Date: Mon, 16 Jul 2018 17:16:49 +0000 Subject: [U-Boot] [PATCH 01/11] imx: Add bootcmd to load and run UEFI from mmc In-Reply-To: <20180714001117.14584-2-hebeberm@microsoft.com> References: <20180714001117.14584-1-hebeberm@microsoft.com> <20180714001117.14584-2-hebeberm@microsoft.com> Message-ID: <1531761406.2283.87.camel@impinj.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, 2018-07-14 at 00:11 +0000, Henry Beberman wrote: > From: Henry Beberman > > This patch enables i.MX platforms to easily add a boot script to their > U-Boot Proper environment to automatically load and execute an EFI > firmware from the first FAT partition of an MMC device. Is there a reason to force the first partition instead of using the EFI partition code to select which partition to boot? I also wonder, on a Linux system, is there a reason the EFI partition must use FAT?