Hi Tom, please pull from u-.boot-imx, thanks !
The following changes since commit 5512f5ccf1dc5cec068f8efa1d8ce81f51a988d3: Merge git://git.denx.de/u-boot-video (2018-04-24 20:27:43 -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 07a8f79ee850b1e59371519f179d32fea171bbec: ARM: mxs: support full SPL framework (2018-04-27 09:32:54 +0200) ---------------------------------------------------------------- Bryan O'Donoghue (20): tools/imximage: Fix fruity lack of 0x prefix in DCD Blocks imximage: Specify default IVT offset in IMX image warp7: hab: Add a CSF location definition warp7: hab: Set environment variable indicating HAB enable warp7: defconfig: Enable OPTEE for WaRP7 warp7: Allocate specific region of memory to OPTEE warp7: Print out the OPTEE DRAM region warp7: Specify CONFIG_OPTEE_LOAD_ADDR warp7: defconfig: Enable CONFIG_SECURE_BOOT warp7: defconfig: Enable CONFIG_BOOTM_TEE warp7: Make CONFIG_SYS_FDT_ADDR a define warp7: Add Kconfig WARP7_ROOT_PART warp7: select uuid partition based on rootpart warp7: Define the name of a signed boot-script file warp7: add warp7_auth_or_fail warp7: hab: Set environment variable indicating IVT offset warp7: defconfig: Enable CMD_SETEXPR warp7: Add support for automated secure boot.scr verification warp7: secure_defconfig: Remove secure_defconfig warp7: defconfig: Fix CAAM on boot with tip-of-tree Fabio Estevam (2): mx7dsabresd: Remove the mx7dsabresd_secure_defconfig target Revert "imximage: Remove failure when no IVT offset is found" Lukasz Majewski (2): eth: dm: fec: Change FEC PHY mask setting from CONFIG_PHYLIB to CONFIG_FEC_MXC_PHYADDR dts: dm: fec: imx53: Provide proper compatible string for imx53 fec driver Mans Rullgard (5): ARM: mxs: make lowlevel_init() weak ARM: arm926ejs: fix lowlevel_init call ARM: spl: include arm/thumb glue sections ARM: mxs: move spl data ARM: mxs: support full SPL framework Mark Jonas (1): arm,imx6: fix PAD_CTL_SPEED_LOW constant Pierre-Jean TEXIER (2): warp7: include/configs: use generic fs commands in CONFIG_EXTRA_ENV_SETTINGS warp7: configs: enable CONFIG_CMD_FS_GENERIC Sébastien Szymanski (2): imx6ul: opos6ul: add SPL_DM support imx6ul: opos6ul: in Serial Downloader boot mode use ymodem arch/arm/Kconfig | 2 +- arch/arm/cpu/arm926ejs/mxs/Makefile | 4 ++-- arch/arm/cpu/arm926ejs/mxs/mxs.c | 8 +++----- arch/arm/cpu/arm926ejs/mxs/mxsimage-spl.mx23.cfg | 5 +++++ arch/arm/cpu/arm926ejs/mxs/mxsimage-spl.mx28.cfg | 6 ++++++ arch/arm/cpu/arm926ejs/mxs/spl_boot.c | 5 +++-- arch/arm/cpu/arm926ejs/start.S | 4 ++-- arch/arm/cpu/u-boot-spl.lds | 1 + arch/arm/dts/imx6ul-opos6ul.dtsi | 4 +++- arch/arm/dts/imx6ul-opos6uldev.dts | 2 ++ arch/arm/dts/imx6ul.dtsi | 1 + arch/arm/include/asm/arch-mx6/opos6ul.h | 4 ---- arch/arm/include/asm/arch-mxs/sys_proto.h | 2 ++ arch/arm/include/asm/mach-imx/iomux-v3.h | 6 +++--- arch/arm/mach-imx/mx6/Kconfig | 4 ++++ arch/arm/mach-imx/mx6/opos6ul.c | 54 +++++++++++++----------------------------------------- board/armadeus/opos6uldev/board.c | 20 +------------------- board/freescale/mx7dsabresd/MAINTAINERS | 1 - board/warp7/Kconfig | 14 ++++++++++++++ board/warp7/MAINTAINERS | 1 - board/warp7/imximage.cfg | 4 ++++ board/warp7/warp7.c | 23 +++++++++++++++++++++++ configs/mx7dsabresd_defconfig | 1 + configs/mx7dsabresd_secure_defconfig | 78 ------------------------------------------------------------------------------ configs/opos6uldev_defconfig | 5 +++++ configs/warp7_defconfig | 8 +++++++- configs/warp7_secure_defconfig | 43 ------------------------------------------- drivers/net/fec_mxc.c | 3 ++- include/configs/mxs.h | 2 ++ include/configs/opos6uldev.h | 9 +++------ include/configs/warp7.h | 28 +++++++++++++++++++++++----- include/imximage.h | 3 +++ tools/imximage.c | 7 ++++++- 33 files changed, 145 insertions(+), 217 deletions(-) create mode 100644 arch/arm/cpu/arm926ejs/mxs/mxsimage-spl.mx23.cfg create mode 100644 arch/arm/cpu/arm926ejs/mxs/mxsimage-spl.mx28.cfg delete mode 100644 configs/mx7dsabresd_secure_defconfig delete mode 100644 configs/warp7_secure_defconfig -- ===================================================================== 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: sba...@denx.de ===================================================================== _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot