[U-Boot] [PATCH 0/2] Add a new Nomadik board

Alessandro Rubini rubini-list at gnudd.com
Mon Jan 18 23:13:38 CET 2010


These two patches add the USB-S8815 board by Calao.

The board is very similar to the nhk8815 evaluation kit,
but the NAND is connected on a 16-bit bus. Therefore, the first patch
adds the option to have 16-bit nand, and the second one uses it.

The patch depends on the LCD support patches I sent on Dec 05.  Some
of them were picked up in the video-next branch (Dec 05), but I had no
feedback about the other ones (actually, only those two are needed for
this board, the other ones are for nhk8815 devices that are missing
here).

Also, for the board to work the pach for reset timer is needed.  I
sent V4 on Nov 25th and I had no feedback (nor has it been applied).
The trivial patch is needed for NAND operations to work reliably on
both nhk8815 and usb-s8815 (this one).

Alessandro Rubini (2):
  NAND Nomadik: add CONFIG_NAND_NOMADIK_16BIT option
  Add Nomadik board "usb-s8815" by Calao vendor

 MAINTAINERS                                        |    4 +
 Makefile                                           |    4 +
 board/{st/nhk8815 => calao/usb-s8815}/Makefile     |    3 +-
 board/{st/nhk8815 => calao/usb-s8815}/config.mk    |    0
 board/{st/nhk8815 => calao/usb-s8815}/lcd.c        |   34 +------
 board/{st/nhk8815 => calao/usb-s8815}/platform.S   |    0
 .../nhk8815.c => calao/usb-s8815/usb-s8815.c}      |   40 +--------
 drivers/mtd/nand/nomadik.c                         |   15 ++-
 include/configs/{nhk8815.h => usb-s8815.h}         |   98 ++++----------------
 9 files changed, 47 insertions(+), 151 deletions(-)
 copy board/{st/nhk8815 => calao/usb-s8815}/Makefile (96%)
 copy board/{st/nhk8815 => calao/usb-s8815}/config.mk (100%)
 copy board/{st/nhk8815 => calao/usb-s8815}/lcd.c (68%)
 copy board/{st/nhk8815 => calao/usb-s8815}/platform.S (100%)
 copy board/{st/nhk8815/nhk8815.c => calao/usb-s8815/usb-s8815.c} (67%)
 copy include/configs/{nhk8815.h => usb-s8815.h} (61%)


More information about the U-Boot mailing list