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

Tom Rini tom.rini at gmail.com
Fri Dec 16 23:43:40 CET 2011


On Fri, Dec 16, 2011 at 1:31 PM, Peter Barada <peter.barada at logicpd.com> 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.
>
> Signed-off-by: Peter Barada <peter.barada at logicpd.com>
> Cc: Tom Rini <tom.rini at gmail.com>
> Cc: Igor Grinberg <grinberg at compulab.co.il>
[snip]
> +#ifdef CONFIG_SMC911X
> +/* GPMC CS1 settings for Logic SOM LV/Torpedo LAN92xx Ethernet chip */
> +static const u32 gpmc_lan92xx_config[] = {
> +       0x00001000,
> +       0x00080801,
> +       0x00000000,
> +       0x08010801,
> +       0x00080a0a,
> +       0x03000280,
> +};

The correct form here is #define NET_LAN92XX_GPMC_CONFIGn 0x... in
board.h and then ref them here.

And feel free to wait a little before spinning v4 incase others have
comments.  Assuming it's just this (or some other trivial comments)
that change in v4 I'll put that v4 into u-boot-ti/next early next
week.  Thanks for turning around on the feedback quickly!

-- 
Tom


More information about the U-Boot mailing list