[GIT PULL] Please pull u-boot-imx-next-20240902

Hi Tom,
Please pull from u-boot-imx/next, thanks.
The following changes since commit e83ced1a24095de66e526bd6c10f0f24584baaee:
bootstage: Fix unstash of records from SPL (2024-08-28 10:07:59 -0600)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-next-20240902
for you to fetch changes up to d1349097222b5a3264f614b3e4fe672e0df26435:
ARM: imx: Wrap i.MX config options in MACH_IMX (2024-09-02 13:23:36 -0300)
u-boot-imx-next-20240902 ------------------------
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/22211
- Enable SPI NOR flash support and MTD partitions for phycore_imx8mp. - Convert mx6slevk to OF_UPSTREAM and watchdog DM. - Cleanup some mx5/mx6 USB options. - Make PLL settings configurable at board level. - Set CONFIG_SPL_LOAD_FIT_ADDRESS for verdin-imx8m/p. - Make the mxc-gpio reading state of GPIO pins in output mode to be consistent with the Linux kernel. - Add HUK derivation support for ELE AHAB. ---------------------------------------------------------------- Benjamin Hahn (2): configs: phycore-imx8mp_defconfig: Enable SPI NOR flash support board: phytec: phycore_imx8mp: Add mtd spi partitions
Fabio Estevam (8): mx6slevk: Convert to watchdog driver model mx6slevk: Fix the boot device number mx6slevk: Keep a single defconfig mx6slevk: Convert to OF_UPSTREAM imx: Remove CFG_MXC_USB_FLAGS usb: ehci-mx5: Add a default for CFG_MXC_USB_PORTSC mx5: Remove CFG_MXC_USB_PORT imx: Remove CFG_MXC_USB_PORTSC
Marek Vasut (2): ARM: imx: Make PLL settings configurable at board level ARM: imx: Wrap i.MX config options in MACH_IMX
Mathieu Othacehe (1): imx: ele_ahab: Add HUK derivation support
Rogerio Guerra Borin (1): configs: verdin-imx8m[mp]: set CONFIG_SPL_LOAD_FIT_ADDRESS
Tomas Paukrt (1): gpio: mxc_gpio: fix reading state of GPIO pins in output mode
arch/arm/dts/imx6sl-evk.dts | 658 --------------- arch/arm/dts/imx6sl-pinfunc.h | 1073 ------------------------ arch/arm/dts/imx6sl.dtsi | 1005 ---------------------- arch/arm/include/asm/mach-imx/ele_api.h | 2 + arch/arm/mach-imx/Kconfig | 4 + arch/arm/mach-imx/ele_ahab.c | 31 + arch/arm/mach-imx/imx8m/clock_imx8mm.c | 11 +- arch/arm/mach-imx/mx6/Kconfig | 1 + board/phytec/phycore_imx8mp/phycore-imx8mp.c | 34 + board/phytec/phycore_imx8mp/phycore_imx8mp.env | 4 + configs/mx6slevk_defconfig | 7 +- configs/mx6slevk_spinor_defconfig | 71 -- configs/mx6slevk_spl_defconfig | 88 -- configs/phycore-imx8mp_defconfig | 24 + configs/verdin-imx8mm_defconfig | 1 + configs/verdin-imx8mp_defconfig | 1 + drivers/gpio/mxc_gpio.c | 10 +- drivers/misc/imx_ele/ele_api.c | 77 ++ drivers/usb/host/ehci-mx5.c | 4 + include/configs/apalis_imx6.h | 5 - include/configs/aristainetos2.h | 4 - include/configs/brppt2.h | 3 - include/configs/cl-som-imx7.h | 4 - include/configs/cm_fx6.h | 4 - include/configs/colibri-imx6ull.h | 5 - include/configs/colibri_imx6.h | 5 - include/configs/colibri_imx7.h | 5 - include/configs/dart_6ul.h | 4 - include/configs/dh_imx6.h | 4 - include/configs/display5.h | 1 - include/configs/embestmx6boards.h | 4 - include/configs/ge_b1x5v2.h | 4 - include/configs/gw_ventana.h | 4 - include/configs/imx6_logic.h | 6 - include/configs/imx6dl-mamoj.h | 4 - include/configs/imx6q-bosch-acc.h | 2 - include/configs/imx7-cm.h | 3 - include/configs/imx8mm-cl-iot-gate.h | 3 - include/configs/kontron-sl-mx6ul.h | 5 - include/configs/kontron-sl-mx8mm.h | 5 - include/configs/kp_imx53.h | 1 - include/configs/kp_imx6q_tpc.h | 6 - include/configs/liteboard.h | 6 - include/configs/m53menlo.h | 2 - include/configs/meerkat96.h | 3 - include/configs/mx51evk.h | 1 - include/configs/mx53cx9020.h | 2 - include/configs/mx53loco.h | 2 - include/configs/mx53ppd.h | 2 - include/configs/mx6cuboxi.h | 3 - include/configs/mx6memcal.h | 1 - include/configs/mx6sabreauto.h | 4 - include/configs/mx6sabresd.h | 6 - include/configs/mx6slevk.h | 10 +- include/configs/mx6sllevk.h | 5 - include/configs/mx6sxsabreauto.h | 5 - include/configs/mx6sxsabresd.h | 5 - include/configs/mx6ul_14x14_evk.h | 6 - include/configs/mx7dsabresd.h | 3 - include/configs/mx7ulp_com.h | 1 - include/configs/mys_6ulx.h | 4 - include/configs/nitrogen6x.h | 4 - include/configs/novena.h | 6 - include/configs/npi_imx6ull.h | 4 - include/configs/o4-imx6ull-nano.h | 4 - include/configs/opos6uldev.h | 6 - include/configs/pcl063.h | 4 - include/configs/pcl063_ull.h | 4 - include/configs/pico-imx6.h | 4 - include/configs/pico-imx6ul.h | 4 - include/configs/pico-imx7d.h | 4 - include/configs/somlabs_visionsom_6ull.h | 6 - include/configs/tbs2910.h | 5 - include/configs/tqma6.h | 3 - include/configs/usbarmory.h | 2 - include/configs/verdin-imx8mm.h | 3 - include/configs/vining_2000.h | 2 - include/configs/wandboard.h | 4 - include/configs/warp7.h | 1 - include/configs/xpress.h | 4 - 80 files changed, 208 insertions(+), 3134 deletions(-) delete mode 100644 arch/arm/dts/imx6sl-evk.dts delete mode 100644 arch/arm/dts/imx6sl-pinfunc.h delete mode 100644 arch/arm/dts/imx6sl.dtsi delete mode 100644 configs/mx6slevk_spinor_defconfig delete mode 100644 configs/mx6slevk_spl_defconfig

On Mon, Sep 02, 2024 at 02:41:18PM -0300, Fabio Estevam wrote:
Hi Tom,
Please pull from u-boot-imx/next, thanks.
The following changes since commit e83ced1a24095de66e526bd6c10f0f24584baaee:
bootstage: Fix unstash of records from SPL (2024-08-28 10:07:59 -0600)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-next-20240902
for you to fetch changes up to d1349097222b5a3264f614b3e4fe672e0df26435:
ARM: imx: Wrap i.MX config options in MACH_IMX (2024-09-02 13:23:36 -0300)
u-boot-imx-next-20240902
Applied to u-boot/next, thanks!
participants (2)
-
Fabio Estevam
-
Tom Rini