From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Thu, 14 Oct 2010 10:42:53 +0200 Subject: [U-Boot] [GIT PULL] Pull request: u-boot-imx Message-ID: <4CB6C28D.8030307@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Wolfgang, please pull from u-boot-imx The following changes since commit e79f48393dd919079b34f37957c933f8e75c164d: Lei Wen (1): env_mmc: fix cannot save env issue are available in the git repository at: git://git.denx.de/u-boot-imx master Loic Minier (1): mx51evk: add u-boot.imx to ALL target Stefano Babic (6): FPGA: add support for downloading Lattice bitstream MX31: Adding missing iomux pin to MX.31 registers MX31: Add support to update FPGA bitstream MX31: add support for setting pin pads MX31: Add support for MXC EHCI controller MX31: Add USB Host support to the QONG board arch/arm/cpu/arm1136/mx31/generic.c | 17 + arch/arm/include/asm/arch-mx31/mx31-regs.h | 411 ++++ board/davedenx/qong/Makefile | 2 +- board/davedenx/qong/fpga.c | 95 + board/davedenx/qong/qong.c | 44 + board/davedenx/qong/qong_fpga.h | 3 +- board/freescale/mx51evk/config.mk | 1 + drivers/fpga/Makefile | 1 + drivers/fpga/fpga.c | 11 + drivers/fpga/ivm_core.c | 3167 ++++++++++++++++++++++++++++ drivers/fpga/lattice.c | 399 ++++ drivers/usb/host/Makefile | 1 + drivers/usb/host/ehci-mxc.c | 130 ++ drivers/video/mx3fb.c | 31 - include/configs/qong.h | 21 +- include/fpga.h | 1 + include/lattice.h | 319 +++ 17 files changed, 4619 insertions(+), 35 deletions(-) create mode 100644 board/davedenx/qong/fpga.c create mode 100755 drivers/fpga/ivm_core.c create mode 100644 drivers/fpga/lattice.c create mode 100644 drivers/usb/host/ehci-mxc.c create mode 100755 include/lattice.h -- ===================================================================== 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 =====================================================================