[U-Boot] [PATCH 0/4 v2] Clean up the Nomadik board and add OneNand

Alessandro Rubini rubini-list at gnudd.com
Mon Jun 22 11:18:26 CEST 2009


This patch-set cleans up some glitches in my first submission.
I posted it as a single patch and a separate timer patch. The first one is
split as JC asked, and the timer patch is there as well since it is
conceptually in the same set, although I had no comments on the timer part
yet.

JC: I didn't split "clean" and "onenand", since the change in partitioning
information in the config file is part of introducing onenand. A split
would have introduced a never-tested artificial  middle version.


Alessandro Rubini (4):
  arm nomadik: rename board to nhk8815
  arm nomadik: cleanup reset
  arm nomadik: allow Nand and OneNand to coexists
  arm nomadik: use 1000 as HZ value and rewrite timer code

 Makefile                                           |   10 +-
 board/st/{nmdk8815 => nhk8815}/Makefile            |    2 +-
 board/st/{nmdk8815 => nhk8815}/config.mk           |    0
 .../st/{nmdk8815/nmdk8815.c => nhk8815/nhk8815.c}  |    4 +
 board/st/{nmdk8815 => nhk8815}/platform.S          |    0
 cpu/arm926ejs/nomadik/reset.S                      |   13 +--
 cpu/arm926ejs/nomadik/timer.c                      |  190 ++++++--------------
 doc/{README.nmdk8815 => README.nhk8815}            |   10 +
 include/configs/{nmdk8815.h => nhk8815.h}          |   59 ++++---
 9 files changed, 109 insertions(+), 179 deletions(-)
 rename board/st/{nmdk8815 => nhk8815}/Makefile (98%)
 rename board/st/{nmdk8815 => nhk8815}/config.mk (100%)
 rename board/st/{nmdk8815/nmdk8815.c => nhk8815/nhk8815.c} (91%)
 rename board/st/{nmdk8815 => nhk8815}/platform.S (100%)
 rename doc/{README.nmdk8815 => README.nhk8815} (75%)
 rename include/configs/{nmdk8815.h => nhk8815.h} (76%)


More information about the U-Boot mailing list