On 12:13 Thu 20 Nov , Alessandro Rubini wrote: > From: Alessandro Rubini <[EMAIL PROTECTED]> > Subject: 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 <[EMAIL PROTECTED]> > Acked-by: Andrea Gallo <[EMAIL PROTECTED]> > --- > changes since v2: > - added doc/README.nmdk8815 to explain the boot process > - moved code to a vendor dir > - fixed Makefiles as suggested (and removed unused CFLAGS) > - added copyright where missing (u-boot.lds is copied, so no new copyright) > - fixed remaining whitespace issues and comment style > - other detais JC noted > > MAINTAINERS | 5 + > MAKEALL | 1 + > Makefile | 11 ++ > board/st/nmdk8815/Makefile | 55 +++++++ > board/st/nmdk8815/config.mk | 26 +++ > board/st/nmdk8815/nmdk8815.c | 73 +++++++++ > board/st/nmdk8815/platform.S | 345 > ++++++++++++++++++++++++++++++++++++++++ > board/st/nmdk8815/u-boot.lds | 51 ++++++ > cpu/arm926ejs/nomadik/Makefile | 46 ++++++ > cpu/arm926ejs/nomadik/reset.S | 27 +++ > cpu/arm926ejs/nomadik/timer.c | 180 +++++++++++++++++++++ > doc/README.nmdk8815 | 22 +++ > include/configs/nmdk8815.h | 188 ++++++++++++++++++++++ > 13 files changed, 1030 insertions(+), 0 deletions(-) > create mode 100644 board/st/nmdk8815/Makefile > create mode 100644 board/st/nmdk8815/config.mk > create mode 100644 board/st/nmdk8815/nmdk8815.c > create mode 100644 board/st/nmdk8815/platform.S > create mode 100644 board/st/nmdk8815/u-boot.lds > create mode 100644 cpu/arm926ejs/nomadik/Makefile > create mode 100644 cpu/arm926ejs/nomadik/reset.S > create mode 100644 cpu/arm926ejs/nomadik/timer.c > create mode 100644 doc/README.nmdk8815 > create mode 100644 include/configs/nmdk8815.h > I'm in a good moon toady I've finished the coding style fix myself
please take a look applied to u-boot-arm/next Best Regards, J. _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

