[GIT PULL] Please pull u-boot-imx-master-20250116

Hi Tom,
Please pull from u-boot-imx/master, thanks.
The following changes since commit 178f6ecb21fe12ada74a9a1a08093c812b15eea5:
Merge patch series "bootstd: Support recording images" (2025-01-15 19:27:14 -0600)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-master-20250116
for you to fetch changes up to 985268107d4c0389d154126aa74c1d21706a7ce8:
imx: fdt: fix cooling-device property corruption (2025-01-16 10:16:47 -0300)
u-boot-imx-master-20250116 --------------------------
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/24221
- Enable watchdog command on Capricorn board. - Convert imx8m evk boards to BOOTSTD. - Enable dynamic mmcdev setting on imx8m evk boards. - Fix i.MX FDT cooling-device property corruption. - Add OP-TEE support on Phycore i.MX8M boards/ ---------------------------------------------------------------- Alexander Sverdlin (1): configs: capricorn_cxg3: Enable CMD_WDT
Peng Fan (17): imx: imx93_evk: switch to BOOTSTD imx: imx93_qsb: switch to BOOTSTD imx: imx91_evk: switch to BOOTSTD imx: imx8mp_evk: Enable dynamic settings to mmcdev and mmcroot imx: imx8mp_evk: Switch to BOOTSTD imx: imx8mn_evk: Cleanup headers imx: imx8mn_evk: Drop DECLARE_GLOBAL_DATA_PTR imx: imx8mn_evk: Enable dynamic settings to mmcdev and mmcroot imx: imx8mn_evk: Switch to BOOTSTD imx: imx8mm_evk: Enable dynamic settings to mmcdev and mmcroot imx: imx8mm_evk: Switch to BOOTSTD imx: imx8mq_evk: Cleanup headers imx: imx8mq_evk: Drop DECLARE_GLOBAL_DATA_PTR imx: imx8mq_evk: Enable dynamic settings to mmcdev and mmcroot imx: imx8mq_evk: Switch to BOOTSTD imx: imx93-11x11-evk: drop duplicated nodes gpio: adp5585: Update compatible string
Sébastien Szymanski (1): imx: fdt: fix cooling-device property corruption
Yannic Moog (6): arm: imx8m: add OP-TEE node phycore-imx8mp_defconfig: add optee load address imx8mm-phygate-tauri-l_defconfig: add optee load address phycore-imx8mm_defconfig: add optee load address doc: phytec: imx8mp: add OP-TEE documentation doc: phytec: imx8mm: add OP-TEE documentation
arch/arm/dts/imx8mm-u-boot.dtsi | 17 +++- arch/arm/dts/imx8mn-u-boot.dtsi | 17 +++- arch/arm/dts/imx8mp-u-boot.dtsi | 17 +++- arch/arm/dts/imx8mq-u-boot.dtsi | 17 +++- arch/arm/dts/imx93-11x11-evk-u-boot.dtsi | 118 --------------------------- arch/arm/mach-imx/fdt.c | 2 +- arch/arm/mach-imx/imx8m/Kconfig | 19 +++++ arch/arm/mach-imx/imx9/Kconfig | 6 ++ board/freescale/common/Makefile | 2 +- board/freescale/imx8mm_evk/imx8mm_evk.c | 3 + board/freescale/imx8mm_evk/imx8mm_evk.env | 67 +++++++++++++++ board/freescale/imx8mn_evk/imx8mn_evk.c | 12 +-- board/freescale/imx8mn_evk/imx8mn_evk.env | 67 +++++++++++++++ board/freescale/imx8mp_evk/imx8mp_evk.c | 5 ++ board/freescale/imx8mp_evk/imx8mp_evk.env | 57 +++++++++++++ board/freescale/imx8mq_evk/imx8mq_evk.c | 29 ++----- board/freescale/imx8mq_evk/imx8mq_evk.env | 60 ++++++++++++++ board/freescale/imx91_evk/imx91_evk.env | 29 ++++++- board/freescale/imx93_evk/imx93_evk.env | 88 ++++++++++++++++++++ board/freescale/imx93_qsb/imx93_qsb.env | 29 ++++++- board/phytec/phycore_imx8mm/MAINTAINERS | 1 + configs/capricorn_cxg3_defconfig | 1 + configs/imx8mm-phygate-tauri-l_defconfig | 1 + configs/imx8mm_evk_defconfig | 3 +- configs/imx8mm_evk_fspi_defconfig | 4 +- configs/imx8mn_evk_defconfig | 2 +- configs/imx8mp_evk_defconfig | 2 +- configs/imx8mq_evk_defconfig | 3 +- configs/imx91_11x11_evk_defconfig | 3 +- configs/imx91_11x11_evk_inline_ecc_defconfig | 3 +- configs/imx93_11x11_evk_defconfig | 2 +- configs/imx93_9x9_qsb_defconfig | 3 +- configs/imx93_9x9_qsb_inline_ecc_defconfig | 3 +- configs/phycore-imx8mm_defconfig | 1 + configs/phycore-imx8mp_defconfig | 1 + doc/board/phytec/imx8mm-optee-build.rsti | 14 ++++ doc/board/phytec/imx8mm-phygate-tauri-l.rst | 9 +- doc/board/phytec/phycore-imx8mm.rst | 8 +- doc/board/phytec/phycore-imx8mp.rst | 20 ++++- drivers/gpio/adp5585_gpio.c | 2 +- include/configs/imx8mm_evk.h | 22 ----- include/configs/imx8mn_evk.h | 30 ------- include/configs/imx8mp_evk.h | 21 ----- include/configs/imx8mq_evk.h | 22 ----- include/configs/imx93_evk.h | 105 ------------------------ 45 files changed, 573 insertions(+), 374 deletions(-) create mode 100644 board/freescale/imx8mm_evk/imx8mm_evk.env create mode 100644 board/freescale/imx8mn_evk/imx8mn_evk.env create mode 100644 board/freescale/imx8mp_evk/imx8mp_evk.env create mode 100644 board/freescale/imx8mq_evk/imx8mq_evk.env create mode 100644 board/freescale/imx93_evk/imx93_evk.env create mode 100644 doc/board/phytec/imx8mm-optee-build.rsti

On Thu, Jan 16, 2025 at 11:37:06AM -0300, Fabio Estevam wrote:
Hi Tom,
Please pull from u-boot-imx/master, thanks.
The following changes since commit 178f6ecb21fe12ada74a9a1a08093c812b15eea5:
Merge patch series "bootstd: Support recording images" (2025-01-15 19:27:14 -0600)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-master-20250116
for you to fetch changes up to 985268107d4c0389d154126aa74c1d21706a7ce8:
imx: fdt: fix cooling-device property corruption (2025-01-16 10:16:47 -0300)
u-boot-imx-master-20250116
Applied to u-boot/master, thanks!
participants (2)
-
Fabio Estevam
-
Tom Rini