[U-Boot-Users] Please pull u-boot-mpc83xx.git

Kim Phillips kim.phillips at freescale.com
Wed Mar 26 01:24:23 CET 2008


Wolfgang,

please pull support for uploading firmware for the Vitesse VSC7385 (an
ethernet switch on some 83xx boards), support for serdes
initialization, and misc fixes:

The following changes since commit aa6f6d171a1f9f46ee4f03ad6acb97a6bfb71855:
  Wolfgang Denk (1):
        Coding Style cleanyp; update CHANGELOG

are available in the git repository at:

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

Anton Vorontsov (18):
      83xx: nand support for MPC837XRDB boards
      83xx: split COBJS onto separate lines
      83xx: serdes setup routines
      83xx: initialize serdes for MPC837XRDB boards
      83xx: define CONFIG_OF_STDOUT_VIA_ALIAS for the MPC837XERDB boards
      uec: add support for gbit mii status readings
      uec: add support for RGMII_RXID interface mode
      uec: add support for Broadcom BCM5481 Gigabit PHY
      mpc83xx: MPC8360E-RDK: use RGMII_RXID interface mode
      mpc83xx: MPC8360E-RDK: add support for NAND
      mpc83xx: MPC8360E-RDK: configure pario pins for AD7843 and FHCI
      mpc83xx: MPC8360E-RDK: rework ddr setup, enable ecc
      mpc83xx: MPC8360E-RDK: add dhcp command
      mpc83xx: MPC8360E-RDK: define CONFIG_OF_STDOUT_VIA_ALIAS
      mpc83xx: MPC8360E-RDK: use 33.3(3)MHz CLKIN/SYS_CLK
      mpc83xx: add "fsl,soc" and "fsl,immr" compatible fixups
      tsec: fix link detection for the RTL8211B PHY
      83xx/fdt_support: let user specifiy FSL USB Dual-Role controller role

Jerry Van Baren (1):
      Enable CONFIG_FLASH_SHOW_PROGRESS on the MPC8360EMDS.

Joe D'Abbraccio (1):
      Modified the DDR SDRAM clock control register to delay MCK/MCK_B 3/4 clock

Michael Barkowski (3):
      mpc8323erdb: use readable DDR config macros
      mpc8323erdb: Improve the system performance
      mpc8323erdb: remove RTC and add EEPROM

Scott Wood (1):
      mpc83xx: Set PCI I/O bus-address base to zero.

Timur Tabi (2):
      NET: Add Vitesse VSC7385 firmware uploading
      83xx: Add Vitesse VSC7385 firmware uploading

 board/freescale/mpc8313erdb/mpc8313erdb.c |   21 ++++
 board/freescale/mpc8349itx/mpc8349itx.c   |   15 +++-
 board/freescale/mpc8360erdk/Makefile      |    4 +-
 board/freescale/mpc8360erdk/mpc8360erdk.c |   17 ++++
 board/freescale/mpc8360erdk/nand.c        |   72 ++++++++++++++
 board/freescale/mpc837xerdb/mpc837xerdb.c |   65 ++++++++++++-
 common/fdt_support.c                      |   25 +++++
 cpu/mpc83xx/Makefile                      |   15 +++-
 cpu/mpc83xx/cpu_init.c                    |    6 +
 cpu/mpc83xx/fdt.c                         |   12 ++-
 cpu/mpc83xx/pci.c                         |    2 -
 cpu/mpc83xx/qe_io.c                       |    3 -
 cpu/mpc83xx/serdes.c                      |  145 +++++++++++++++++++++++++++++
 drivers/net/Makefile                      |    1 +
 drivers/net/tsec.c                        |    5 +-
 drivers/net/vsc7385.c                     |  101 ++++++++++++++++++++
 drivers/qe/uec.c                          |    1 +
 drivers/qe/uec.h                          |    1 +
 drivers/qe/uec_phy.c                      |   69 ++++++++++++--
 drivers/qe/uec_phy.h                      |    5 +
 include/asm-ppc/fsl_serdes.h              |   21 ++++
 include/configs/MPC8313ERDB.h             |   88 ++++++++++++------
 include/configs/MPC8315ERDB.h             |    2 +-
 include/configs/MPC8323ERDB.h             |   64 +++++++++++--
 include/configs/MPC832XEMDS.h             |    2 +-
 include/configs/MPC8349ITX.h              |   35 +++++--
 include/configs/MPC8360EMDS.h             |    3 +-
 include/configs/MPC8360ERDK.h             |   88 ++++++++++++++----
 include/configs/MPC837XEMDS.h             |    2 +-
 include/configs/MPC837XERDB.h             |  113 +++++++++++++++++------
 include/fdt_support.h                     |    6 +
 include/mpc83xx.h                         |    4 +-
 include/vsc7385.h                         |   13 +++
 33 files changed, 894 insertions(+), 132 deletions(-)
 create mode 100644 board/freescale/mpc8360erdk/nand.c
 create mode 100644 cpu/mpc83xx/serdes.c
 create mode 100644 drivers/net/vsc7385.c
 create mode 100644 include/asm-ppc/fsl_serdes.h
 create mode 100644 include/vsc7385.h

Thanks,

Kim




More information about the U-Boot mailing list