Re: [U-Boot] [PATCH] arm: Tegra2: Add a useful default boot env

2012-04-23 Thread Tom Rini
On Mon, Apr 23, 2012 at 11:39:30AM -0600, Stephen Warren wrote: [snip] > TomR, is there a reason OMAP3 uses FAT for /boot rather than ext2? > Perhaps it's due to the need to load intermediate boot loaders from the > filesystem, and that code needs FAT? On Tegra, we jump straight to > U-Boot from t

Re: [U-Boot] [PATCH] arm: Tegra2: Add a useful default boot env

2012-04-23 Thread Stephen Warren
On 04/23/2012 11:14 AM, Tom Rini wrote: > On Mon, Apr 23, 2012 at 09:22:22AM -0700, Tom Warren wrote: >> Stephen, >> >> On Fri, Apr 20, 2012 at 2:40 PM, Stephen Warren >> wrote: >>> On 04/20/2012 01:50 PM, Tom Warren wrote: This set of boot cmds from Stephen Warren provides a simple def

Re: [U-Boot] [PATCH] arm: Tegra2: Add a useful default boot env

2012-04-23 Thread Tom Rini
On Mon, Apr 23, 2012 at 10:36:37AM -0600, Stephen Warren wrote: > On 04/23/2012 10:22 AM, Tom Warren wrote: [snip] > Distros certainly can't customize the U-Boot environment for themselves, > since there's no generally applicable way of doing so. That's exactly That is (very recently) no longer tr

Re: [U-Boot] [PATCH] arm: Tegra2: Add a useful default boot env

2012-04-23 Thread Tom Rini
On Mon, Apr 23, 2012 at 09:22:22AM -0700, Tom Warren wrote: > Stephen, > > On Fri, Apr 20, 2012 at 2:40 PM, Stephen Warren wrote: > > On 04/20/2012 01:50 PM, Tom Warren wrote: > >> This set of boot cmds from Stephen Warren provides a simple > >> default for booting a linux kernel and DT from mmc

Re: [U-Boot] [PATCH] arm: Tegra2: Add a useful default boot env

2012-04-23 Thread Stephen Warren
On 04/23/2012 10:22 AM, Tom Warren wrote: > Stephen, > > On Fri, Apr 20, 2012 at 2:40 PM, Stephen Warren wrote: >> On 04/20/2012 01:50 PM, Tom Warren wrote: >>> This set of boot cmds from Stephen Warren provides a simple >>> default for booting a linux kernel and DT from mmc (eMMC or >>> SD-Card,

Re: [U-Boot] [PATCH] arm: Tegra2: Add a useful default boot env

2012-04-23 Thread Tom Warren
Stephen, On Fri, Apr 20, 2012 at 2:40 PM, Stephen Warren wrote: > On 04/20/2012 01:50 PM, Tom Warren wrote: >> This set of boot cmds from Stephen Warren provides a simple >> default for booting a linux kernel and DT from mmc (eMMC or >> SD-Card, in that order). Tested on Seaboard w/an SD card. >

Re: [U-Boot] [PATCH] arm: Tegra2: Add a useful default boot env

2012-04-20 Thread Stephen Warren
On 04/20/2012 01:50 PM, Tom Warren wrote: > This set of boot cmds from Stephen Warren provides a simple > default for booting a linux kernel and DT from mmc (eMMC or > SD-Card, in that order). Tested on Seaboard w/an SD card. ... > diff --git a/include/configs/tegra2-common.h b/include/configs/tegr

Re: [U-Boot] [PATCH] arm: Tegra2: Add a useful default boot env

2012-04-20 Thread Tom Rini
On Fri, Apr 20, 2012 at 01:24:54PM -0700, Allen Martin wrote: > On Fri, Apr 20, 2012 at 12:50:58PM -0700, Tom Warren wrote: > > This set of boot cmds from Stephen Warren provides a simple > > default for booting a linux kernel and DT from mmc (eMMC or > > SD-Card, in that order). Tested on Seaboard

Re: [U-Boot] [PATCH] arm: Tegra2: Add a useful default boot env

2012-04-20 Thread Allen Martin
On Fri, Apr 20, 2012 at 12:50:58PM -0700, Tom Warren wrote: > This set of boot cmds from Stephen Warren provides a simple > default for booting a linux kernel and DT from mmc (eMMC or > SD-Card, in that order). Tested on Seaboard w/an SD card. > > Signed-off-by: Tom Warren > --- > > ... > > +

[U-Boot] [PATCH] arm: Tegra2: Add a useful default boot env

2012-04-20 Thread Tom Warren
This set of boot cmds from Stephen Warren provides a simple default for booting a linux kernel and DT from mmc (eMMC or SD-Card, in that order). Tested on Seaboard w/an SD card. Signed-off-by: Tom Warren --- include/configs/tegra2-common.h | 12 +--- 1 files changed, 9 insertions(+), 3