[U-Boot] [GIT PULL] Pull request: u-boot-imx
Stefano Babic
sbabic at denx.de
Thu Oct 7 10:28:02 CEST 2010
Hi Wolfgang,
please pull from u-boot-imx.
The following changes since commit 2e6e1772c0e34871769be4aef79748fe3e47d953:
Wolfgang Denk (1):
Merge branch 'next' of /home/wd/git/u-boot/next
are available in the git repository at:
git://git.denx.de/u-boot-imx master
Stefano Babic (10):
Use common function to set GPIOs for MX3 and MX5
ARM: Use syslib functions for all CORTEXA8
MX51: Added pins definition to set up pads
MX51: add structure to access System Reset Controller
MXC: Add watchdog support to serial driver
MX51: Drop unused header file for mx51evk
MXC: Correct SPI_CPOL setting in SPI driver
MXC: Fix byte-ordering in SPI driver for i.MX31/i.MX51
MX51: Register definitions cannot be included in board config file
MX51: Support for TTECH vision2 board
MAINTAINERS | 1 +
arch/arm/cpu/armv7/Makefile | 3 +-
arch/arm/cpu/armv7/omap-common/Makefile | 1 -
arch/arm/cpu/armv7/{omap-common => }/syslib.c | 0
arch/arm/include/asm/arch-mx31/mx31-regs.h | 14 +-
arch/arm/include/asm/arch-mx31/mx31.h | 25 -
arch/arm/include/asm/arch-mx51/imx-regs.h | 26 +-
arch/arm/include/asm/arch-mx51/mx51_pins.h | 44 ++
arch/arm/include/asm/arch-mx51/sys_proto.h | 1 +
board/davedenx/qong/qong.c | 29 +-
board/freescale/mx51evk/mx51evk.c | 2 -
board/ttcontrol/vision2/Makefile | 48 ++
board/ttcontrol/vision2/config.mk | 25 +
board/ttcontrol/vision2/imximage_hynix.cfg | 209 ++++++
board/ttcontrol/vision2/vision2.c | 711
++++++++++++++++++++
boards.cfg | 1 +
drivers/gpio/Makefile | 2 +-
drivers/gpio/{mx31_gpio.c => mxc_gpio.c} | 47 +-
drivers/misc/fsl_pmic.c | 10 +-
drivers/serial/serial_mxc.c | 7 +-
drivers/spi/mxc_spi.c | 168 ++++--
include/configs/imx31_litekit.h | 4 +-
include/configs/imx31_phycore.h | 2 +-
include/configs/mx31ads.h | 4 +-
include/configs/mx31pdk.h | 4 +-
include/configs/mx51evk.h | 2 +-
include/configs/qong.h | 6 +-
include/configs/vision2.h | 214 ++++++
include/mc13892.h | 3 +
.../mx51evk/mx51evk.h => include/mxc_gpio.h | 50 +-
30 files changed, 1510 insertions(+), 153 deletions(-)
rename arch/arm/cpu/armv7/{omap-common => }/syslib.c (100%)
create mode 100644 board/ttcontrol/vision2/Makefile
create mode 100644 board/ttcontrol/vision2/config.mk
create mode 100644 board/ttcontrol/vision2/imximage_hynix.cfg
create mode 100644 board/ttcontrol/vision2/vision2.c
rename drivers/gpio/{mx31_gpio.c => mxc_gpio.c} (63%)
create mode 100644 include/configs/vision2.h
rename board/freescale/mx51evk/mx51evk.h => include/mxc_gpio.h (54%)
--
=====================================================================
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