* [GIT PULL] Please pull u-boot-imx-master-20251104
@ 2025-11-04 18:00 Fabio Estevam
2025-11-04 21:55 ` Tom Rini
0 siblings, 1 reply; 3+ messages in thread
From: Fabio Estevam @ 2025-11-04 18:00 UTC (permalink / raw)
To: trini; +Cc: u-boot
Hi Tom,
Please pull from u-boot-imx/master, thanks.
The following changes since commit c9fdb9ac4d5234953ffaaef0cfc9d4ccb03f0ce5:
Merge patch series "Allow falcon boot from A-core SPL on K3 devices" (2025-11-03 13:18:26 -0600)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-master-20251104
for you to fetch changes up to 2b7892255bd617dfc523cfe8455dbf386a3dfaf5:
imx95_evk: Add basic support for iMX95 15x15 EVK (2025-11-04 12:46:28 -0300)
u-boot-imx-master-20251104
--------------------------
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/28144
- Extend USB support for the i.MX9 family.
- Update memory controller for imx6ulz_smm_m2.
- Add remoteproc support for several i.MX boards.
- Add support for iMX95 15x15 EVK.
----------------------------------------------------------------
Alice Guo (7):
usb: ehci-mx6: Extend support to i.MX91, i.MX93, i.MX94, and i.MX95
arm: arch-imx9: Add USB2.0 and USB3.0 base address definitions
imx943_evk: Enable USB 2.0 controller host mode
phy: imx8mq-usb: Add SPL support for i.MX8MQ, i.MX8MP, i.MX95, and i.MX94 USB3.0 PHY
imx943_evk: Add support for booting from USB SDP on USB3.0
imx943_evk: Enable ENETC1 and ENETC2
arm64: imx8ulp: Split SRAM0 mapping to isolate the SCMI shared memory as non-cacheable
Andrea Calabrese (2):
bsh: update readme with instructions to build M2B
bsh: imx6ulz_smm_m2: Update imx6ulz BSH SMM M2B board
Francesco Dolcini (1):
configs: toradex-smarc-imx95: enable USB Gadget OS Descriptors for fastboot
Frank Li (1):
Add serial# for SPL SDP download
Frieder Schrempf (6):
imx: kontron-sl-mx8mm: Adjust offset for U-Boot proper in case of eMMC fastboot
imx: kontron-sl-mx8mm: Implement spl_board_loader_name()
imx: kontron-sl-mx6ul: Enable CONFIG_BOARD_LATE_INIT to fix auto fastboot
imx: kontron: Add common function to get HW UIDs from OTPs
imx: kontron-sl-mx6ul: Add support for reading HW UIDs
imx: kontron-sl-mx8mm: Add support for reading HW UIDs
Marek Vasut (3):
imx9: scmi: Drop parenthesis around enable
ARM: imx: Enable DFU SF on all i.MX6 DHSOM and include dfu_alt_info in env
arm64: dts: imx8mp: Add missing LED enumerators for DH electronics i.MX8M Plus DHCOM on PDK2
Peng Fan (12):
remoteproc: Extend device_to_virt with a is_iomem parameter
remoteproc: Add imx_rproc driver to support NXP i.MX8MP/N
remoteproc: imx_rproc: Support i.MX8MQ/M
remoteproc: imx_rproc: Add support for i.MX93 CM33
arm: dts: imx8m: Add remoteproc node
imx8mp: Enable remoteproc for i.MX8MP EVK
imx8mm: Enable remoteproc for i.MX8MM EVK
imx8mn: Enable remoteproc for i.MX8MN EVK
imx8mq: Enable remoteproc for i.MX8MQ EVK
imx93: Enable remoteproc for i.MX93-EVK/QSB/FRDM
doc: board: nxp: Add remoteproc guide
doc: cmd: Document remoteproc usage
Ye Li (6):
usb: f_sdp: Update SDP driver to support PQC container
net: fsl_enetc: Add i.MX94 support to NETC block control driver
net: fsl_enetc_mdio: Add support for phy-supply property
imx95_evk: Share the env file for both 19x19 EVK and 15x15 EVK
arm: dts: imx95-15x15-evk: Add -u-boot.dtsi for SPL and binman
imx95_evk: Add basic support for iMX95 15x15 EVK
MAINTAINERS | 2 +
arch/arm/dts/imx8mm-u-boot.dtsi | 4 +
arch/arm/dts/imx8mn-u-boot.dtsi | 4 +
arch/arm/dts/imx8mp-dhcom-pdk2-u-boot.dtsi | 20 ++
arch/arm/dts/imx8mp-u-boot.dtsi | 4 +
arch/arm/dts/imx8mq-u-boot.dtsi | 4 +
arch/arm/dts/imx943-evk-u-boot.dtsi | 182 ++++++++++
arch/arm/dts/imx943-u-boot.dtsi | 234 +++++++++++++
arch/arm/dts/imx95-15x15-evk-u-boot.dtsi | 85 +++++
arch/arm/include/asm/arch-imx9/imx-regs.h | 5 +
arch/arm/mach-imx/imx8m/Kconfig | 20 ++
arch/arm/mach-imx/imx8ulp/soc.c | 17 +-
arch/arm/mach-imx/imx9/Kconfig | 19 ++
arch/arm/mach-imx/imx9/scmi/clock_scmi.c | 2 +-
arch/arm/mach-imx/spl.c | 12 +
board/bsh/imx6ulz_smm_m2/Makefile | 2 +-
board/bsh/imx6ulz_smm_m2/README | 67 ----
board/bsh/imx6ulz_smm_m2/ddr3l_timing_512m_m2b.c | 127 +++++++
board/bsh/imx6ulz_smm_m2/spl.c | 2 -
board/freescale/imx95_evk/Kconfig | 2 +-
board/freescale/imx95_evk/MAINTAINERS | 1 +
.../{imx95_19x19_evk.env => imx95_evk.env} | 0
board/kontron/common/Kconfig | 14 +
board/kontron/common/Makefile | 1 +
board/kontron/common/hw-uid.c | 75 +++++
board/kontron/common/hw-uid.h | 26 ++
board/kontron/sl-mx6ul/Kconfig | 2 +
board/kontron/sl-mx6ul/sl-mx6ul.c | 32 ++
board/kontron/sl-mx8mm/Kconfig | 2 +
board/kontron/sl-mx8mm/sl-mx8mm.c | 32 ++
board/kontron/sl-mx8mm/spl.c | 47 +++
configs/dh_imx6.config | 1 +
configs/imx943_evk_defconfig | 30 ++
configs/imx95_15x15_evk_defconfig | 148 +++++++++
configs/imx95_evk.config | 2 +-
configs/kontron-sl-mx6ul_defconfig | 2 +
configs/kontron-sl-mx8mm_defconfig | 1 +
configs/toradex-smarc-imx95_defconfig | 1 +
doc/board/bsh/imx6ulz_bsh_smm_m2.rst | 85 +++++
doc/board/bsh/index.rst | 1 +
doc/board/nxp/imx95_evk.rst | 24 +-
doc/board/nxp/index.rst | 1 +
doc/board/nxp/rproc.rst | 69 ++++
doc/usage/cmd/rproc.rst | 78 +++++
drivers/net/Kconfig | 5 +-
drivers/net/fsl_enetc_mdio.c | 25 ++
drivers/net/fsl_enetc_netc_blk_ctrl.c | 329 +++++++++++++++++-
drivers/phy/Kconfig | 14 +-
drivers/phy/Makefile | 2 +-
drivers/remoteproc/Kconfig | 7 +
drivers/remoteproc/Makefile | 1 +
drivers/remoteproc/imx_rproc.c | 370 +++++++++++++++++++++
drivers/remoteproc/imx_rproc.h | 56 ++++
drivers/remoteproc/renesas_apmu.c | 3 +-
drivers/remoteproc/rproc-elf-loader.c | 95 ++++--
drivers/remoteproc/sandbox_testproc.c | 3 +-
drivers/remoteproc/stm32_copro.c | 3 +-
drivers/remoteproc/ti_k3_dsp_rproc.c | 2 +-
drivers/remoteproc/ti_k3_m4_rproc.c | 2 +-
drivers/remoteproc/ti_k3_r5f_rproc.c | 2 +-
drivers/usb/gadget/f_sdp.c | 2 +-
drivers/usb/host/Kconfig | 6 +-
include/configs/dh_imx6.h | 1 +
include/configs/imx95_evk.h | 8 +-
include/remoteproc.h | 3 +-
65 files changed, 2292 insertions(+), 136 deletions(-)
create mode 100644 arch/arm/dts/imx95-15x15-evk-u-boot.dtsi
delete mode 100644 board/bsh/imx6ulz_smm_m2/README
create mode 100644 board/bsh/imx6ulz_smm_m2/ddr3l_timing_512m_m2b.c
rename board/freescale/imx95_evk/{imx95_19x19_evk.env => imx95_evk.env} (100%)
create mode 100644 board/kontron/common/Kconfig
create mode 100644 board/kontron/common/Makefile
create mode 100644 board/kontron/common/hw-uid.c
create mode 100644 board/kontron/common/hw-uid.h
create mode 100644 configs/imx95_15x15_evk_defconfig
create mode 100644 doc/board/bsh/imx6ulz_bsh_smm_m2.rst
create mode 100644 doc/board/nxp/rproc.rst
create mode 100644 doc/usage/cmd/rproc.rst
create mode 100644 drivers/remoteproc/imx_rproc.c
create mode 100644 drivers/remoteproc/imx_rproc.h
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL] Please pull u-boot-imx-master-20251104
2025-11-04 18:00 Fabio Estevam
@ 2025-11-04 21:55 ` Tom Rini
0 siblings, 0 replies; 3+ messages in thread
From: Tom Rini @ 2025-11-04 21:55 UTC (permalink / raw)
To: Fabio Estevam; +Cc: u-boot
On Tue, 04 Nov 2025 15:00:44 -0300, Fabio Estevam wrote:
> Please pull from u-boot-imx/master, thanks.
>
> The following changes since commit c9fdb9ac4d5234953ffaaef0cfc9d4ccb03f0ce5:
>
> Merge patch series "Allow falcon boot from A-core SPL on K3 devices" (2025-11-03 13:18:26 -0600)
>
> are available in the Git repository at:
>
> [...]
Merged into u-boot/master, thanks!
--
Tom
^ permalink raw reply [flat|nested] 3+ messages in thread
* [GIT PULL] Please pull u-boot-imx-master-20251104
@ 2026-02-07 2:35 Fabio Estevam
0 siblings, 0 replies; 3+ messages in thread
From: Fabio Estevam @ 2026-02-07 2:35 UTC (permalink / raw)
To: trini; +Cc: u-boot, niko.mauno, peng.fan, hugo
Hi Tom,
Please pull from u-boot-imx/master, thanks.
The following changes since commit e5e75ea8c7b8e6d9ce1ca8ec7a25fa8b3f6029a9:
Merge tag 'efi-2026-04-rc2' of https://source.denx.de/u-boot/custodians/u-boot-efi (2026-02-06 12:35:44 -0600)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-master-20260206
for you to fetch changes up to 470ea759aa60890271fba0b8d0bcc7bb29e0b459:
mach-imx: ele_ahab: Mitigate imx93_qsb build error (2026-02-06 20:35:56 -0300)
u-boot-imx-master-20260206
--------------------------
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/29216
- Convert imx8mn_var_som to OF_UPSTREAM and several cleanups.
- Fix ele_ahab buid error on imx93_qsb.
- Add i.MX95 EVK remoteproc support.
- Several i.MX8/9 EVK cleanups.
----------------------------------------------------------------
Francois Berder (1):
board: ge: common: vpd: Fix read_i2c_vpd return value
Hugo Villeneuve (6):
arm: dts: imx8mn-var-som: Move SOM-specific nodes to SOM u-boot.dtsi
arm: dts: imx8mn-var-som: add som-eeprom alias to SOM u-boot dtsi
arm: dts: imx8mn-var-som-symphony: migrate to OF_UPSTREAM
board: imx8mn_var_som: let clock system enable UART clock
board: imx8mn-var-som: remove unneeded header files
board: imx8mn-var-som: compile SPL-only stuff only in SPL build
Niko Mauno (1):
mach-imx: ele_ahab: Mitigate imx93_qsb build error
Peng Fan (19):
imx8mm_evk: Drop DECLARE_GLOBAL_DATA_PTR
imx8mp_evk: spl: Drop i2c_pad_info1
imx8mp_evk: spl: Drop DECLARE_GLOBAL_DATA_PTR
imx8mp_evk: Cleanup headers
imx8mn_evk: spl: Drop DECLARE_GLOBAL_DATA_PTR
imx8mn_evk: Cleanup headers
imx8ulp_evk: Drop DECLARE_GLOBAL_DATA_PTR
imx8ulp_evk: Drop board_phy_config
imx8ulp_evk: Cleanup headers
imx8mq_evk: spl: Drop DECLARE_GLOBAL_DATA_PTR
imx93_frdm: Drop DECLARE_GLOBAL_DATA_PTR
imx93_frdm: Update IMX_BOOT_IMAGE_GUID
remoteproc: imx: Support ECC initialization
remoteproc: imx: Add i.MX95 support
arm: dts: imx95: Add cm7 node
imx95_evk: Enable remoteproc for i.MX95 EVK
nxp: imx95_evk: Drop init_uart_clk
nxp: imx94_evk: Drop init_uart_clk
toradex: smarc-imx95: Drop init_uart_clk
Primoz Fiser (1):
net: fec_mxc: Add support for i.MX91
arch/arm/dts/Makefile | 1 -
arch/arm/dts/imx8mn-var-som-symphony-u-boot.dtsi | 63 +--
arch/arm/dts/imx8mn-var-som-symphony.dts | 236 ----------
arch/arm/dts/imx8mn-var-som-u-boot.dtsi | 70 +++
arch/arm/dts/imx8mn-var-som.dtsi | 564 -----------------------
arch/arm/dts/imx95-u-boot.dtsi | 4 +
arch/arm/mach-imx/ele_ahab.c | 1 +
arch/arm/mach-imx/imx8m/Kconfig | 1 +
board/ge/common/vpd_reader.c | 4 +-
board/nxp/imx8mm_evk/imx8mm_evk.c | 3 -
board/nxp/imx8mn_evk/imx8mn_evk.c | 4 +-
board/nxp/imx8mn_evk/spl.c | 22 +-
board/nxp/imx8mp_evk/imx8mp_evk.c | 2 +-
board/nxp/imx8mp_evk/spl.c | 30 +-
board/nxp/imx8mq_evk/spl.c | 3 -
board/nxp/imx8ulp_evk/imx8ulp_evk.c | 17 +-
board/nxp/imx8ulp_evk/spl.c | 12 +-
board/nxp/imx93_frdm/imx93_frdm.c | 7 +-
board/nxp/imx94_evk/imx94_evk.c | 6 -
board/nxp/imx94_evk/spl.c | 2 -
board/nxp/imx95_evk/imx95_evk.c | 8 -
board/nxp/imx95_evk/spl.c | 2 -
board/toradex/smarc-imx95/smarc-imx95.c | 8 -
board/toradex/smarc-imx95/spl.c | 2 -
board/variscite/imx8mn_var_som/Makefile | 4 +-
board/variscite/imx8mn_var_som/imx8mn_var_som.c | 4 -
board/variscite/imx8mn_var_som/spl.c | 12 -
configs/imx8mn_var_som_defconfig | 2 +-
configs/imx943_evk_defconfig | 1 -
configs/imx95_15x15_evk_defconfig | 5 +-
configs/imx95_evk.config | 5 +-
configs/toradex-smarc-imx95_defconfig | 1 -
doc/board/nxp/rproc.rst | 13 +
drivers/net/Kconfig | 2 +-
drivers/net/fec_mxc.c | 4 +-
drivers/remoteproc/imx_rproc.c | 189 +++++++-
drivers/remoteproc/imx_rproc.h | 3 +
37 files changed, 308 insertions(+), 1009 deletions(-)
delete mode 100644 arch/arm/dts/imx8mn-var-som-symphony.dts
create mode 100644 arch/arm/dts/imx8mn-var-som-u-boot.dtsi
delete mode 100644 arch/arm/dts/imx8mn-var-som.dtsi
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-02-07 4:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-07 2:35 [GIT PULL] Please pull u-boot-imx-master-20251104 Fabio Estevam
-- strict thread matches above, loose matches on Subject: below --
2025-11-04 18:00 Fabio Estevam
2025-11-04 21:55 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox