Re: [U-Boot] [PATCH v2] ARMV7: Add support For Logic OMAP35x/DM37x modules

2011-12-18 Thread Wolfgang Denk
Dear Igor Grinberg, In message <4eedaba8.4010...@compulab.co.il> you wrote: > > > As for the function, in arch/arm/cpu/armv7/omap3/board.c there's already > > a checkboard() function that is called early (before relocation) that And keep in mind: before relocation means that the BSS segment is n

Re: [U-Boot] [PATCH v2] ARMV7: Add support For Logic OMAP35x/DM37x modules

2011-12-18 Thread Igor Grinberg
Hi Peter, On 12/16/11 08:09, Peter Barada wrote: > On 12/15/2011 01:30 PM, Tom Rini wrote: >> On Thu, Dec 15, 2011 at 10:15 AM, Peter Barada >> wrote: >>> This patch adds basic support for OMAP35x/DM37x SOM LV/Torpedo >>> reference boards. It assumes U-boot is loaded to SDRAM with the >>> help o

Re: [U-Boot] [PATCH v2] ARMV7: Add support For Logic OMAP35x/DM37x modules

2011-12-16 Thread Tom Rini
On Thu, Dec 15, 2011 at 11:09 PM, Peter Barada wrote: > On 12/15/2011 01:30 PM, Tom Rini wrote: >> On Thu, Dec 15, 2011 at 10:15 AM, Peter Barada >> wrote: >>> This patch adds basic support for OMAP35x/DM37x SOM LV/Torpedo >>> reference boards. It assumes U-boot is loaded to SDRAM with the >>> h

Re: [U-Boot] [PATCH v2] ARMV7: Add support For Logic OMAP35x/DM37x modules

2011-12-15 Thread Peter Barada
On 12/15/2011 01:30 PM, Tom Rini wrote: > On Thu, Dec 15, 2011 at 10:15 AM, Peter Barada > wrote: >> This patch adds basic support for OMAP35x/DM37x SOM LV/Torpedo >> reference boards. It assumes U-boot is loaded to SDRAM with the >> help of another small bootloader (x-load) running from SRAM. >

Re: [U-Boot] [PATCH v2] ARMV7: Add support For Logic OMAP35x/DM37x modules

2011-12-15 Thread Tom Rini
On Thu, Dec 15, 2011 at 10:15 AM, Peter Barada wrote: > This patch adds basic support for OMAP35x/DM37x SOM LV/Torpedo > reference boards. It assumes U-boot is loaded to SDRAM with the > help of another small bootloader (x-load) running from SRAM. #if 0'd code isn't allowed for merging so I assum

[U-Boot] [PATCH v2] ARMV7: Add support For Logic OMAP35x/DM37x modules

2011-12-15 Thread Peter Barada
This patch adds basic support for OMAP35x/DM37x SOM LV/Torpedo reference boards. It assumes U-boot is loaded to SDRAM with the help of another small bootloader (x-load) running from SRAM. Signed-off-by: Peter Barada Cc: Tom Rini Cc: Igor Grinberg --- Changes for V2: Rework logic_identify()