Re: [U-Boot] [PATCH] ARM: mx6: Enable MMC FS boot support

2016-04-28 Thread Marek Vasut
On 04/28/2016 09:02 PM, Tom Rini wrote: > On Thu, Apr 28, 2016 at 08:29:47PM +0200, Marek Vasut wrote: >> On 04/28/2016 08:06 PM, Tom Rini wrote: >>> On Thu, Apr 28, 2016 at 03:40:45PM +0200, Marek Vasut wrote: On 04/28/2016 03:36 PM, Stefano Babic wrote: > Hi Marek, > > On

Re: [U-Boot] [PATCH] ARM: mx6: Enable MMC FS boot support

2016-04-28 Thread Tom Rini
On Thu, Apr 28, 2016 at 08:29:47PM +0200, Marek Vasut wrote: > On 04/28/2016 08:06 PM, Tom Rini wrote: > > On Thu, Apr 28, 2016 at 03:40:45PM +0200, Marek Vasut wrote: > >> On 04/28/2016 03:36 PM, Stefano Babic wrote: > >>> Hi Marek, > >>> > >>> On 28/04/2016 13:03, Marek Vasut wrote: > On

Re: [U-Boot] [PATCH] ARM: mx6: Enable MMC FS boot support

2016-04-28 Thread Marek Vasut
On 04/28/2016 08:06 PM, Tom Rini wrote: > On Thu, Apr 28, 2016 at 03:40:45PM +0200, Marek Vasut wrote: >> On 04/28/2016 03:36 PM, Stefano Babic wrote: >>> Hi Marek, >>> >>> On 28/04/2016 13:03, Marek Vasut wrote: On 04/28/2016 07:59 AM, Stefano Babic wrote: > Hi Marek, > > On

Re: [U-Boot] [PATCH] ARM: mx6: Enable MMC FS boot support

2016-04-28 Thread Tom Rini
On Thu, Apr 28, 2016 at 03:40:45PM +0200, Marek Vasut wrote: > On 04/28/2016 03:36 PM, Stefano Babic wrote: > > Hi Marek, > > > > On 28/04/2016 13:03, Marek Vasut wrote: > >> On 04/28/2016 07:59 AM, Stefano Babic wrote: > >>> Hi Marek, > >>> > >>> On 28/04/2016 04:24, Peng Fan wrote: > Hi

Re: [U-Boot] [PATCH] ARM: mx6: Enable MMC FS boot support

2016-04-28 Thread Marek Vasut
On 04/28/2016 03:36 PM, Stefano Babic wrote: > Hi Marek, > > On 28/04/2016 13:03, Marek Vasut wrote: >> On 04/28/2016 07:59 AM, Stefano Babic wrote: >>> Hi Marek, >>> >>> On 28/04/2016 04:24, Peng Fan wrote: Hi Marek, On Thu, Apr 28, 2016 at 01:06:07AM +0200, Marek Vasut wrote:

Re: [U-Boot] [PATCH] ARM: mx6: Enable MMC FS boot support

2016-04-28 Thread Stefano Babic
Hi Marek, On 28/04/2016 13:03, Marek Vasut wrote: > On 04/28/2016 07:59 AM, Stefano Babic wrote: >> Hi Marek, >> >> On 28/04/2016 04:24, Peng Fan wrote: >>> Hi Marek, >>> >>> On Thu, Apr 28, 2016 at 01:06:07AM +0200, Marek Vasut wrote: Enable support for booting U-Boot image from filesystem

Re: [U-Boot] [PATCH] ARM: mx6: Enable MMC FS boot support

2016-04-28 Thread Marek Vasut
On 04/28/2016 07:59 AM, Stefano Babic wrote: > Hi Marek, > > On 28/04/2016 04:24, Peng Fan wrote: >> Hi Marek, >> >> On Thu, Apr 28, 2016 at 01:06:07AM +0200, Marek Vasut wrote: >>> Enable support for booting U-Boot image from filesystem instead of some >>> random offset on the SD card. This

Re: [U-Boot] [PATCH] ARM: mx6: Enable MMC FS boot support

2016-04-28 Thread Tom Rini
On Wed, Apr 27, 2016 at 08:06:24PM -0500, Robert Nelson wrote: > On Wed, Apr 27, 2016 at 7:54 PM, Tom Rini wrote: > > > On Thu, Apr 28, 2016 at 02:02:05AM +0200, Marek Vasut wrote: > > > On 04/28/2016 01:49 AM, Robert Nelson wrote: > > [snip] > > > > 1: > > > > > > > > Yeap,

Re: [U-Boot] [PATCH] ARM: mx6: Enable MMC FS boot support

2016-04-27 Thread Stefano Babic
Hi Marek, On 28/04/2016 04:24, Peng Fan wrote: > Hi Marek, > > On Thu, Apr 28, 2016 at 01:06:07AM +0200, Marek Vasut wrote: >> Enable support for booting U-Boot image from filesystem instead of some >> random offset on the SD card. This makes the board usable by putting the >> u-boot.img to

