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

Stefano Babic sbabic at denx.de
Sat Jun 18 11:14:48 CEST 2016


Hi Tom,

please pull from u-boot-imx (master), thanks!

For i.MX contributors: I set a -next branch and I have applied what it
is already ready to be merged. I will go on applying on -next until release.

The following changes since commit 6b3943f1b04be60f147ee540fbd72c4c7ea89f80:

  siemens,am33x: add draco etamin board (2016-06-09 13:53:13 -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 67ef2c133f099d3d719058eb73aeec8f1574655c:

  warp7: Fix DFU support (2016-06-18 10:37:22 +0200)

----------------------------------------------------------------
Andrew Shadura (6):
      board: ge: bx50v3: don't configure the backlight when there's no
display
      board: ge: bx50v3: make CONFIG_VIDEO optional and disabled by default
      board: ge: bx50v3: make USB support optional and disabled by default
      board: ge: bx50v3: make network support optional and disabled by
default
      board: ge: bx50v3: make SATA optional and disabled by default
      board: ge: bx50v3: disable unused features to improve size and
boot speed

Damien Riegel (1):
      ts4800: update environment to boot with device tree

Fabio Estevam (1):
      warp7: Fix DFU support

Kimmo Surakka (1):
      board: ge: bx50v3: add missing partnum variable

Marco Franchi (3):
      mx6sabresd: Allow LVDS backlight to be functional after a kernel
reboot
      warp7: Fix watchdog reset
      warp7: Add README file

Michael Heimpold (1):
      arm: mxs: Remove misleading comments

Peng Fan (21):
      imx: correct speed grading info for i.MX6UL
      imx-common: introduce simpler macros for runtime dection
      imx: mx6: support i.MX6SOLO when enable/disable_ldb_di_clock_sources
      imx: mx6: use simpler runtime cpu dection macros
      imx-common: hab: support i.MX6SOLO
      imx-common: use simpler runtime cpu dection macros
      imx: mx6: ddr: support i.MX6D/QPlus
      imx: mx6: correct get_cpu_speed_grade_hz for i.MX6DQP
      imx-common: hab: support i.MX6DQPlus
      imx-common: sata: return failure if not i.MX6DQPlus
      imx-common: timer: support i.MX6DQPlus
      mtd: nand: mxs: use simpler runtime cpu dection macros
      ocotp: mxc: use simpler runtime cpu dection macros
      net: fec_mxc: use simpler runtime cpu dection macros
      block: dwc_ahsata: support i.MX6DQPlus
      board: mx6sabresd/auto: use simpler runtime cpu dection macros
      imx: mx6qsabreauto: drop duplicated net phy configuration
      imx: mx7: implement reset_misc
      imx6ulevk: fix 74LV OE usage
      imx6ulevk: fix LCD_nPWREN setting
      imx: mx6ulevk: change QSPI PAD DSE to 120ohm

Sebastien Bourdelin (2):
      ts4800: add CONFIG_SYS_FSL_ERRATUM_ESDHC_A001
      cosmetic: mx6slevk: Minor coding-style fix

Stefano Babic (2):
      Merge branch 'master' of git://git.denx.de/u-boot
      Merge branch 'master' of git://git.denx.de/u-boot

Tim Harvey (22):
      imx: ventana: config: remove redundant config
      imx: ventana: gsc: remove dependence on env
      imx: ventana: use EEPROM register for falcon boot mode
      imx: ventana: remove SPL_EXT_SUPPORT
      imx: ventana: config: add env vars for disk and part
      imx: ventana: config: add fixfdt script to apply manual fdt fixups
      imx: ventana: config: use bootdir env var for directory of fdt files
      imx: ventana: config: use fs env var for block dev filesystem type
      imx: ventana: config: use explicit addr in loadscript
      imx: ventana: config: add PREBOOT support
      imx: ventana: SPL: only disable boot watchdog if Falcon mode
      imx: ventana: SPL: added support for 32bit IMX6DQ 8Gb density DRAM
config
      imx: ventana: gsc: add gsc sleep command
      imx: ventana: gsc: fix negative temperature readings
      imx: ventana: gsc: show board temp on boot
      imx: ventana: export backlight gpio after gpio driver is available
      imx: ventana: fix invalid dio configuration for pwm mode
      imx: ventana: enable pwm device-tree property based on hwconfig
      imx: ventana: remove dependence on EECONFIG_SATA eeprom feature bit
      imx: ventana: remove several EEPROM config bit dependence
      imx: ventana: add GW553x support
      imx: ventana: add fdt fixup to enable UHS-I support on selected boards

Ye Li (1):
      mx7dsabresd: Fix LCD_PWR_EN output setting

 arch/arm/cpu/arm926ejs/mxs/mxs.c                  |   4 ++--
 arch/arm/cpu/armv7/mx6/clock.c                    |  42
+++++++++++++++++++-----------------------
 arch/arm/cpu/armv7/mx6/ddr.c                      |  10 ++++------
 arch/arm/cpu/armv7/mx6/soc.c                      |  26
++++++++++++++++++++------
 arch/arm/cpu/armv7/mx7/soc.c                      |   8 ++++++++
 arch/arm/imx-common/hab.c                         |  53
+++++++++++++++++++++++------------------------------
 arch/arm/imx-common/init.c                        |   5 ++---
 arch/arm/imx-common/iomux-v3.c                    |   2 +-
 arch/arm/imx-common/sata.c                        |   2 +-
 arch/arm/imx-common/timer.c                       |  11 +++--------
 arch/arm/include/asm/imx-common/sys_proto.h       |   8 ++++++++
 board/freescale/mx6qsabreauto/mx6qsabreauto.c     |  37
++-----------------------------------
 board/freescale/mx6sabresd/mx6sabresd.c           |  22
++++++++++++++++++----
 board/freescale/mx6slevk/mx6slevk.c               |  16 ++++++++--------
 board/freescale/mx6ul_14x14_evk/mx6ul_14x14_evk.c |   8 +++-----
 board/freescale/mx7dsabresd/mx7dsabresd.c         |   2 +-
 board/gateworks/gw_ventana/README                 |  17 ++++++-----------
 board/gateworks/gw_ventana/common.c               | 100
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------
 board/gateworks/gw_ventana/common.h               |   3 +++
 board/gateworks/gw_ventana/eeprom.c               |  34
+++-------------------------------
 board/gateworks/gw_ventana/gsc.c                  |  61
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++----
 board/gateworks/gw_ventana/gw_ventana.c           |  69
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------
 board/gateworks/gw_ventana/gw_ventana_spl.c       |  45
+++++++++++++++++++++++++++++++++++++++++----
 board/gateworks/gw_ventana/ventana_eeprom.h       |   1 +
 board/ge/bx50v3/bx50v3.c                          |   3 +++
 board/warp7/README                                |  63
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 board/warp7/warp7.c                               |  21
+++++++++++++++++++++
 configs/ge_b450v3_defconfig                       |  12 ++++++------
 configs/ge_b650v3_defconfig                       |  12 ++++++------
 configs/ge_b850v3_defconfig                       |  12 ++++++------
 drivers/block/dwc_ahsata.c                        |   2 +-
 drivers/misc/mxc_ocotp.c                          |   4 ++--
 drivers/mtd/nand/mxs_nand.c                       |   2 +-
 drivers/net/fec_mxc.c                             |   2 +-
 include/configs/ge_bx50v3.h                       |  41
++++++++++++++++++++++++++++-------------
 include/configs/gw_ventana.h                      |  42
+++++++++++++++++++++++++-----------------
 include/configs/ts4800.h                          |  19 +++++++++++++++----
 include/configs/warp7.h                           |   8 +++-----
 38 files changed, 566 insertions(+), 263 deletions(-)
 create mode 100644 board/warp7/README


-- 
=====================================================================
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