From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kim Phillips Date: Sat, 26 Sep 2009 21:23:20 -0500 Subject: [U-Boot] Please pull u-boot-mpc83xx.git In-Reply-To: <20090925183946.1a30eefe.kim.phillips@freescale.com> References: <20090925183946.1a30eefe.kim.phillips@freescale.com> Message-ID: <20090926212320.6a29616b.kim.phillips@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 25 Sep 2009 18:39:46 -0500 Kim Phillips 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