[U-Boot] [PATCH 0/3] Drivers for nomadik 8815 board
Alessandro Rubini
rubini-list at gnudd.com
Mon Feb 9 15:53:31 CET 2009
I reformatted the patches as a patch series, splitting out creation
of the header file (I'm sure marking it as "nand driver" was not good)/
Second and third patch depend on first one but are independent.
Alessandro Rubini (4):
Added nomadik.h header
Nand driver for Nomadik SoC
Enable Ethernet for Nomadik 8815 Evaluation Kit
board/st/nmdk8815/nmdk8815.c | 9 ++-
drivers/mtd/nand/Makefile | 1 +
drivers/mtd/nand/nomadik.c | 221 ++++++++++++++++++++++++++++++++++++++++++
include/configs/nmdk8815.h | 49 +++-------
include/nomadik.h | 39 ++++++++
5 files changed, 283 insertions(+), 36 deletions(-)
create mode 100644 drivers/mtd/nand/nomadik.c
create mode 100644 include/nomadik.h
More information about the U-Boot
mailing list