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

2010-10-25 Thread sughosh ganu
hi Wolfgang, On Fri, Oct 22, 2010 at 2:22 PM, Sughosh Ganu urwithsugh...@gmail.comwrote: hi Wolfgang, On Fri Oct 22, 2010 at 10:05:43AM +0200, Wolfgang Denk wrote: #if defined(CONFIG_ARM) !defined(CONFIG_SYS_ARM_WITHOUT_RELOC) -void board_init_f (ulong bootflag) +void

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

2010-10-22 Thread Sughosh Ganu
hi Wolfgang, On Thu Oct 21, 2010 at 10:44:35PM +0200, Wolfgang Denk wrote: Dear Sughosh Ganu, In message 1287690234-6109-1-git-send-email-urwithsugh...@gmail.com you wrote: snip Signed-off-by: Sughosh Ganu urwithsugh...@gmail.com --- Makefile |

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

2010-10-22 Thread Wolfgang Denk
Dear Sughosh Ganu, In message 20101022075016.gb8...@hardy you wrote: Is there not a better way than adding such a huge #ifdef block? Not sure about this one. I need the pinmux configuration functions from this file. How about splitting the file, and using a separate file for the

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

2010-10-22 Thread Sughosh Ganu
hi Wolfgang, On Fri Oct 22, 2010 at 10:05:43AM +0200, Wolfgang Denk wrote: Dear Sughosh Ganu, In message 20101022075016.gb8...@hardy you wrote: Is there not a better way than adding such a huge #ifdef block? Not sure about this one. I need the pinmux configuration functions

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

2010-10-22 Thread Ben Gardiner
On Fri, Oct 22, 2010 at 3:50 AM, Sughosh Ganu urwithsugh...@gmail.com wrote: [...]  This is currently being used by da830evm and da850evm too. If ok, i  can cleanup for those files too, although i cannot test it on these  boards. I would be happy to test any patches for da850evm. Best

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

2010-10-21 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

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

2010-10-21 Thread Wolfgang Denk
Dear Sughosh Ganu, In message 1287690234-6109-1-git-send-email-urwithsugh...@gmail.com you wrote: 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