
Wolfgang,
The following changes since commit b5710d9974f6f0f3ddb4e67d6cccc262ab37049e: Kumar Gala (1): FSL DDR: Remove old SPD support from cpu/mpc86xx
are available in the git repository at:
git://git.denx.de/u-boot-mpc5xxx.git master
Heiko Schocher (1): mpc52xx: added support for the MPC5200 based MUC.MC52 board from MAN.
MAINTAINERS | 1 + Makefile | 3 + board/mucmc52/Makefile | 53 ++++++ board/mucmc52/config.mk | 45 +++++ board/mucmc52/mucmc52.c | 400 +++++++++++++++++++++++++++++++++++++++++++++ cpu/mpc5xxx/fec.c | 6 +- include/configs/mucmc52.h | 376 ++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 882 insertions(+), 2 deletions(-) create mode 100644 board/mucmc52/Makefile create mode 100644 board/mucmc52/config.mk create mode 100644 board/mucmc52/mucmc52.c create mode 100644 include/configs/mucmc52.h