[U-Boot-Users] [GIT PULL] mpc83xx: MPC8313ERDB support, memory init fixes

Kim Phillips kim.phillips at freescale.com
Tue May 8 21:42:12 CEST 2007


Wolfgang, please pull:

  git://www.denx.de/git/u-boot-mpc83xx.git

to add support for the MPC8313ERDB, plus a couple of memory
initialization fixes:

Kim Phillips (3):
      mpc83xx: minor fixups for 8313rdb introduction
      mpc83xx: replace elaborate boottime verbosity with 'clocks' command
      mpc83xx: fix trivial error in MAKEALL

Scott Wood (7):
      mpc83xx: Add register definitions for MPC831x.
      mpc83xx: Recognize SPR values for MPC8311 and MPC8313.
      mpc83xx: Change PVR_83xx to PVR_E300C1-3, and update checkcpu().
      mpc83xx: Add 831x support to global_data.h
      mpc83xx: Add 831x support to speed.c.
      mpc83xx: Add generic PCI setup code.
      mpc83xx: Add MPC8313ERDB support.

Timur Tabi (1):
      Fix memory initialization on MPC8349E-mITX

Xie Xiaobo (1):
      Fix two bugs for MPC83xx DDR2 controller SPD Init

 MAKEALL                         |    4 +-
 Makefile                        |   13 +
 board/mpc8313erdb/Makefile      |   50 ++++
 board/mpc8313erdb/config.mk     |    1 +
 board/mpc8313erdb/mpc8313erdb.c |  116 ++++++++
 board/mpc8313erdb/sdram.c       |  133 +++++++++
 board/mpc8313erdb/u-boot.lds    |  123 +++++++++
 board/mpc8349itx/mpc8349itx.c   |    3 +-
 cpu/mpc83xx/Makefile            |    2 +-
 cpu/mpc83xx/cpu.c               |   39 +++-
 cpu/mpc83xx/pci.c               |  192 +++++++++++++
 cpu/mpc83xx/spd_sdram.c         |   11 +-
 cpu/mpc83xx/speed.c             |   78 ++++--
 doc/README.mpc8313erdb          |   83 ++++++
 include/asm-ppc/e300.h          |   16 +-
 include/asm-ppc/global_data.h   |    6 +-
 include/asm-ppc/immap_83xx.h    |   56 ++++-
 include/common.h                |    2 -
 include/configs/MPC8313ERDB.h   |  569 +++++++++++++++++++++++++++++++++++++++
 include/configs/MPC8349ITX.h    |    3 +
 include/mpc83xx.h               |  257 ++++++++++++++++++-
 lib_ppc/board.c                 |    4 -
 22 files changed, 1686 insertions(+), 75 deletions(-)
 create mode 100644 board/mpc8313erdb/Makefile
 create mode 100644 board/mpc8313erdb/config.mk
 create mode 100644 board/mpc8313erdb/mpc8313erdb.c
 create mode 100644 board/mpc8313erdb/sdram.c
 create mode 100644 board/mpc8313erdb/u-boot.lds
 create mode 100644 cpu/mpc83xx/pci.c
 create mode 100644 doc/README.mpc8313erdb
 create mode 100644 include/configs/MPC8313ERDB.h




More information about the U-Boot mailing list