* [GIT PULL] Please pull u-boot-imx-master-20251030
@ 2025-10-31 1:47 Fabio Estevam
2025-10-31 17:51 ` Tom Rini
2025-11-02 19:30 ` Tom Rini
0 siblings, 2 replies; 3+ messages in thread
From: Fabio Estevam @ 2025-10-31 1:47 UTC (permalink / raw)
To: trini; +Cc: u-boot
Hi Tom,
Please pull from u-boot-imx/master, thanks.
The following changes since commit e34d01d23e45e007368685ffa6dfd674b6dd7b17:
Merge tag 'u-boot-ufs-20251029' of https://source.denx.de/u-boot/custodians/u-boot-ufs (2025-10-29 07:41:43 -0600)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-master-20251030
for you to fetch changes up to 087277fc76baa0bdd6275ab365891d9058612e1e:
imx8mp_evk: Fix typo on maintainer's name (2025-10-30 12:40:47 -0300)
u-boot-imx-master-20251030
--------------------------
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/28092
- Fix a i.MX6ULL regression related to the REFTOP_VBGADJ setting.
- Shrink SPL size for the Liebherr BTT board.
- Add suppot for Toradex SMARC iMX95.
- Fix Aquila imx95 0098 Product ID.
----------------------------------------------------------------
Emanuele Ghidoli (1):
arm: imx8: select ARCH_MISC_INIT if FSL_CAAM is enabled
Fabio Estevam (1):
imx8mp_evk: Fix typo on maintainer's name
Francesco Dolcini (1):
board: toradex: fix aquila imx95 0098 pid4
João Paulo Gonçalves (1):
board: toradex: add Toradex SMARC iMX95
Primoz Fiser (1):
thermal: imx_tmu: Always set thermal trips from fuses
Rasmus Villemoes (1):
liebherr: btt: shrink spl_board_init
Ye Li (1):
imx: Revert "imx: mx6ull: fix REFTOP_VBGADJ setting" and fix comments
arch/arm/Kconfig | 1 +
arch/arm/dts/imx95-toradex-smarc-dev-u-boot.dtsi | 110 +++
arch/arm/dts/imx95-toradex-smarc-dev.dts | 277 ++++++
arch/arm/dts/imx95-toradex-smarc.dtsi | 1153 ++++++++++++++++++++++
arch/arm/mach-imx/imx9/Kconfig | 5 +
arch/arm/mach-imx/mx6/soc.c | 20 +-
board/freescale/imx8mp_evk/MAINTAINERS | 2 +-
board/liebherr/btt/btt.c | 60 +-
board/toradex/common/tdx-cfg-block.c | 2 +-
board/toradex/common/tdx-cfg-block.h | 2 +-
board/toradex/smarc-imx95/Kconfig | 36 +
board/toradex/smarc-imx95/MAINTAINERS | 11 +
board/toradex/smarc-imx95/Makefile | 8 +
board/toradex/smarc-imx95/smarc-imx95.c | 31 +
board/toradex/smarc-imx95/smarc-imx95.env | 20 +
board/toradex/smarc-imx95/spl.c | 119 +++
configs/toradex-smarc-imx95_defconfig | 172 ++++
doc/board/toradex/index.rst | 1 +
doc/board/toradex/smarc-imx95.rst | 172 ++++
drivers/thermal/imx_tmu.c | 33 +-
include/configs/toradex-smarc-imx95.h | 24 +
21 files changed, 2184 insertions(+), 75 deletions(-)
create mode 100644 arch/arm/dts/imx95-toradex-smarc-dev-u-boot.dtsi
create mode 100644 arch/arm/dts/imx95-toradex-smarc-dev.dts
create mode 100644 arch/arm/dts/imx95-toradex-smarc.dtsi
create mode 100644 board/toradex/smarc-imx95/Kconfig
create mode 100644 board/toradex/smarc-imx95/MAINTAINERS
create mode 100644 board/toradex/smarc-imx95/Makefile
create mode 100644 board/toradex/smarc-imx95/smarc-imx95.c
create mode 100644 board/toradex/smarc-imx95/smarc-imx95.env
create mode 100644 board/toradex/smarc-imx95/spl.c
create mode 100644 configs/toradex-smarc-imx95_defconfig
create mode 100644 doc/board/toradex/smarc-imx95.rst
create mode 100644 include/configs/toradex-smarc-imx95.h
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL] Please pull u-boot-imx-master-20251030
2025-10-31 1:47 [GIT PULL] Please pull u-boot-imx-master-20251030 Fabio Estevam
@ 2025-10-31 17:51 ` Tom Rini
2025-11-02 19:30 ` Tom Rini
1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2025-10-31 17:51 UTC (permalink / raw)
To: Fabio Estevam; +Cc: u-boot
On Thu, 30 Oct 2025 22:47:42 -0300, Fabio Estevam wrote:
> Please pull from u-boot-imx/master, thanks.
>
> The following changes since commit e34d01d23e45e007368685ffa6dfd674b6dd7b17:
>
> Merge tag 'u-boot-ufs-20251029' of https://source.denx.de/u-boot/custodians/u-boot-ufs (2025-10-29 07:41:43 -0600)
>
> are available in the Git repository at:
>
> [...]
Merged into u-boot/master, thanks!
--
Tom
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL] Please pull u-boot-imx-master-20251030
2025-10-31 1:47 [GIT PULL] Please pull u-boot-imx-master-20251030 Fabio Estevam
2025-10-31 17:51 ` Tom Rini
@ 2025-11-02 19:30 ` Tom Rini
1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2025-11-02 19:30 UTC (permalink / raw)
To: Fabio Estevam; +Cc: u-boot
[-- Attachment #1: Type: text/plain, Size: 722 bytes --]
On Thu, Oct 30, 2025 at 10:47:42PM -0300, Fabio Estevam wrote:
> Hi Tom,
>
> Please pull from u-boot-imx/master, thanks.
>
> The following changes since commit e34d01d23e45e007368685ffa6dfd674b6dd7b17:
>
> Merge tag 'u-boot-ufs-20251029' of https://source.denx.de/u-boot/custodians/u-boot-ufs (2025-10-29 07:41:43 -0600)
>
> are available in the Git repository at:
>
> https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-master-20251030
>
> for you to fetch changes up to 087277fc76baa0bdd6275ab365891d9058612e1e:
>
> imx8mp_evk: Fix typo on maintainer's name (2025-10-30 12:40:47 -0300)
>
> u-boot-imx-master-20251030
Applied to u-boot/master, thanks!
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-11-02 19:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-31 1:47 [GIT PULL] Please pull u-boot-imx-master-20251030 Fabio Estevam
2025-10-31 17:51 ` Tom Rini
2025-11-02 19:30 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox