Re: [U-Boot] [PATCH] spl: mmc: Add option to set eMMC HW boot partition

2019-10-12 Thread Tom Rini
On Tue, Sep 03, 2019 at 04:16:50PM +0200, Lukasz Majewski wrote: > From: Mans Rullgard > > This change allows setting pre-defined eMMC boot partition for SPL eMMC > booting. It is necessary in the case when one wants to boot (through falcon > boot) from eMMC after loading SPL from other memory

Re: [U-Boot] [PATCH] spl: mmc: Add option to set eMMC HW boot partition

2019-10-10 Thread Peng Fan
Hi Tom, > Subject: Re: [PATCH] spl: mmc: Add option to set eMMC HW boot partition > > On Wed, Oct 09, 2019 at 11:07:18AM +0200, Lukasz Majewski wrote: > > Dear Tom, > > > > > From: Mans Rullgard > > > > > > This change allows setting pre-defined eMMC boot partition for SPL > > > eMMC booting.

Re: [U-Boot] [PATCH] spl: mmc: Add option to set eMMC HW boot partition

2019-10-10 Thread Tom Rini
On Wed, Oct 09, 2019 at 11:07:18AM +0200, Lukasz Majewski wrote: > Dear Tom, > > > From: Mans Rullgard > > > > This change allows setting pre-defined eMMC boot partition for SPL > > eMMC booting. It is necessary in the case when one wants to boot > > (through falcon boot) from eMMC after

Re: [U-Boot] [PATCH] spl: mmc: Add option to set eMMC HW boot partition

2019-10-09 Thread Lukasz Majewski
Dear Tom, > From: Mans Rullgard > > This change allows setting pre-defined eMMC boot partition for SPL > eMMC booting. It is necessary in the case when one wants to boot > (through falcon boot) from eMMC after loading SPL from other memory > (like SPI-NOR). > > Signed-off-by: Mans Rullgard >

Re: [U-Boot] [PATCH] spl: mmc: Add option to set eMMC HW boot partition

2019-09-03 Thread Lukasz Majewski
Hi Marek, > On 9/3/19 5:49 PM, Lukasz Majewski wrote: > > Hi Måns, Marek, > > > >> Marek Vasut writes: > >> > >>> On 9/3/19 4:16 PM, Lukasz Majewski wrote: > From: Mans Rullgard > > This change allows setting pre-defined eMMC boot partition for > SPL eMMC booting.

Re: [U-Boot] [PATCH] spl: mmc: Add option to set eMMC HW boot partition

2019-09-03 Thread Marek Vasut
On 9/3/19 5:49 PM, Lukasz Majewski wrote: > Hi Måns, Marek, > >> Marek Vasut writes: >> >>> On 9/3/19 4:16 PM, Lukasz Majewski wrote: From: Mans Rullgard This change allows setting pre-defined eMMC boot partition for SPL eMMC booting. It is necessary in the case when one

Re: [U-Boot] [PATCH] spl: mmc: Add option to set eMMC HW boot partition

2019-09-03 Thread Lukasz Majewski
Hi Måns, Marek, > Marek Vasut writes: > > > On 9/3/19 4:16 PM, Lukasz Majewski wrote: > >> From: Mans Rullgard > >> > >> This change allows setting pre-defined eMMC boot partition for SPL > >> eMMC booting. It is necessary in the case when one wants to boot > >> (through falcon boot) from

Re: [U-Boot] [PATCH] spl: mmc: Add option to set eMMC HW boot partition

2019-09-03 Thread Måns Rullgård
Marek Vasut writes: > On 9/3/19 4:16 PM, Lukasz Majewski wrote: >> From: Mans Rullgard >> >> This change allows setting pre-defined eMMC boot partition for SPL eMMC >> booting. It is necessary in the case when one wants to boot (through falcon >> boot) from eMMC after loading SPL from other

Re: [U-Boot] [PATCH] spl: mmc: Add option to set eMMC HW boot partition

2019-09-03 Thread Marek Vasut
On 9/3/19 4:16 PM, Lukasz Majewski wrote: > From: Mans Rullgard > > This change allows setting pre-defined eMMC boot partition for SPL eMMC > booting. It is necessary in the case when one wants to boot (through falcon > boot) from eMMC after loading SPL from other memory (like SPI-NOR). > >

[U-Boot] [PATCH] spl: mmc: Add option to set eMMC HW boot partition

2019-09-03 Thread Lukasz Majewski
From: Mans Rullgard This change allows setting pre-defined eMMC boot partition for SPL eMMC booting. It is necessary in the case when one wants to boot (through falcon boot) from eMMC after loading SPL from other memory (like SPI-NOR). Signed-off-by: Mans Rullgard [lukma: Edit the commit