Re: [U-Boot] [PATCH 01/11] imx: Add bootcmd to load and run UEFI from mmc

2018-08-15 Thread Alexander Graf
On 08/08/2018 04:24 AM, Henry Beberman wrote: -Original Message- From: Alexander Graf Sent: Tuesday, August 7, 2018 6:46 AM To: Tom Rini Cc: Stefano Babic ; Henry Beberman ; u-boot@lists.denx.de; Fabio Estevam Subject: Re: [PATCH 01/11] imx: Add bootcmd to load and run UEFI from mmc

Re: [U-Boot] [PATCH 01/11] imx: Add bootcmd to load and run UEFI from mmc

2018-08-07 Thread Henry Beberman
> -Original Message- > From: Alexander Graf > Sent: Tuesday, August 7, 2018 6:46 AM > To: Tom Rini > Cc: Stefano Babic ; Henry Beberman > ; u-boot@lists.denx.de; Fabio Estevam > > Subject: Re: [PATCH 01/11] imx: Add bootcmd to load and run UEFI from > mmc > > > > > Am 07.08.2018 um

Re: [U-Boot] [PATCH 01/11] imx: Add bootcmd to load and run UEFI from mmc

2018-08-07 Thread Alexander Graf
> Am 07.08.2018 um 12:16 schrieb Tom Rini : > >> On Tue, Aug 07, 2018 at 01:11:11PM +0200, Stefano Babic wrote: >> Hi Henry, >> >>> On 14/07/2018 02:11, Henry Beberman wrote: >>> From: Henry Beberman >>> >>> This patch enables i.MX platforms to easily add a boot script to their >>> U-Boot Pro

Re: [U-Boot] [PATCH 01/11] imx: Add bootcmd to load and run UEFI from mmc

2018-08-07 Thread Tom Rini
On Tue, Aug 07, 2018 at 01:11:11PM +0200, Stefano Babic wrote: > Hi Henry, > > On 14/07/2018 02:11, 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

Re: [U-Boot] [PATCH 01/11] imx: Add bootcmd to load and run UEFI from mmc

2018-08-07 Thread Stefano Babic
Hi Henry, On 14/07/2018 02:11, 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. > > This is a por

Re: [U-Boot] [PATCH 01/11] imx: Add bootcmd to load and run UEFI from mmc

2018-07-17 Thread Henry Beberman
> -Original Message- > From: Trent Piepho > Sent: Tuesday, July 17, 2018 10:24 AM > To: Henry Beberman ; u- > b...@lists.denx.de > Cc: tr...@konsulko.com; fabio.este...@nxp.com > Subject: Re: [U-Boot] [PATCH 01/11] imx: Add bootcmd to load and run UEFI > from mmc

Re: [U-Boot] [PATCH 01/11] imx: Add bootcmd to load and run UEFI from mmc

2018-07-17 Thread Trent Piepho
On Mon, 2018-07-16 at 23:56 +, Henry Beberman wrote: > > > > > > > > I need to revise the commit message for this patch. The script is not > > > fixed > > > > to the first partition of the selected MMC, it scans the disk for partitions > > marked bootable, then checks each one of those unti

Re: [U-Boot] [PATCH 01/11] imx: Add bootcmd to load and run UEFI from mmc

2018-07-17 Thread Henry Beberman
Hi Fabio, > -Original Message- > From: Fabio Estevam > Sent: Tuesday, July 17, 2018 10:09 AM > To: Trent Piepho > Cc: Henry Beberman ; u- > b...@lists.denx.de; fabio.este...@nxp.com; tr...@konsulko.com > Subject: Re: [U-Boot] [PATCH 01/11] imx: Add bootcmd to loa

Re: [U-Boot] [PATCH 01/11] imx: Add bootcmd to load and run UEFI from mmc

2018-07-17 Thread Fabio Estevam
Hi Henry, On Mon, Jul 16, 2018 at 2:16 PM, Trent Piepho wrote: > On Sat, 2018-07-14 at 00:11 +, 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 >>

Re: [U-Boot] [PATCH 01/11] imx: Add bootcmd to load and run UEFI from mmc

2018-07-16 Thread Henry Beberman
> -Original Message- > From: Trent Piepho > Sent: Monday, July 16, 2018 3:45 PM > To: Henry Beberman ; u- > b...@lists.denx.de > Cc: tr...@konsulko.com; fabio.este...@nxp.com > Subject: Re: [U-Boot] [PATCH 01/11] imx: Add bootcmd to load and run UEFI > from mmc &g

Re: [U-Boot] [PATCH 01/11] imx: Add bootcmd to load and run UEFI from mmc

2018-07-16 Thread Trent Piepho
o.este...@nxp.com > > Subject: Re: [U-Boot] [PATCH 01/11] imx: Add bootcmd to load and run UEFI > > from mmc > > > > On Sat, 2018-07-14 at 00:11 +, Henry Beberman wrote: > > > From: Henry Beberman > > > > > > This patch enables i.MX platforms t

Re: [U-Boot] [PATCH 01/11] imx: Add bootcmd to load and run UEFI from mmc

2018-07-16 Thread Henry Beberman
Hi Trent, > -Original Message- > From: Trent Piepho > Sent: Monday, July 16, 2018 10:17 AM > To: Henry Beberman ; u- > b...@lists.denx.de > Cc: tr...@konsulko.com; fabio.este...@nxp.com > Subject: Re: [U-Boot] [PATCH 01/11] imx: Add bootcmd to load and run UEFI &

Re: [U-Boot] [PATCH 01/11] imx: Add bootcmd to load and run UEFI from mmc

2018-07-16 Thread Trent Piepho
On Sat, 2018-07-14 at 00:11 +, 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 rea

[U-Boot] [PATCH 01/11] imx: Add bootcmd to load and run UEFI from mmc

2018-07-13 Thread Henry Beberman
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. This is a portion of enabling the Windows 10 IoT Core boot path. The go command