Re: [U-Boot] [PATCH 3/3 V3] Add board support for hawkboard

2010-10-28 Thread Detlev Zundel
Hi Sughosh, [...] * hawkboard_nand_config - Used to generate the secondary bootloader(nand_spl) image. This creates an elf file u-boot-spl under nand_spl/. Create an AIS signed image using this file, and flash it to the nand flash at address 0x2. The ais file should fit in one

Re: [U-Boot] [PATCH 3/3 V3] Add board support for hawkboard

2010-10-28 Thread Sughosh Ganu
hi Detlev, On Thu Oct 28, 2010 at 12:52:31PM +0200, Detlev Zundel wrote: Hi Sughosh, [...] * hawkboard_nand_config - Used to generate the secondary bootloader(nand_spl) image. This creates an elf file u-boot-spl under nand_spl/. Create an AIS signed image using this file, and

Re: [U-Boot] [PATCH 3/3 V3] Add board support for hawkboard

2010-10-28 Thread Scott Wood
On Tue, 26 Oct 2010 23:28:05 +0530 Sughosh Ganu urwithsugh...@gmail.com wrote: diff --git a/drivers/mtd/nand/davinci_nand.c b/drivers/mtd/nand/davinci_nand.c index d41579c..ad70dd9 100644 --- a/drivers/mtd/nand/davinci_nand.c +++ b/drivers/mtd/nand/davinci_nand.c @@ -635,6 +635,7 @@ void

Re: [U-Boot] [PATCH 3/3 V3] Add board support for hawkboard

2010-10-28 Thread sughosh ganu
hi Scott, On Thu, Oct 28, 2010 at 11:23 PM, Scott Wood scottw...@freescale.comwrote: On Tue, 26 Oct 2010 23:28:05 +0530 Sughosh Ganu urwithsugh...@gmail.com wrote: diff --git a/drivers/mtd/nand/davinci_nand.c b/drivers/mtd/nand/davinci_nand.c index d41579c..ad70dd9 100644 ---

Re: [U-Boot] [PATCH 3/3 V3] Add board support for hawkboard

2010-10-28 Thread Scott Wood
On Thu, 28 Oct 2010 23:59:10 +0530 sughosh ganu urwithsugh...@gmail.com wrote: hi Scott, On Thu, Oct 28, 2010 at 11:23 PM, Scott Wood scottw...@freescale.comwrote: On Tue, 26 Oct 2010 23:28:05 +0530 Sughosh Ganu urwithsugh...@gmail.com wrote: diff --git

Re: [U-Boot] [PATCH 3/3 V3] Add board support for hawkboard

2010-10-28 Thread sughosh ganu
hi Scott, On Fri, Oct 29, 2010 at 12:02 AM, Scott Wood scottw...@freescale.comwrote: On Thu, 28 Oct 2010 23:59:10 +0530 sughosh ganu urwithsugh...@gmail.com wrote: This is needed when building for nand_spl, where the nand_boot function in nand_boot.c declares the chip object as a local

[U-Boot] [PATCH 3/3 V3] Add board support for hawkboard

2010-10-26 Thread Sughosh Ganu
The patch adds basic board support for TI's OMAP-L138 based Hawkboard. This board is pretty similar to the da850 EVM. Support for nand and network access is added in this version. The following bootup procedure is used. At reset, the Rom Boot Loader(RBL), initialises the ddr and the nand