The following changes since commit fbb0030e3894119c089256f16626edd166c7629c: Anatolij Gustschin (1): serial: struct serial_device: add uninit() entry for drivers
are available in the git repository at: git://git.denx.de/u-boot-mpc5xxx.git master Anatolij Gustschin (7): mpc512x: add multi serial PSC support mpc5121: add PSC serial communication routines mpc512x: make MEM IO Control configuration a board config option mpc5121: determine RAM size using get_ram_size() mpc5121: add support for PDM360NG board mpc5121: add common post_word_load/store code mpc5121: pdm360ng: add coprocessor POST MAINTAINERS | 4 + MAKEALL | 1 + Makefile | 3 + arch/powerpc/cpu/mpc512x/Makefile | 1 + arch/powerpc/cpu/mpc512x/common.c | 25 ++ arch/powerpc/cpu/mpc512x/diu.c | 12 +- arch/powerpc/cpu/mpc512x/fixed_sdram.c | 9 +- arch/powerpc/cpu/mpc512x/serial.c | 353 ++++++++++++++++-- arch/powerpc/include/asm/immap_512x.h | 117 +++--- board/freescale/common/fsl_diu_fb.c | 29 ++- board/pdm360ng/Makefile | 51 +++ board/pdm360ng/config.mk | 24 ++ board/pdm360ng/pdm360ng.c | 650 ++++++++++++++++++++++++++++++++ common/serial.c | 23 ++ include/configs/aria.h | 3 + include/configs/mecp5123.h | 3 + include/configs/mpc5121-common.h | 53 +++ include/configs/mpc5121ads.h | 3 + include/configs/pdm360ng.h | 486 ++++++++++++++++++++++++ include/post.h | 1 + include/serial.h | 14 + post/board/pdm360ng/Makefile | 29 ++ post/board/pdm360ng/coproc_com.c | 97 +++++ post/tests.c | 13 + 24 files changed, 1911 insertions(+), 93 deletions(-) create mode 100644 arch/powerpc/cpu/mpc512x/common.c create mode 100644 board/pdm360ng/Makefile create mode 100644 board/pdm360ng/config.mk create mode 100644 board/pdm360ng/pdm360ng.c create mode 100644 include/configs/mpc5121-common.h create mode 100644 include/configs/pdm360ng.h create mode 100644 post/board/pdm360ng/Makefile create mode 100644 post/board/pdm360ng/coproc_com.c Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de If it went on at this rate, in several billion years he'd be rich beyond his wildest dreams! - Terry Pratchett, _Soul Music_ _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot