[U-Boot] [v3] Please pull u-boot-mpc85xx.git

Andy Fleming afleming at freescale.com
Wed May 15 00:26:23 CEST 2013


The following changes since commit a661b99dbc35e725f229a7b8e189ca21304ba026:

  Merge branch 'master' of git://git.denx.de/u-boot-x86 (2013-05-13 18:17:39 -0400)

are available in the git repository at:


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

for you to fetch changes up to f63d638dad5dd13f445d1e87ce824d4a7cd61f79:

  T4240/eth: fix SGMII card PHY address (2013-05-14 16:13:25 -0500)

Tested on 85xx and 83xx.

----------------------------------------------------------------
Andy Fleming (2):
      powerpc/mpc85xx: Add definitions for HDBCR registers
      e6500: Move L1 enablement after L2 enablement

Ed Swarthout (1):
      powerpc/t4qds: Fix disabling remote I2C connection

Roy Zang (4):
      T4/serdes: fix the serdes clock frequency
      T4/SerDes: correct the SATA index
      T4/USB: Add USB 2.0 UTMI dual phy support
      T4/usb: move usb 2.0 utmi dual phy init code to cpu_init.c

Sandeep Singh (1):
      powerpc/B4860: Corrected FMAN1 operating frequency print at u-boot

Shaohui Xie (7):
      powerpc/t4240qds: Fix SPI flash type
      powerpc/t4240qds: fix XAUI card PHY address
      Fman/t4240: some fix for 10G XAUI
      powerpc/85xx: add missing QMAN frequency calculation
      net/phy: add VSC8574 support
      T4240/net: use QSGMII card PHY address by default
      T4240/eth: fix SGMII card PHY address

Shengzhou Liu (3):
      t4240qds/eth: fixup ethernet for t4240qds
      net/fm: fixup ethernet for mEMAC
      powerpc/85xx: fix build error introduced by serdes_get_prtcl

York Sun (14):
      powerpc/mpc85xx: Update corenet global utility block registers
      powerpc/t4240qds: Update DDR timing table
      powerpc/mpc8xxx: Fix DDR 3-way interleaving
      powerpc/mpc85xx: Fix portal setup
      powerpc/t4240qds: Add voltage ID support
      powerpc/corenet2: Print SerDes protocol in decimal
      powerpc/mpc85xx: Fix PIR parsing for chassis2
      powerpc/t4240: Fix SerDes protocol arrays with const prefix
      powerpc/mpc85xx: Add T4160 SoC
      powerpc/t4240qds: Move SoC define into boards.cfg
      powerpc: Add T4160QDS
      powerpc/mpc85xx: Update workaround for DDR erratum A-004934
      powerpc/mpc8xxx: Allow board file to override DDR address assignment
      powerpc/b4860qds: Assign DDR address in board file

 arch/powerpc/cpu/mpc85xx/Makefile              |    3 +
 arch/powerpc/cpu/mpc85xx/cpu_init.c            |   22 ++
 arch/powerpc/cpu/mpc85xx/ddr-gen3.c            |    2 +-
 arch/powerpc/cpu/mpc85xx/fsl_corenet2_serdes.c |    2 +-
 arch/powerpc/cpu/mpc85xx/portals.c             |   36 ++-
 arch/powerpc/cpu/mpc85xx/release.S             |   14 +-
 arch/powerpc/cpu/mpc85xx/speed.c               |   12 +
 arch/powerpc/cpu/mpc85xx/start.S               |  102 +++----
 arch/powerpc/cpu/mpc85xx/t4240_serdes.c        |  150 +++++++++-
 arch/powerpc/cpu/mpc8xxx/cpu.c                 |    1 +
 arch/powerpc/cpu/mpc8xxx/ddr/main.c            |   26 +-
 arch/powerpc/include/asm/config_mpc85xx.h      |   36 ++-
 arch/powerpc/include/asm/immap_85xx.h          |   66 ++++-
 arch/powerpc/include/asm/processor.h           |   11 +
 board/freescale/b4860qds/ddr.c                 |   72 +++++
 board/freescale/t4qds/ddr.c                    |   56 ++--
 board/freescale/t4qds/eth.c                    |  356 +++++++++++++++++++-----
 board/freescale/t4qds/t4240qds_qixis.h         |    2 +-
 board/freescale/t4qds/t4qds.c                  |  237 +++++++++++++++-
 boards.cfg                                     |    9 +-
 drivers/net/fm/Makefile                        |    1 +
 drivers/net/fm/eth.c                           |    2 +
 drivers/net/fm/fm.h                            |    2 +
 drivers/net/fm/init.c                          |   31 +++
 drivers/net/fm/t4240.c                         |   14 +-
 drivers/net/phy/vitesse.c                      |   67 +++++
 include/configs/T4240QDS.h                     |    1 -
 include/configs/t4qds.h                        |   42 ++-
 include/fm_eth.h                               |    4 +-
 include/phy.h                                  |    2 +
 30 files changed, 1154 insertions(+), 227 deletions(-)



More information about the U-Boot mailing list