From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Schocher Date: Thu, 09 Jul 2009 12:04:12 +0200 Subject: [U-Boot] [PATCH 0/3] powerpc: updates for the keymile boards Message-ID: <4A55C09C.20800@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany