
Hi Tom,
please pull from u-boot-imx, thanks! Series with patch causing warning:
Hannu Lounento (5): net: e1000: add support for writing to EEPROM
is dropped from PR until issues will be fixed. This caused a rebasing of my tree.
The following changes since commit 48a346061d1f0a7eff566f6a7cc7eeeba7efb1e2:
Merge git://git.denx.de/u-boot-x86 (2017-12-21 09:54:10 -0500)
are available in the git repository at:
git://www.denx.de/git/u-boot-imx.git master
for you to fetch changes up to d6abd1d53992cf863019aed1251924c45893a46b:
arm: imx: add tzic interrupt controller for imx53 (2017-12-29 11:18:59 +0100)
---------------------------------------------------------------- Adam Ford (1): mx6_common: remove dead code
Breno Lima (5): mx6slevk: imximage.cfg: Handle the CONFIG_SECURE_BOOT case warp: imximage.cfg: Handle the CONFIG_SECURE_BOOT case mx6sl: Select MX6SL option via Kconfig Kconfig: mx6ull: Deselect MX6UL from CONFIG_MX6ULL imx: Kconfig: Add HAS_CAAM option
Christopher Spinrath (4): ARM: imx: cm-fx6: reinstate USB support by syncing the devicetree with Linux ARM: imx: cm_fx6: defconfig: enable CONFIG_DM_KEYBOARD ARM: imx: cm_fx6: remove sata init code from board file ARM: imx: cm_fx6: remove esdhc init code from board file
Fabio Estevam (3): imx: Unify CONFIG_BOOTDELAY imx: Add a common way for detecting NXP boards revision mx6sxsabresd: Load the correct dtb for revA board
Lukasz Majewski (1): ARM: imx: display5: config: Update display5_factory_defconfig to use USE_BOOTCOMMAND
Marek Vasut (1): ARM: imx6: Disable DDR DRAM calibration DHCOM i.MX6 PDK
Martyn Welch (1): board: ge: mx53ppd: Move check_time() to common location
Vagrant Cascadian (1): imx: Fix missing spl_sd configuration for wandboard.
arch/arm/dts/imx53.dtsi | 8 +++ arch/arm/dts/imx6q-cm-fx6.dts | 396 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------- arch/arm/include/asm/mach-imx/sys_proto.h | 3 ++ arch/arm/mach-imx/Kconfig | 13 ++++- arch/arm/mach-imx/cpu.c | 25 +++++++++ arch/arm/mach-imx/mx6/Kconfig | 13 ++++- arch/arm/mach-imx/mx7/Kconfig | 1 + board/compulab/cm_fx6/cm_fx6.c | 71 ------------------------- board/dhelectronics/dh_imx6/dh_imx6_spl.c | 4 -- board/freescale/mx6sabreauto/mx6sabreauto.c | 47 +--------------- board/freescale/mx6slevk/imximage.cfg | 9 ++++ board/freescale/mx6sxsabresd/mx6sxsabresd.c | 16 +++++- board/ge/common/Makefile | 2 +- board/ge/common/ge_common.c | 55 +++++++++++++++++++ board/ge/common/ge_common.h | 7 +++ board/ge/mx53ppd/mx53ppd.c | 47 +--------------- board/warp/imximage.cfg | 9 ++++ configs/cm_fx6_defconfig | 1 + configs/display5_factory_defconfig | 2 + configs/mx23evk_defconfig | 1 - configs/mx25pdk_defconfig | 1 - configs/mx28evk_auart_console_defconfig | 1 - configs/mx28evk_defconfig | 1 - configs/mx28evk_nand_defconfig | 1 - configs/mx28evk_spi_defconfig | 1 - configs/mx31ads_defconfig | 1 - configs/mx31pdk_defconfig | 1 - configs/mx35pdk_defconfig | 1 - configs/mx51evk_defconfig | 1 - configs/mx53ard_defconfig | 1 - configs/mx53evk_defconfig | 1 - configs/mx53loco_defconfig | 1 - configs/mx53smd_defconfig | 1 - configs/mx6sabreauto_defconfig | 2 +- configs/mx6sabresd_defconfig | 1 - configs/mx6slevk_defconfig | 3 +- configs/mx6slevk_spinor_defconfig | 3 +- configs/mx6slevk_spl_defconfig | 3 +- configs/mx6sllevk_defconfig | 1 - configs/mx6sllevk_plugin_defconfig | 1 - configs/mx6sxsabreauto_defconfig | 1 - configs/mx6sxsabresd_defconfig | 2 +- configs/mx6sxsabresd_spl_defconfig | 2 +- configs/mx6ul_14x14_evk_defconfig | 1 - configs/mx6ul_9x9_evk_defconfig | 1 - configs/mx6ull_14x14_evk_defconfig | 1 - configs/mx6ull_14x14_evk_plugin_defconfig | 1 - configs/mx7dsabresd_defconfig | 1 - configs/mx7dsabresd_secure_defconfig | 1 - configs/wandboard_defconfig | 1 + configs/warp_defconfig | 2 +- include/configs/mx6_common.h | 3 -- include/configs/mx6sxsabresd.h | 8 ++- include/power/pmic.h | 1 + 54 files changed, 520 insertions(+), 263 deletions(-) create mode 100644 board/ge/common/ge_common.c create mode 100644 board/ge/common/ge_common.h
Best regards, Stefano