* [GIT PULL] Please pull u-boot-imx-master-20260206
@ 2026-02-07 2:39 Fabio Estevam
2026-02-07 15:36 ` Tom Rini
0 siblings, 1 reply; 2+ messages in thread
From: Fabio Estevam @ 2026-02-07 2:39 UTC (permalink / raw)
To: trini; +Cc: u-boot, niko.mauno, fberder, 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] 2+ messages in thread
* Re: [GIT PULL] Please pull u-boot-imx-master-20260206
2026-02-07 2:39 [GIT PULL] Please pull u-boot-imx-master-20260206 Fabio Estevam
@ 2026-02-07 15:36 ` Tom Rini
0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2026-02-07 15:36 UTC (permalink / raw)
To: Fabio Estevam; +Cc: u-boot, niko.mauno, fberder, peng.fan, hugo
On Fri, 06 Feb 2026 23:39:05 -0300, Fabio Estevam wrote:
> 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:
>
> [...]
Merged into u-boot/master, thanks!
--
Tom
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-02-07 15:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-07 2:39 [GIT PULL] Please pull u-boot-imx-master-20260206 Fabio Estevam
2026-02-07 15:36 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox