
following patch series makes a lot of updates for the existing keymile boards kmeter1, kmsupx4, mgcoge and mgsuvd. Also add nand support and an i2c deblock function for the kmeter1 board.
The following changes since commit a350d0d37d7c113afbd9b0d2cf60ac542007f9e6: Wolfgang Denk (1): Merge branch 'master' of /home/wd/git/u-boot/custodians
Heiko Schocher (3): powerpc: updates for the keymile boards i2c, mpc83xx: add CONFIG_SYS_I2C_INIT_BOARD for fsl_i2c 83xx, kmeter1: added NAND support
board/keymile/common/common.c | 55 +++++++++++++- board/keymile/common/common.h | 10 +++ board/keymile/km8xx/km8xx.c | 42 +++++++---- board/keymile/kmeter1/Makefile | 2 +- board/keymile/kmeter1/kmeter1.c | 51 +++++++++++++ board/keymile/kmeter1/nand.c | 153 ++++++++++++++++++++++++++++++++++++++ board/keymile/mgcoge/mgcoge.c | 67 ++++++++++++----- drivers/i2c/fsl_i2c.c | 6 ++ include/configs/keymile-common.h | 17 ++++- include/configs/km8xx.h | 2 - include/configs/kmeter1.h | 13 ++-- include/configs/mgcoge.h | 24 +++--- include/i2c.h | 2 + 13 files changed, 387 insertions(+), 57 deletions(-) create mode 100644 board/keymile/kmeter1/nand.c