
Hello Wolfgang,
Please pull the u-boot-testing.git tree.
Then, please do a:
git pull git://www.denx.de/git/u-boot-mpc83xx.git mpc83xx
to receive the following updates:
Dave Liu (3): mpc83xx: Revise the MPC8360EMDS readme doc mpc83xx: Fix the align bug of SDMA buffer mpc83xx: Add support for the display of reset status
Jerry Van Baren (2): mpc83xx: Replace fdt_node_offset() with fdt_find_node_by_path(). mpc83xx: Fix errors when CONFIG_OF_LIBFDT is enabled
Kim Phillips (3): mpc83xx: fix 8360 and cpu functions to update fdt being passed mpc83xx: fixup generic pci for libfdt mpc83xx: add support for the MPC8323E RDB
Lee Nipper (1): mpc83xx: Add support for 8360 silicon revision 2.1
Martin Krause (1): TQM834x: cleanup configuraton
Timur Tabi (2): Update SCCR programming in cpu_init_f() to support all 83xx processors FSL I2C driver programs the two I2C busses differently
david.saada (1): MPC83xx: Fix makefile to generate config.h file in the build directory
Makefile | 36 +- board/freescale/mpc8323erdb/Makefile | 50 +++ board/freescale/mpc8323erdb/config.mk | 28 ++ board/freescale/mpc8323erdb/mpc8323erdb.c | 217 +++++++++++ board/mpc8360emds/mpc8360emds.c | 11 +- board/mpc8360emds/pci.c | 22 +- cpu/mpc83xx/cpu.c | 118 ++++--- cpu/mpc83xx/cpu_init.c | 50 +++- cpu/mpc83xx/pci.c | 36 ++- doc/README.mpc8323erdb | 71 ++++ doc/README.mpc8360emds | 23 ++- drivers/fsl_i2c.c | 3 +- drivers/qe/qe.c | 2 +- drivers/qe/qe.h | 2 +- include/common.h | 2 + include/configs/MPC8323ERDB.h | 583 +++++++++++++++++++++++++++++ include/configs/TQM834x.h | 3 - include/mpc83xx.h | 4 + lib_ppc/board.c | 6 +- 19 files changed, 1173 insertions(+), 94 deletions(-) create mode 100644 board/freescale/mpc8323erdb/Makefile create mode 100644 board/freescale/mpc8323erdb/config.mk create mode 100644 board/freescale/mpc8323erdb/mpc8323erdb.c create mode 100644 doc/README.mpc8323erdb create mode 100644 include/configs/MPC8323ERDB.h
btw, I think there would be more testing work done if you applied patches directly to the main u-boot.git tree (bypassing u-boot-testing.git). I know it would save me (and others) the hassle of always having to merge it.
Thanks,
Kim