[U-Boot] [GIT PULL] Pull request: u-boot-imx
Stefano Babic
sbabic at denx.de
Fri Apr 22 14:50:40 CEST 2011
Hi Albert,
my new pull request. Take care that I drop patches for the MX53 LOCO
board as discussed on the mailing list (they were part of last pull
request, commit 96c1b214b47416ae07aac267e45a600cc9567eed in uboot-arm).
This pull is against u-boot tree, as after dropping the patches I
rebased on it.
The following changes since commit 735eb0f0e66b544b1dfaf6c43ce6e4bd9ae64b5e:
tools/env: fix redundant env flag comparison (2011-04-21 00:25:08 +0200)
are available in the git repository at:
git://www.denx.de/git/u-boot-imx.git master
Fabio Estevam (5):
mx25: Make the UART port number explicit in its setup function
ARM: mx31: Print the silicon version
MX31: Introduce get_reset_cause()
MX31: mx31pdk: Make the board name simpler.
ARM: MX31: Fix file name label
Jason Liu (1):
MX5: factor out boot cause funciton to common code
Liu Hui-R64343 (2):
MX53: drop config.mk from mx53evk
MX5: Enable flat-device-tree support on mx51/53 evk board
Stefano Babic (6):
Makefile: change rule to build IMX image
MX51: drop config.mk from mx51evk
MX31: add support for MX31 watchdog
MX31: qong: add watchdog
IMX: MX31: Cleanup include files and drop nasty #ifdef in drivers
MX31: drop warnings in get_cpu_rev
Makefile | 2 +-
arch/arm/cpu/arm1136/mx31/devices.c | 4 +-
arch/arm/cpu/arm1136/mx31/generic.c | 59
+++++++++++++++++++-
arch/arm/cpu/arm1136/mx31/timer.c | 40 +++++++++++++-
arch/arm/cpu/arm926ejs/mx25/generic.c | 2 +-
arch/arm/cpu/armv7/mx5/soc.c | 28 +++++++++
arch/arm/include/asm/arch-mx31/{mx31.h => clock.h} | 6 +-
.../asm/arch-mx31/{mx31-regs.h => imx-regs.h} | 41 +++++++++++++-
board/davedenx/qong/fpga.c | 4 +-
board/davedenx/qong/lowlevel_init.S | 2 +-
board/davedenx/qong/qong.c | 16 +++++-
board/freescale/mx31ads/lowlevel_init.S | 2 +-
board/freescale/mx31ads/mx31ads.c | 4 +-
board/freescale/mx31pdk/lowlevel_init.S | 2 +-
board/freescale/mx31pdk/mx31pdk.c | 6 +-
board/freescale/mx51evk/config.mk | 25 --------
board/freescale/mx53evk/config.mk | 24 --------
board/imx31_phycore/imx31_phycore.c | 4 +-
board/imx31_phycore/lowlevel_init.S | 2 +-
board/karo/tx25/tx25.c | 4 +-
board/logicpd/imx31_litekit/imx31_litekit.c | 4 +-
board/logicpd/imx31_litekit/lowlevel_init.S | 2 +-
boards.cfg | 4 +-
drivers/gpio/mxc_gpio.c | 5 --
drivers/i2c/mxc_i2c.c | 7 +--
drivers/serial/serial_mxc.c | 4 -
drivers/spi/mxc_spi.c | 9 +--
drivers/usb/host/ehci-mxc.c | 2 +-
drivers/video/mx3fb.c | 6 +-
include/configs/imx31_litekit.h | 2 +-
include/configs/mx31ads.h | 2 +-
include/configs/mx31pdk.h | 2 +-
include/configs/mx51evk.h | 5 ++
include/configs/mx53evk.h | 3 +
include/configs/qong.h | 3 +-
nand_spl/nand_boot_fsl_nfc.c | 4 -
36 files changed, 221 insertions(+), 120 deletions(-)
rename arch/arm/include/asm/arch-mx31/{mx31.h => clock.h} (92%)
rename arch/arm/include/asm/arch-mx31/{mx31-regs.h => imx-regs.h} (97%)
delete mode 100644 board/freescale/mx51evk/config.mk
delete mode 100644 board/freescale/mx53evk/config.mk
--
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de
=====================================================================
More information about the U-Boot
mailing list