[U-Boot] PULL REQUEST (for "next"): please pull u-boot-mpc5xxx

Wolfgang Denk wd at denx.de
Sun Mar 21 22:40:09 CET 2010


The following changes since commit 67c7189dd35cb368ef665126fd17816581bd2e92:
  Renato Andreola (1):
        nios2: Added support to YANU UART

are available in the git repository at:

  git://git.denx.de/u-boot-mpc5xxx.git master

Anatolij Gustschin (4):
      mpc512x: make MEM IO Control configuration a board config option
      mpc512x: add multi serial PSC support
      mpc5121: add PSC serial communication routines
      mpc5121: add common post_word_load/store code

 common/serial.c              |   23 +++
 cpu/mpc512x/Makefile         |    1 +
 cpu/mpc512x/commproc.c       |   25 +++
 cpu/mpc512x/fixed_sdram.c    |    2 +-
 cpu/mpc512x/serial.c         |  353 ++++++++++++++++++++++++++++++++++++++----
 include/asm-ppc/immap_512x.h |  112 +++++++-------
 include/configs/aria.h       |    2 +
 include/configs/mecp5123.h   |    2 +
 include/configs/mpc5121ads.h |    2 +
 include/serial.h             |   15 ++
 10 files changed, 451 insertions(+), 86 deletions(-)
 create mode 100644 cpu/mpc512x/commproc.c


More information about the U-Boot mailing list