From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kim Phillips Date: Tue, 27 Apr 2010 16:17:06 -0500 Subject: [U-Boot] Please pull u-boot-mpc83xx.git Message-ID: <20100427161706.735010ff.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 Wolfgang Denk, Please pull: The following changes since commit a47a12becf66f02a56da91c161e2edb625e9f20c: Stefan Roese (1): Move arch/ppc to arch/powerpc are available in the git repository at: git://git.denx.de/u-boot-mpc83xx.git master Kim Phillips (3): mpc83xx: use "A" nomenclature only on mpc834x and mpc836x families mpc83xx: enable command line autocompletion mpc83xx: turn on icache in core initialization to improve u-boot boot time Rini van Zetten (1): mpc83xx: Use CONFIG_FSL_ESDHC to enable sdhc clk arch/powerpc/cpu/mpc83xx/cpu.c | 4 +++- arch/powerpc/cpu/mpc83xx/speed.c | 10 +++++----- arch/powerpc/lib/board.c | 2 +- include/configs/MPC8313ERDB.h | 5 +++-- include/configs/MPC8315ERDB.h | 6 ++++-- include/configs/MPC8323ERDB.h | 6 ++++-- include/configs/MPC832XEMDS.h | 6 ++++-- include/configs/MPC8349EMDS.h | 4 +++- include/configs/MPC8349ITX.h | 8 +++++--- include/configs/MPC8360EMDS.h | 6 ++++-- include/configs/MPC8360ERDK.h | 6 ++++-- include/configs/MPC837XEMDS.h | 6 ++++-- include/configs/MPC837XERDB.h | 6 ++++-- include/configs/MVBLM7.h | 4 +++- include/configs/SIMPC8313.h | 7 ++++--- include/configs/TQM834x.h | 5 ++++- include/configs/kmeter1.h | 3 ++- include/configs/sbc8349.h | 4 +++- include/configs/vme8349.h | 4 +++- 19 files changed, 67 insertions(+), 35 deletions(-) Thanks, Kim