
The following changes since commit 48716e55b684927f5b33b2f9ac890e35309a1de4: Stefan Roese (1): mpc512x: Use serial_setbrg() in serial_init() to not duplicate the code
are available in the git repository at:
git://git.denx.de/u-boot-mpc5xxx.git next
Stefan Roese (5): mpc512x: Fix problem with I2C access before relocation mcp512x: Add macros for SCFR LPC divisor access mpc512x: Add esd gmbh mecp5123 board support nand/mpc512x: Add MPC512x NAND support (NFC) mpc512x: MPC5121ADS: Add NAND support
MAINTAINERS | 1 + MAKEALL | 1 + Makefile | 3 + board/esd/mecp5123/Makefile | 50 +++ board/esd/mecp5123/config.mk | 23 + board/esd/mecp5123/mecp5123.c | 381 +++++++++++++++++ board/freescale/mpc5121ads/mpc5121ads.c | 41 ++- cpu/mpc512x/i2c.c | 2 +- drivers/mtd/nand/Makefile | 1 + drivers/mtd/nand/mpc5121_nfc.c | 692 +++++++++++++++++++++++++++++++ include/asm-ppc/immap_512x.h | 3 + include/configs/mecp5123.h | 458 ++++++++++++++++++++ include/configs/mpc5121ads.h | 22 +- 13 files changed, 1669 insertions(+), 9 deletions(-) create mode 100644 board/esd/mecp5123/Makefile create mode 100644 board/esd/mecp5123/config.mk create mode 100644 board/esd/mecp5123/mecp5123.c create mode 100644 drivers/mtd/nand/mpc5121_nfc.c create mode 100644 include/configs/mecp5123.h
Best regards,
Wolfgang Denk