[U-Boot-Users] [MPC85xx] Please pull from git://www.denx.de/git/u-boot-mpc85xx.git

Andy Fleming afleming at gmail.com
Tue May 1 03:09:01 CEST 2007


The following changes since commit 14da5f7675bbb427c469e3f45006e027b6e21db9:
  Wolfgang Denk (1):
        Cleanup compiler warnings, update CHANGELOG

are found in the git repository at:

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

I apologize deeply to anyone who might have looked at that latest
tree.  Somehow some preliminary SMP hacking I did for the upcoming
8572 sneaked into the release branch while I was massaging the 8568
patch.  I have removed all of those files, and done a push -f to
expunge them from the tree.  With luck, none of you will have seen the
horrible hacks that were done, but if you have (or if you pulled, and
my update has caused future merge issues for you) I apologize.

Andy Fleming (10):
      Add cpu support for the 8544
      Some 85xx cpu cleanups
      Tweak DDR ECC error counter
      Only set ddrioovcr for 8548 rev1.
      Changed BOOKE_PAGESZ_nGB to BOOKE_PAGESZ_nG
      Support 1G size on 8548
      Enable 8544 support
      Reworked 85xx speed detection code
      Add support for the 8568 MDS board
      Cleaned up some 85xx PCI bugs

David Updegraff (1):
      Add support for treating unknown PHYs as generic PHYs.

Jon Loeliger (2):
      Add MPC8544DS main configuration file.
      Add MPC8544DS basic port board files.

Sergei Shtylyov (1):
      Fix PCI I/O space mapping on Freescale MPC85x0ADS

Timur Tabi (1):
      85xx: write MAC address to mac-address and local-mac-address

Zang Roy-r61911 (5):
      u-boot: Enable PCI function and add PEX & rapidio memory map on
MPC8548CDS board
      u-boot: Fix CPU2 errata on MPC8548CDS board
      u-boot: Fix the 85xxcds tsec bug
      u-boot: v2: Remove the fixed TLB and LAW entrynubmer
      u-boot: Fix e500 v2 core reset bug

ebony.zhu at freescale.com (1):
      u-boot: Disables MPC8548CDS 2T_TIMING for DDR by default

 MAKEALL                               |    8 +-
 Makefile                              |    6 +
 board/cds/mpc8541cds/mpc8541cds.c     |    9 +-
 board/cds/mpc8541cds/u-boot.lds       |    1 +
 board/cds/mpc8548cds/init.S           |   77 +++--
 board/cds/mpc8548cds/mpc8548cds.c     |   16 +-
 board/cds/mpc8548cds/u-boot.lds       |    1 +
 board/cds/mpc8555cds/mpc8555cds.c     |   11 +-
 board/cds/mpc8555cds/u-boot.lds       |    1 +
 board/freescale/mpc8544ds/Makefile    |   58 ++++
 board/freescale/mpc8544ds/config.mk   |   32 ++
 board/freescale/mpc8544ds/init.S      |  243 ++++++++++++++
 board/freescale/mpc8544ds/mpc8544ds.c |  205 ++++++++++++
 board/freescale/mpc8544ds/u-boot.lds  |  148 ++++++++
 board/mpc8540ads/init.S               |    4 +-
 board/mpc8560ads/init.S               |    4 +-
 board/mpc8568mds/Makefile             |   58 ++++
 board/mpc8568mds/bcsr.c               |   49 +++
 board/mpc8568mds/bcsr.h               |   99 ++++++
 board/mpc8568mds/config.mk            |   30 ++
 board/mpc8568mds/ft_board.c           |   45 +++
 board/mpc8568mds/init.S               |  258 ++++++++++++++
 board/mpc8568mds/mpc8568mds.c         |  288 ++++++++++++++++
 board/mpc8568mds/u-boot.lds           |  152 +++++++++
 cpu/mpc85xx/cpu.c                     |   69 ++++-
 cpu/mpc85xx/cpu_init.c                |    2 -
 cpu/mpc85xx/pci.c                     |    8 +-
 cpu/mpc85xx/spd_sdram.c               |   31 ++-
 cpu/mpc85xx/speed.c                   |   44 +--
 cpu/mpc85xx/start.S                   |   16 +-
 drivers/tsec.c                        |   50 +++-
 drivers/tsec.h                        |    3 +-
 include/asm-ppc/mmu.h                 |    5 +-
 include/asm-ppc/processor.h           |   12 +-
 include/configs/MPC8540ADS.h          |    5 +-
 include/configs/MPC8541CDS.h          |    2 +-
 include/configs/MPC8544DS.h           |  591 +++++++++++++++++++++++++++++++++
 include/configs/MPC8548CDS.h          |   30 ++-
 include/configs/MPC8560ADS.h          |    8 +-
 include/configs/MPC8568MDS.h          |  505 ++++++++++++++++++++++++++++
 40 files changed, 3036 insertions(+), 148 deletions(-)
 create mode 100644 board/freescale/mpc8544ds/Makefile
 create mode 100644 board/freescale/mpc8544ds/config.mk
 create mode 100644 board/freescale/mpc8544ds/init.S
 create mode 100644 board/freescale/mpc8544ds/mpc8544ds.c
 create mode 100644 board/freescale/mpc8544ds/u-boot.lds
 create mode 100644 board/mpc8568mds/Makefile
 create mode 100644 board/mpc8568mds/bcsr.c
 create mode 100644 board/mpc8568mds/bcsr.h
 create mode 100644 board/mpc8568mds/config.mk
 create mode 100644 board/mpc8568mds/ft_board.c
 create mode 100644 board/mpc8568mds/init.S
 create mode 100644 board/mpc8568mds/mpc8568mds.c
 create mode 100644 board/mpc8568mds/u-boot.lds
 create mode 100644 include/configs/MPC8544DS.h
 create mode 100644 include/configs/MPC8568MDS.h




More information about the U-Boot mailing list