Re: [U-Boot] [PATCH] ARM: mx6: Enable MMC FS boot support

2016-04-27 Thread Peng Fan
Hi Marek, On Thu, Apr 28, 2016 at 01:06:07AM +0200, Marek Vasut wrote: >Enable support for booting U-Boot image from filesystem instead of some >random offset on the SD card. This makes the board usable by putting the >u-boot.img to first partition of the SD card and writing the SPL this way: >$

Re: [U-Boot] [PATCH] ARM: mx6: Enable MMC FS boot support

2016-04-27 Thread Robert Nelson
On Wed, Apr 27, 2016 at 7:54 PM, Tom Rini wrote: > On Thu, Apr 28, 2016 at 02:02:05AM +0200, Marek Vasut wrote: > > On 04/28/2016 01:49 AM, Robert Nelson wrote: > [snip] > > > 1: > > > > > > Yeap, end users like to delete "MLO/u-boot.img" that was in the "fat" > > > boot

Re: [U-Boot] [PATCH] ARM: mx6: Enable MMC FS boot support

2016-04-27 Thread Tom Rini
On Thu, Apr 28, 2016 at 02:02:05AM +0200, Marek Vasut wrote: > On 04/28/2016 01:49 AM, Robert Nelson wrote: [snip] > > 1: > > > > Yeap, end users like to delete "MLO/u-boot.img" that was in the "fat" > > boot partition in our production beaglebone images specifically > > "2014-05-14" which was

Re: [U-Boot] [PATCH] ARM: mx6: Enable MMC FS boot support

2016-04-27 Thread Marek Vasut
On 04/28/2016 01:49 AM, Robert Nelson wrote: > > > On Wed, Apr 27, 2016 at 6:41 PM, Marek Vasut > wrote: > > On 04/28/2016 01:32 AM, Robert Nelson wrote: > > > > > > On Wed, Apr 27, 2016 at 6:28 PM, Marek Vasut

Re: [U-Boot] [PATCH] ARM: mx6: Enable MMC FS boot support

2016-04-27 Thread Robert Nelson
On Wed, Apr 27, 2016 at 6:41 PM, Marek Vasut wrote: > On 04/28/2016 01:32 AM, Robert Nelson wrote: > > > > > > On Wed, Apr 27, 2016 at 6:28 PM, Marek Vasut > > wrote: > > > > On 04/28/2016 01:16 AM, Tom Rini wrote: > > > On Thu, Apr

Re: [U-Boot] [PATCH] ARM: mx6: Enable MMC FS boot support

2016-04-27 Thread Marek Vasut
On 04/28/2016 01:32 AM, Robert Nelson wrote: > > > On Wed, Apr 27, 2016 at 6:28 PM, Marek Vasut > wrote: > > On 04/28/2016 01:16 AM, Tom Rini wrote: > > On Thu, Apr 28, 2016 at 01:06:07AM +0200, Marek Vasut wrote: > > > >> Enable support

Re: [U-Boot] [PATCH] ARM: mx6: Enable MMC FS boot support

2016-04-27 Thread Robert Nelson
On Wed, Apr 27, 2016 at 6:28 PM, Marek Vasut wrote: > On 04/28/2016 01:16 AM, Tom Rini wrote: > > On Thu, Apr 28, 2016 at 01:06:07AM +0200, Marek Vasut wrote: > > > >> Enable support for booting U-Boot image from filesystem instead of some > >> random offset on the SD card. This

Re: [U-Boot] [PATCH] ARM: mx6: Enable MMC FS boot support

2016-04-27 Thread Marek Vasut
On 04/28/2016 01:16 AM, Tom Rini wrote: > On Thu, Apr 28, 2016 at 01:06:07AM +0200, Marek Vasut wrote: > >> Enable support for booting U-Boot image from filesystem instead of some >> random offset on the SD card. This makes the board usable by putting the >> u-boot.img to first partition of the

Re: [U-Boot] [PATCH] ARM: mx6: Enable MMC FS boot support

2016-04-27 Thread Tom Rini
On Thu, Apr 28, 2016 at 01:06:07AM +0200, Marek Vasut wrote: > Enable support for booting U-Boot image from filesystem instead of some > random offset on the SD card. This makes the board usable by putting the > u-boot.img to first partition of the SD card and writing the SPL this way: > $ dd

[U-Boot] [PATCH] ARM: mx6: Enable MMC FS boot support

2016-04-27 Thread Marek Vasut
Enable support for booting U-Boot image from filesystem instead of some random offset on the SD card. This makes the board usable by putting the u-boot.img to first partition of the SD card and writing the SPL this way: $ dd if=u-boot-with-spl.imx of=/dev/sdX seek=2 bs=512 Signed-off-by: Marek