
The following series updates the keymile boards:
- collect common config options for the keymile boards - added support for the new kmsupx4 board
The following changes since commit 3c92217732edfc0016c3cbdc828471d013d23a36: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
Heiko Schocher (3): powerpc: common updates for keymile boards 8xx, mgsuvd: rename board to a more generic name 8xx: add support for new keymile kmsupx4 board.
MAINTAINERS | 1 + MAKEALL | 1 + Makefile | 5 +- board/keymile/common/common.c | 6 +- board/keymile/{mgsuvd => km8xx}/Makefile | 2 +- board/keymile/{mgsuvd => km8xx}/config.mk | 0 board/keymile/{mgsuvd/mgsuvd.c => km8xx/km8xx.c} | 7 +- .../mgsuvd_hdlc_enet.c => km8xx/km8xx_hdlc_enet.c} | 0 board/keymile/{mgsuvd => km8xx}/u-boot.lds | 0 cpu/mpc8xx/cpu_init.c | 2 + cpu/mpc8xx/start.S | 3 +- drivers/i2c/soft_i2c.c | 3 + include/commproc.h | 8 +- include/configs/keymile-common.h | 150 +++++++++- include/configs/km8xx.h | 338 ++++++++++++++++++++ include/configs/kmeter1.h | 52 +--- include/configs/kmsupx4.h | 38 +++ include/configs/mgcoge.h | 65 +--- include/configs/mgsuvd.h | 305 +------------------ lib_ppc/board.c | 3 +- 20 files changed, 579 insertions(+), 410 deletions(-) rename board/keymile/{mgsuvd => km8xx}/Makefile (98%) rename board/keymile/{mgsuvd => km8xx}/config.mk (100%) rename board/keymile/{mgsuvd/mgsuvd.c => km8xx/km8xx.c} (98%) rename board/keymile/{mgsuvd/mgsuvd_hdlc_enet.c => km8xx/km8xx_hdlc_enet.c} (100%) rename board/keymile/{mgsuvd => km8xx}/u-boot.lds (100%) create mode 100644 include/configs/km8xx.h create mode 100644 include/configs/kmsupx4.h