[U-Boot] [PATCH v3] at91: Add support for Bluewater Systems Snapper 9G45 module
Wolfgang Denk
wd at denx.de
Sun Nov 6 01:22:04 CET 2011
Dear Simon Glass,
In message <1320538012-23726-1-git-send-email-sglass at bluewatersys.com> you wrote:
> Snapper 9G45 is a ARM9-based CPU module with 1GB NAND and 128MB
> DDR SDRAM. This patch includes NAND and Ethernet support.
>
> Signed-off-by: Simon Glass <sglass at bluewatersys.com>
> ---
> Changes in v2:
> - Removed unneeded i2c config
> - Added machine type define
>
> Changes in v3:
> - Use CONFIG_MACH_TYPE instead of custom code
> - Reduce PHY reset delay to minimum required
>
> board/bluewater/snapper9g45/Makefile | 43 +++++++
> board/bluewater/snapper9g45/snapper9g45.c | 152 +++++++++++++++++++++++
> boards.cfg | 1 +
> include/configs/snapper9g45.h | 185 +++++++++++++++++++++++++++++
> 4 files changed, 381 insertions(+), 0 deletions(-)
> create mode 100644 board/bluewater/snapper9g45/Makefile
> create mode 100644 board/bluewater/snapper9g45/snapper9g45.c
> create mode 100644 include/configs/snapper9g45.h
Entry to MAINTAINERS missing.
> +#define CONFIG_BOOTARGS "console=ttyS0,115200 ip=any"
"ip=any" is not a valid parameter to pass to the IP autoconfiguration.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
He'd been wrong, there _was_ a light at the end of the tunnel, and it
was a flamethrower. - Terry Pratchett, _Mort_
More information about the U-Boot
mailing list