]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Initial support for Nomadik 8815 development board
authorAlessandro Rubini <rubini@unipv.it>
Sat, 24 Jan 2009 17:10:37 +0000 (18:10 +0100)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Sat, 24 Jan 2009 17:10:37 +0000 (18:10 +0100)
commitd5254f149da9e6cd649d887b042ce577ef3ba78d
tree421281a124201c2460f99e30953dd8c177e9a57f
parent7d264c1ef267cfc8d928bc8577a7cc907f2f5e47
Initial support for Nomadik 8815 development board

The NMDK8815 board is distributed by ST Microelectornics.
Other (proprietary) code must be run to unlock the CPU before
U-Boot runs. doc/README.nmdk8815 outlines the boot sequence.

This is the initial port, with basic infrastructure and
a working serial port.

Signed-off-by: Alessandro Rubini <rubini@unipv.it>
Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13 files changed:
MAINTAINERS
MAKEALL
Makefile
board/st/nmdk8815/Makefile [new file with mode: 0644]
board/st/nmdk8815/config.mk [new file with mode: 0644]
board/st/nmdk8815/nmdk8815.c [new file with mode: 0644]
board/st/nmdk8815/platform.S [new file with mode: 0644]
board/st/nmdk8815/u-boot.lds [new file with mode: 0644]
cpu/arm926ejs/nomadik/Makefile [new file with mode: 0644]
cpu/arm926ejs/nomadik/reset.S [new file with mode: 0644]
cpu/arm926ejs/nomadik/timer.c [new file with mode: 0644]
doc/README.nmdk8815 [new file with mode: 0644]
include/configs/nmdk8815.h [new file with mode: 0644]