Hi Tom, please pull from u-boot-imx, thanks !
The following changes since commit 7a779ed1755c2d5011bd9598da90291f759ae760: travis: Exclude MIPS from the bcm job (2019-10-13 11:21:56 -0400) are available in the Git repository at: https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-20191014 for you to fetch changes up to d02be21d3004b51c6fc9a54b90d31dcc2dac4a9a: i2c: imx_lpi2c: add ipg clk (2019-10-14 09:31:41 +0200) ---------------------------------------------------------------- u-boot-imx-20191014 ------------------- Travis: https://travis-ci.org/sbabic/u-boot-imx/builds/597498628 - logicpd pinmux - i.MX7ULP: imx_ddr_size - fixes Toradex i.MX6/i.MX7 - pico-imx7d - tpc70 converted to DM - New Board: meerkat96 - add HAB version command - i.MX8 : imx8: Jump from alias to OCRAM address at SPL init imx8qm/qxp: Set SPL TEXT base to OCRAM base ---------------------------------------------------------------- Adam Ford (3): ARM: imx6q_logic: Enable 256KB OCRAM ARM: imx6q_logic: Enable Pin muxing in SPL ARM: imx6q_logic: Remove legacy pinmuxing code from board file. Fabio Estevam (4): imx: Place imx_ddr_size() into a separate file imx: mmdc_size: Fix checkpatch warnings imx: mmdc_size: Allow building it for i.MX7ULP mx7ulp_evk: Use imx_ddr_size() Igor Opaniuk (5): apalis_imx6: remove legacy sdboot wrapper colibri-imx6ull: remove legacy sdboot wrapper colibri_imx6: remove legacy sdboot wrapper colibri_imx7: remove legacy sdboot wrapper colibri_imx7: provide proper node name to pmic_get Jun Nie (2): pico-imx7d: add config to enable CAAM pico-imx7d: Support distro boot for FIT image case Lukasz Majewski (9): imx: tpc70: config: Add script commands to update u-boot and OE's wic imx: tpc70: config: Update TPC70 config to support eMMC's boot0 SPL update imx: tpc70: Add board_boot_order() to distinguish between eMMC and SD boot imx: tpc70: cosmetic: Replace magic numbers when setting ENET clock imx: tpc70: led: Enable LED default state imx: tpc70: dts: Add TPC70 board (imx6q based) device tree description imx: dts: Add u-boot specific set of device tree properties for tpc70 imx: tpc70: Convert TPC70 (imx6q) board to use DM/DTS in SPL and u-boot imx: config: Update KP's TPC70 config to support SWUpdate Peng Fan (2): imx: imx8mm_evk: add board_mmc_get_env_dev i2c: imx_lpi2c: add ipg clk Shawn Guo (2): ARM: dts: import meerkat96 board support Add i.MX7D based Meerkat96 board support Shyam Saini (1): configs: icorem6: Enable nandbcb command Sjoerd Simons (3): mx6: mx6sabre common: Use more conventional spelling of fdtfile spl, Makefile: Take external offset into account for fit images imx :hab: Add hab version command Soeren Moch (3): ARM: dts: imx6q-tbs2910: Sync devicetree with kernel 5.3 board: tbs2910: Convert pci to driver model board: tbs2910: Convert eth to driver model Ye Li (2): imx8: Jump from alias to OCRAM address at SPL init imx8qm/qxp: Set SPL TEXT base to OCRAM base Makefile | 1 + arch/arm/Kconfig | 1 + arch/arm/dts/Makefile | 2 + arch/arm/dts/imx6q-kp-u-boot.dtsi | 59 +++++++++++++++++++++++ arch/arm/dts/imx6q-kp.dts | 219 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ arch/arm/dts/imx6q-logicpd-u-boot.dtsi | 12 +++++ arch/arm/dts/imx6q-tbs2910.dts | 3 +- arch/arm/dts/imx7d-meerkat96.dts | 375 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ arch/arm/include/asm/arch-imx8/boot0.h | 21 ++++++++ arch/arm/include/asm/mach-imx/hab.h | 1 + arch/arm/mach-imx/Makefile | 5 +- arch/arm/mach-imx/cpu.c | 53 -------------------- arch/arm/mach-imx/hab.c | 21 ++++++++ arch/arm/mach-imx/mmdc_size.c | 57 ++++++++++++++++++++++ arch/arm/mach-imx/mx6/Kconfig | 10 ++++ arch/arm/mach-imx/mx7/Kconfig | 10 ++++ board/freescale/imx8mm_evk/imx8mm_evk.c | 5 ++ board/freescale/mx7ulp_evk/mx7ulp_evk.c | 2 +- board/k+p/kp_imx6q_tpc/kp_imx6q_tpc.c | 172 ++++------------------------------------------------------------- board/k+p/kp_imx6q_tpc/kp_imx6q_tpc_spl.c | 137 ++++++---------------------------------------------- board/logicpd/imx6/imx6logic.c | 85 -------------------------------- board/novtech/meerkat96/Kconfig | 12 +++++ board/novtech/meerkat96/MAINTAINERS | 6 +++ board/novtech/meerkat96/Makefile | 1 + board/novtech/meerkat96/README | 18 +++++++ board/novtech/meerkat96/imximage.cfg | 127 ++++++++++++++++++++++++++++++++++++++++++++++++ board/novtech/meerkat96/meerkat96.c | 71 +++++++++++++++++++++++++++ board/tbs/tbs2910/tbs2910.c | 92 ----------------------------------- board/toradex/colibri_imx7/colibri_imx7.c | 4 +- configs/imx6q_logic_defconfig | 2 + configs/imx6qdl_icore_mmc_defconfig | 4 ++ configs/imx8qm_mek_defconfig | 1 + configs/imx8qxp_mek_defconfig | 1 + configs/kp_imx6q_tpc_defconfig | 30 +++++++++++- configs/meerkat96_defconfig | 52 ++++++++++++++++++++ configs/pico-imx7d_bl33_defconfig | 1 + configs/tbs2910_defconfig | 7 ++- drivers/i2c/imx_lpi2c.c | 11 +++++ include/configs/apalis_imx6.h | 19 -------- include/configs/colibri-imx6ull.h | 14 ------ include/configs/colibri_imx6.h | 18 ------- include/configs/colibri_imx7.h | 23 --------- include/configs/imx8qm_mek.h | 1 - include/configs/kp_imx6q_tpc.h | 52 +++++++++++--------- include/configs/meerkat96.h | 48 +++++++++++++++++++ include/configs/mx6sabre_common.h | 22 ++++----- include/configs/pico-imx7d.h | 37 +++++--------- include/configs/tbs2910.h | 9 ---- include/imx_lpi2c.h | 1 + 49 files changed, 1270 insertions(+), 665 deletions(-) create mode 100644 arch/arm/dts/imx6q-kp-u-boot.dtsi create mode 100644 arch/arm/dts/imx6q-kp.dts create mode 100644 arch/arm/dts/imx7d-meerkat96.dts create mode 100644 arch/arm/include/asm/arch-imx8/boot0.h create mode 100644 arch/arm/mach-imx/mmdc_size.c create mode 100644 board/novtech/meerkat96/Kconfig create mode 100644 board/novtech/meerkat96/MAINTAINERS create mode 100644 board/novtech/meerkat96/Makefile create mode 100644 board/novtech/meerkat96/README create mode 100644 board/novtech/meerkat96/imximage.cfg create mode 100644 board/novtech/meerkat96/meerkat96.c create mode 100644 configs/meerkat96_defconfig create mode 100644 include/configs/meerkat96.h -- ===================================================================== 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