]> git.sur5r.net Git - u-boot/commit
Add support for KARO TX25 board tx25
authorJohn Rigby <jcrigby@gmail.com>
Wed, 6 Jan 2010 05:34:18 +0000 (22:34 -0700)
committerWolfgang Denk <wd@denx.de>
Wed, 6 Jan 2010 16:17:16 +0000 (17:17 +0100)
commit7d259a16aa2a1ec63b9ee5b0c95c24435accaee3
treeb6489b643a3d2b0309719c5a155644cd34337fa4
parent73e49e39dbc3943334a83a4ddda74438031bf574
Add support for KARO TX25 board

This is an i.MX25 base board with only NAND
so it uses nand_spl to boot.

Signed-off-by: John Rigby <jcrigby@gmail.com>
Tune configuration, add support for (redundant) environment in NAND.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Makefile
board/karo/tx25/Makefile [new file with mode: 0644]
board/karo/tx25/config.mk [new file with mode: 0644]
board/karo/tx25/lowlevel_init.S [new file with mode: 0644]
board/karo/tx25/tx25.c [new file with mode: 0644]
include/configs/tx25.h [new file with mode: 0644]
nand_spl/board/karo/tx25/Makefile [new file with mode: 0644]
nand_spl/board/karo/tx25/config.mk [new file with mode: 0644]
nand_spl/board/karo/tx25/u-boot.lds [new file with mode: 0644]