Dear Heiko Schocher, In message <1301642195-15280-1-git-send-email...@denx.de> you wrote: > The following patchset updates the support for the keymile > boards. > > - fix a lot of Codingstyle issues for this boards > - heavy rework of the headerfiles, common board code > - add support for 4 new mpc83xx based boards > - add support for 1 82xx based board > - add support for 2 new kirkwood based boards > - fix i2c deblocking for this boards > > Heiko Schocher (16): > powerpc, mpc83xx: add missing functions to include/common.h > keymile: Fix Coding style issues for keymile boards. > mpc832x: add support for the mpc8321 based suvd3 board > mpc832x: add support for mpc8321 based tuxa1 board > mpc832x: add support for mpc8321 based tuda1 board > arm: add support for kirkwood based mgcoge2un board > arm: add support of Kirkwood based board SUEN8 > ppc: add support for ppc based board mgcoge2ne > powerpc, 83xx: add kmsupx5 board support > km-arm: i2c support for suenx based boards > km_arm: change some register values for SDRAM initialization > ppc, 8321: cleanup tuxa1, tuda1 and suvd3 support > keymile, common; fix i2c deblocking support > arm, keymile: updates for the arm based boards from keymile > keymile boards: add CONFIG_PIGGY_MAC_ADRESS_OFFSET > keymile, common: add setting of some environment variables > > Holger Brunck (5): > arm, keymile: rename MACH_SUEN3 to MACH_KM_KIRKWOOD > ppc, arm: adapt keymile header > arm, ppc: rework environment variables for keymile boards > ppc, arm: rework and enhance keymile-common.h > keymile-common.h: remove IO mux stuff > > Thomas Herzmann (1): > keymile boards: support of boardId / hwkey lists > > Thomas Reufer (1): > keymile, 8321 boards: move common definitions to km8321-common.h > > MAINTAINERS | 7 + > arch/powerpc/cpu/mpc83xx/fdt.c | 3 +- > arch/powerpc/lib/bootcount.c | 2 +- > board/keymile/common/common.c | 496 > ++++++++++++++++------------ > board/keymile/common/common.h | 45 +++- > board/keymile/{kmeter1 => km83xx}/Makefile | 0 > board/keymile/km83xx/km83xx.c | 288 ++++++++++++++++ > board/keymile/km_arm/km_arm.c | 91 ++++-- > board/keymile/km_arm/kwbimage.cfg | 32 +- > board/keymile/kmeter1/kmeter1.c | 217 ------------ > board/keymile/mgcoge/mgcoge.c | 93 +++--- > boards.cfg | 9 +- > include/common.h | 5 + > include/configs/keymile-common.h | 489 > +++++++++++++++++++--------- > include/configs/km-powerpc.h | 92 +++++ > include/configs/km82xx-common.h | 336 +++++++++++++++++++ > include/configs/km8321-common.h | 137 ++++++++ > include/configs/km83xx-common.h | 325 ++++++++++++++++++ > include/configs/km_arm.h | 104 +++++- > include/configs/kmeter1.h | 368 ++------------------- > include/configs/kmsupx5.h | 91 +++++ > include/configs/mgcoge.h | 307 +----------------- > include/configs/mgcoge2ne.h | 64 ++++ > include/configs/mgcoge2un.h | 65 ++++ > include/configs/suen3.h | 45 +--- > include/configs/suen8.h | 65 ++++ > include/configs/suvd3.h | 104 ++++++ > include/configs/tuda1.h | 141 ++++++++ > include/configs/tuxa1.h | 124 +++++++ > 29 files changed, 2792 insertions(+), 1353 deletions(-) > rename board/keymile/{kmeter1 => km83xx}/Makefile (100%) > create mode 100644 board/keymile/km83xx/km83xx.c > delete mode 100644 board/keymile/kmeter1/kmeter1.c > create mode 100644 include/configs/km-powerpc.h > create mode 100644 include/configs/km82xx-common.h > create mode 100644 include/configs/km8321-common.h > create mode 100644 include/configs/km83xx-common.h > create mode 100644 include/configs/kmsupx5.h > create mode 100644 include/configs/mgcoge2ne.h > create mode 100644 include/configs/mgcoge2un.h > create mode 100644 include/configs/suen8.h > create mode 100644 include/configs/suvd3.h > create mode 100644 include/configs/tuda1.h > create mode 100644 include/configs/tuxa1.h
All applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de Cleverness and Style have no place in getting a project completed. -- Tom Christiansen _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot