
Dear Kim Phillips,
In message 20120615173255.46192b1c3862d931ed7dbda9@freescale.com you wrote:
Hello Wolfgang Denk,
Please pull:
The following changes since commit fedab338f3459315cb69627fcf46032ec8df1753:
Merge branch 'master' of git://git.denx.de/u-boot-video (2012-06-07 23:42:17 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-mpc83xx.git master
for you to fetch changes up to c1b3d84168ad423b3932f671c0863327fb005599:
km/common: check test_bank and testpin for testboot (2012-06-15 17:12:52 -0500)
Andreas Huber (1): km/common: add support for second flash
Christian Herzig (1): powerpc83xx/km: lock the window size to 2GiB befor fixing sdram size
Holger Brunck (5): powerpc/83xx/km: use tuxx1.h for kmsupx5 target powerpc83xx/km: remove unneeded CONFIG_PCI for kmeter1 powerpc/83xx: add kmcoge5ne board support MAINTAINERS: cleanup for keymile boards km/common: increase bootlimit to 3
Stefan Bigler (1): powerpc/83xx/km: added missing enable of application buffer
Thomas Herzmann (4): km/common: fixed error in ethaddr (1-byte-shift) powerpc/83xx: configure CONFIG_POST for kmcoge5ne powerpc/83xx/km: readout dip_switch on kmcoge5ne km/common: check test_bank and testpin for testboot
Timur Tabi (1): powerpc/83xx: increment malloc heap size for the MPC832x MDS boards
MAINTAINERS | 12 +- board/keymile/common/common.c | 36 +++++ board/keymile/common/common.h | 8 +- board/keymile/common/ivm.c | 2 +- board/keymile/km83xx/km83xx.c | 54 ++++++- boards.cfg | 11 +- include/configs/MPC832XEMDS.h | 2 +- include/configs/km/keymile-common.h | 40 +++-- include/configs/km/km82xx-common.h | 2 +- include/configs/km/km83xx-common.h | 13 +- include/configs/km/km_arm.h | 15 +- include/configs/km8360.h | 289 +++++++++++++++++++++++++++++++++++ include/configs/kmeter1.h | 187 ----------------------- include/configs/kmsupx5.h | 91 ----------- include/configs/tuxx1.h | 22 +-- 15 files changed, 461 insertions(+), 323 deletions(-) create mode 100644 include/configs/km8360.h delete mode 100644 include/configs/kmeter1.h
Applied, thanks.
Best regards,
Wolfgang Denk