[U-Boot-Users] [GIT PULL] Please pull 85xx repo

Andy Fleming afleming at freescale.com
Tue Aug 14 09:37:08 CEST 2007


Realized I had sent this to sourceforge.org...

The following changes since commit 8a92b7c60b40ff79e2cc96e13aeac2a531dde473:
  Wolfgang Denk (1):
        Merge with /home/wd/git/u-boot/custodian/u-boot-mpc86xx

are found in the git repository at:

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

Andy Fleming (6):
      Add MPC8544DS README
      85xx start.S cleanup and exception support
      Fix minor 85xx warnings
      MPC85xx BA bits not set for 3-bit bank address DIMM
      Add support for UEC to 8568
      85xxCDS: Enable the VIA PCI-to-ISA bridge.

Ed Swarthout (5):
      e500 needs ppc_asm.tmp MCK_EXCEPTION
      mpc85xx L2 cache reporting and SRAM relocation option.
      85xx allow debugger to configure ddr.
      8544ds PCIE support
      8548cds PCIE support.

Haiying Wang (2):
      Empirically set cpo and clk_adjust for mpc85xx DDR2 support
      Add PCI support for MPC8568MDS board

Kumar Gala (1):
      Use an absolute address when jumping out of 4k boot page

Randy Vinson (1):
      85xxCDS: Add make targets for legacy systems.

 Makefile                              |   30 ++-
 board/cds/common/via.c                |    9 +-
 board/cds/mpc8541cds/mpc8541cds.c     |   15 +-
 board/cds/mpc8548cds/config.mk        |    4 +-
 board/cds/mpc8548cds/init.S           |  162 ++++++------
 board/cds/mpc8548cds/mpc8548cds.c     |  252 +++++++++++++++---
 board/cds/mpc8548cds/u-boot.lds       |    3 +-
 board/cds/mpc8555cds/mpc8555cds.c     |   15 +-
 board/freescale/mpc8544ds/init.S      |    6 +-
 board/freescale/mpc8544ds/mpc8544ds.c |  350 ++++++++++++++++++++++++
 board/mpc8560ads/mpc8560ads.c         |    1 -
 board/mpc8568mds/bcsr.c               |    7 +
 board/mpc8568mds/bcsr.h               |    1 +
 board/mpc8568mds/init.S               |   48 ++--
 board/mpc8568mds/mpc8568mds.c         |  121 ++++++++-
 cpu/mpc85xx/Makefile                  |    2 +-
 cpu/mpc85xx/cpu.c                     |   24 ++-
 cpu/mpc85xx/cpu_init.c                |  100 ++++++--
 cpu/mpc85xx/interrupts.c              |   33 +++
 cpu/mpc85xx/pci.c                     |    2 +-
 cpu/mpc85xx/qe_io.c                   |   85 ++++++
 cpu/mpc85xx/spd_sdram.c               |   67 ++++-
 cpu/mpc85xx/start.S                   |  486 ++++++++++++++-------------------
 cpu/mpc85xx/traps.c                   |   99 ++++++--
 doc/README.mpc8544ds                  |  122 ++++++++
 drivers/qe/uec.c                      |   27 ++-
 drivers/qe/uec.h                      |    1 +
 drivers/qe/uec_phy.c                  |   14 +-
 drivers/qe/uec_phy.h                  |    6 +-
 include/asm-ppc/global_data.h         |    8 +-
 include/asm-ppc/immap_85xx.h          |   54 ++++-
 include/asm-ppc/immap_qe.h            |   20 ++-
 include/asm-ppc/processor.h           |    3 +
 include/configs/MPC8541CDS.h          |    7 +
 include/configs/MPC8544DS.h           |  135 ++++++----
 include/configs/MPC8548CDS.h          |  347 ++++++++++++++++-------
 include/configs/MPC8555CDS.h          |    7 +
 include/configs/MPC8568MDS.h          |   65 ++++-
 include/mpc85xx.h                     |    8 +-
 include/ppc_asm.tmpl                  |    2 -
 40 files changed, 2036 insertions(+), 712 deletions(-)
 create mode 100644 cpu/mpc85xx/qe_io.c
 create mode 100644 doc/README.mpc8544ds





More information about the U-Boot mailing list