
The following changes since commit 3672cd5c3b53d219d33345eebad4e25ad5bf6d52: Wolfgang Denk (1): MAINTAINERS: fix sorting, remove duplicates.
are available in the git repository at:
git://git.denx.de/u-boot-mpc5xxx.git master
Jon Smirl (1): board support patch for phyCORE-MPC5200B-tiny
Wolfgang Denk (10): MPC512x: enabling NAND support requires CONFIG_SYS_64BIT_VSPRINTF MPC512x: Add MSCAN1...4 Clock Control Registers mecp5123: fix build error MPC512x: factor out common code aria: adjust memory controller initialization mecp5123: cleanup - remove dead code MPC512x: fix typo in comment listing the NAND driver name aria: enable NAND flash support aria: add JFFS2 and MTDPARTS support; adjust flash map mpc5121ads: add JFFS2 and MTDPARTS support; adjust flash map
MAINTAINERS | 4 + MAKEALL | 1 + Makefile | 9 + board/davedenx/aria/aria.c | 125 +------------------------- board/esd/mecp5123/mecp5123.c | 117 ++----------------------- board/freescale/mpc5121ads/mpc5121ads.c | 118 ++----------------------- board/phytec/pcm030/Makefile | 50 ++++ board/phytec/pcm030/config.mk | 41 ++++ board/phytec/pcm030/mt46v32m16-75.h | 37 +++ board/phytec/pcm030/pcm030.c | 220 +++++++++++++++++ cpu/mpc512x/Makefile | 10 ++- cpu/mpc512x/fixed_sdram.c | 113 ++++++++++++++++++++++++ cpu/mpc5xxx/ide.c | 3 + doc/README.phytec.pcm030 | 46 ++++ include/asm-ppc/immap_512x.h | 9 +- include/asm-ppc/mpc512x.h | 57 ++++++++++++ include/configs/aria.h | 146 +++++++++++++++++++++++++++---- include/configs/mecp5123.h | 11 +-- include/configs/mpc5121ads.h | 50 +++++++++-- include/configs/pcm030.h | 444 +++++++++++++++++++++++++++++++++++ create mode 100644 board/phytec/pcm030/Makefile create mode 100644 board/phytec/pcm030/config.mk create mode 100644 board/phytec/pcm030/mt46v32m16-75.h create mode 100644 board/phytec/pcm030/pcm030.c create mode 100644 cpu/mpc512x/fixed_sdram.c create mode 100644 doc/README.phytec.pcm030 create mode 100644 include/asm-ppc/mpc512x.h create mode 100644 include/configs/pcm030.h 20 files changed, 1229 insertions(+), 382 deletions(-)
Best regards,
Wolfgang Denk