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

Kim Phillips kim.phillips at freescale.com
Sun Sep 27 04:23:20 CEST 2009


On Fri, 25 Sep 2009 18:39:46 -0500
Kim Phillips <kim.phillips at freescale.com> wrote:

> I might just ask you to pull the "retain POR values" patch, but it's
> too close to the window, and I want to give the opportunity for a good
> review cycle on it.

At least Heiko commented on it, and I fixed and tested it ok, so please
now pull:

The following changes since commit 984f10baac8ef6032df52f135943d6b0bc96f724:
  Wolfgang Denk (1):
        mpc5121ads: fix breakage introduced when reordering elpida_mddrc_config[]

are available in the git repository at:

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

Anton Vorontsov (5):
      net: uec_phy: Implement TXID and RXID RGMII modes for Marvell PHYs
      net: uec: Fix uccf.h and uec.h headers to include headers they depend on
      mpc83xx: mpc8360emds: Don't use LBC SDRAM when DDR is available
      mpc83xx: mpc8360emds: Use RGMII-ID mode, add workarounds for rev. 2.1 CPUs
      mpc83xx: mpc8360emds: Add QE USB device tree fixups

Kim Phillips (1):
      mpc83xx: retain POR values of non-configured ACR, SPCR, SCCR, and LCRR bitfields

Paul Gortmaker (1):
      sbc8349: tidy up Makefile to use new configuration script.

 Makefile                                  |   15 +--
 board/freescale/mpc8360emds/mpc8360emds.c |   73 ++++++++-
 cpu/mpc83xx/cpu_init.c                    |  261 +++++++++++++++++------------
 drivers/qe/uccf.h                         |    1 +
 drivers/qe/uec.h                          |    4 +
 drivers/qe/uec_phy.c                      |   15 ++-
 include/configs/MPC8313ERDB.h             |    3 +-
 include/configs/MPC8315ERDB.h             |    3 +-
 include/configs/MPC8323ERDB.h             |    3 +-
 include/configs/MPC832XEMDS.h             |    3 +-
 include/configs/MPC8349EMDS.h             |    3 +-
 include/configs/MPC8349ITX.h              |    3 +-
 include/configs/MPC8360EMDS.h             |    9 +-
 include/configs/MPC8360ERDK.h             |    3 +-
 include/configs/MPC837XEMDS.h             |    3 +-
 include/configs/MPC837XERDB.h             |    3 +-
 include/configs/MVBLM7.h                  |    3 +-
 include/configs/SIMPC8313.h               |    4 +-
 include/configs/TQM834x.h                 |    3 +-
 include/configs/kmeter1.h                 |    4 +-
 include/configs/sbc8349.h                 |   18 ++-
 include/configs/vme8349.h                 |    3 +-
 22 files changed, 292 insertions(+), 148 deletions(-)

Thanks,

Kim


More information about the U-Boot mailing list