From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Tue, 7 Jun 2016 18:44:26 +0200 Subject: [U-Boot] [PULL] Please pull u-boot-imx Message-ID: <5756F9EA.8040204@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 Tom, please pull from u-boot-imx, thanks ! The following changes since commit d7d000311285e4b8d11e089ca13ea456a01be3b8: Merge branch 'master' of git://git.denx.de/u-boot-mips (2016-05-23 11:51:37 -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 d2ba7a6adcef6e6f8c4418c7b0caf9d7ab98a6d4: arm: mxs: Remove misleading comments (2016-06-07 18:23:51 +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 Kimmo Surakka (1): board: ge: bx50v3: add missing partnum variable Michael Heimpold (1): arm: mxs: Remove misleading comments Peng Fan (18): 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 Sebastien Bourdelin (2): ts4800: add CONFIG_SYS_FSL_ERRATUM_ESDHC_A001 cosmetic: mx6slevk: Minor coding-style fix Stefano Babic (1): 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 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 | 4 ++-- board/freescale/mx6slevk/mx6slevk.c | 16 ++++++------- 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 +++ 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 ++++++++++++---- 33 files changed, 459 insertions(+), 250 deletions(-) -- ===================================================================== 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 =====================================================================