]> git.ipfire.org Git - people/ms/u-boot.git/commit
Add support for KARO TX25 board
authorJohn Rigby <jcrigby@gmail.com>
Tue, 26 Jan 2010 06:12:58 +0000 (23:12 -0700)
committerTom Rix <Tom.Rix@windriver.com>
Sun, 7 Mar 2010 18:36:36 +0000 (12:36 -0600)
commit6895d4510a7758595b85b48a7f449bd61dfc812f
tree7b3423467a075bb68e78eee05c59034cd30f542a
parent740d6ae5b982496fcea0666b2207cb34cc0e6015
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>
Acked-by: Wolfgang Denk <wd@denx.de>
CC: Fred Fan <fanyefeng@gmail.com>
CC: Tom <Tom.Rix@windriver.com>
MAINTAINERS
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]