[U-Boot] [PULL] Please pull u-boot-imx

Stefano Babic sbabic at denx.de
Mon Jun 8 09:14:01 CEST 2015


Hi Tom,

please pull from u-boot-imx, thanks !

The following changes since commit 9bea236b3402a262772b66d055ec6431cbd3ba87:

  Merge branch 'master' of git://www.denx.de/git/u-boot-imx (2015-05-26
10:38:01 -0400)

are available in the git repository at:


  git://www.denx.de/git/u-boot-imx.git master

for you to fetch changes up to 943a3f2ccb71bcb4a6041bc2946129c4d4bb197e:

  imx: drop warning: unused variable 'max_freq' (2015-06-08 08:55:08 +0200)

----------------------------------------------------------------
Bhuvanchandra DV (9):
      dm: gpio: uclass: Add flag to control sequence numbering
      dm: gpio: vf610: Add GPIO driver support
      colibri_vf: Add pinmux entries for GPIOs
      colibri_vf: Enable GPIO support
      arm: vf610: Add clock support for DSPI
      arm: vf610: Add iomux support for DSPI
      vf610: dts: Add device tree support
      colibri-vf: Enable SPI support
      colibri_vf: Add separate defconfig for device tree support

Christian Gmeiner (2):
      ot1200: setup i2c bus in board_early_init_f(..)
      ot1200: setup i2c bus 1 in setup_iomux_i2c()

Fabio Estevam (7):
      warp: Adjust CONFIG_SYS_DFU_DATA_BUF_SIZE
      warp: Fix CONFIG_SYS_FSL_ESDHC_ADDR
      warp: Enable CONFIG_SUPPORT_EMMC_BOOT
      warp: Add fuse command support
      warp: Fix the 'saveenv' command
      wandboard: Add board revision detection support
      mx6_common: Fix LOADADDR and SYS_TEXT_BASE for MX6SL and MX6SX

Markus Niebel (2):
      arm: mx6: tqma6: fix spelling error in condition
      arm: mx6: tqma6: use default CONFIG_SYS_PBSIZE

Sanchayan Maity (2):
      usb: ehci-vf: Add weak function for board specific initialisation
      colibri_vf: Enable board specific USB initialisation for USB pen gpio

Stefan Wahren (1):
      mxs: Do not disable bo detection when DC-DC is already enabled

Stefano Babic (3):
      imx: drop warning: unused variable 'max_freq'
      Revert "imx: drop warning: unused variable 'max_freq'"
      imx: drop warning: unused variable 'max_freq'

Tim Harvey (6):
      pci: imx: display message if no pcie link
      imx: ventana: various board-specific GPIO config updates
      imx: ventana: make model env var automatic and non-overridable
      imx: ventana: make fdt_file1 and fdt_file2 automatic and
non-overridable
      imx: ventana: hang if board model could not be determined
      imx: ventana: skip mtdparts fixup if no flash

 arch/arm/cpu/arm926ejs/mxs/spl_power_init.c   |  10 ++---
 arch/arm/cpu/armv7/vf610/generic.c            |   7 ++++
 arch/arm/dts/Makefile                         |   3 ++
 arch/arm/dts/vf-colibri.dtsi                  |  21 ++++++++++
 arch/arm/dts/vf.dtsi                          | 100
++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/dts/vf500-colibri.dts                |  18 +++++++++
 arch/arm/dts/vf610-colibri.dts                |  18 +++++++++
 arch/arm/imx-common/cpu.c                     |   3 +-
 arch/arm/imx-common/iomux-v3.c                |  26 ++++++++++++
 arch/arm/include/asm/arch-vf610/clock.h       |   1 +
 arch/arm/include/asm/arch-vf610/crm_regs.h    |   4 ++
 arch/arm/include/asm/arch-vf610/gpio.h        |  29 ++++++++++++++
 arch/arm/include/asm/arch-vf610/imx-regs.h    |   5 +++
 arch/arm/include/asm/arch-vf610/iomux-vf610.h |  59
+++++++++++++++++++++++++++
 arch/arm/include/asm/imx-common/iomux-v3.h    |   6 +++
 board/bachmann/ot1200/ot1200.c                |  55
+++++++++++++++++---------
 board/gateworks/gw_ventana/common.c           |  56
++++++++++++++++++--------
 board/gateworks/gw_ventana/common.h           |   6 +--
 board/gateworks/gw_ventana/gw_ventana.c       |  41 ++++++++-----------
 board/gateworks/gw_ventana/gw_ventana_spl.c   |   6 +--
 board/toradex/colibri_vf/MAINTAINERS          |   4 ++
 board/toradex/colibri_vf/colibri_vf.c         | 106
+++++++++++++++++++++++++++++++++++++++++++++++++
 board/wandboard/wandboard.c                   |  26 +++++++++++-
 board/warp/README                             |   2 +-
 configs/colibri_vf_defconfig                  |   1 +
 configs/colibri_vf_dtb_defconfig              |   8 ++++
 drivers/gpio/Kconfig                          |   7 ++++
 drivers/gpio/Makefile                         |   1 +
 drivers/gpio/gpio-uclass.c                    |   1 +
 drivers/gpio/vybrid_gpio.c                    | 169
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/pci/pcie_imx.c                        |   4 +-
 drivers/usb/host/ehci-vf.c                    |   8 ++++
 include/configs/colibri_vf.h                  |  12 ++++++
 include/configs/mx6_common.h                  |  10 ++++-
 include/configs/tqma6.h                       |  18 ++++-----
 include/configs/tqma6_mba6.h                  |   4 +-
 include/configs/wandboard.h                   |   8 +++-
 include/configs/warp.h                        |   9 ++++-
 38 files changed, 776 insertions(+), 96 deletions(-)
 create mode 100644 arch/arm/dts/vf-colibri.dtsi
 create mode 100644 arch/arm/dts/vf.dtsi
 create mode 100644 arch/arm/dts/vf500-colibri.dts
 create mode 100644 arch/arm/dts/vf610-colibri.dts
 create mode 100644 arch/arm/include/asm/arch-vf610/gpio.h
 create mode 100644 configs/colibri_vf_dtb_defconfig
 create mode 100644 drivers/gpio/vybrid_gpio.c


-- 
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================


More information about the U-Boot mailing list