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>
Showing
- MAINTAINERS 5 additions, 0 deletionsMAINTAINERS
- MAKEALL 1 addition, 0 deletionsMAKEALL
- Makefile 12 additions, 0 deletionsMakefile
- board/st/nmdk8815/Makefile 55 additions, 0 deletionsboard/st/nmdk8815/Makefile
- board/st/nmdk8815/config.mk 26 additions, 0 deletionsboard/st/nmdk8815/config.mk
- board/st/nmdk8815/nmdk8815.c 72 additions, 0 deletionsboard/st/nmdk8815/nmdk8815.c
- board/st/nmdk8815/platform.S 340 additions, 0 deletionsboard/st/nmdk8815/platform.S
- board/st/nmdk8815/u-boot.lds 51 additions, 0 deletionsboard/st/nmdk8815/u-boot.lds
- cpu/arm926ejs/nomadik/Makefile 46 additions, 0 deletionscpu/arm926ejs/nomadik/Makefile
- cpu/arm926ejs/nomadik/reset.S 25 additions, 0 deletionscpu/arm926ejs/nomadik/reset.S
- cpu/arm926ejs/nomadik/timer.c 183 additions, 0 deletionscpu/arm926ejs/nomadik/timer.c
- doc/README.nmdk8815 22 additions, 0 deletionsdoc/README.nmdk8815
- include/configs/nmdk8815.h 188 additions, 0 deletionsinclude/configs/nmdk8815.h
Loading
Please register or sign in to comment