From: Fabio Estevam <festevam@gmail.com>
To: trini@konsulko.com
Cc: u-boot@lists.denx.de
Subject: [GIT PULL] Please pull u-boot-imx-master-20251030
Date: Thu, 30 Oct 2025 22:47:42 -0300 [thread overview]
Message-ID: <20251031014742.516268-1-festevam@gmail.com> (raw)
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
next reply other threads:[~2025-10-31 1:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-31 1:47 Fabio Estevam [this message]
2025-10-31 17:51 ` [GIT PULL] Please pull u-boot-imx-master-20251030 Tom Rini
2025-11-02 19:30 ` Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251031014742.516268-1-festevam@gmail.com \
--to=festevam@gmail.com \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox