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-20241109
Date: Sat, 9 Nov 2024 14:08:26 -0300 [thread overview]
Message-ID: <20241109170826.1995522-1-festevam@gmail.com> (raw)
Hi Tom,
Please pull from u-boot-imx/master, thanks.
The following changes since commit a7a96a37cbd875994bc8d25adb0536bf00e4a30e:
Merge https://source.denx.de/u-boot/custodians/u-boot-riscv (2024-11-06 10:44:33 -0600)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-master-20241105
for you to fetch changes up to 28958998f6301bc4a247a9057a623f997ee78c11:
arm: mach-imx: imx8m: re-use SNVS init routine (2024-11-09 08:55:04 -0300)
u-boot-imx-master-20241105
--------------------------
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/23262
- Improve imx9 boot medium autodection.
- Add possibility to skip DCD on i.MX8.
- Switch to using upstream DT on DH i.MX6 DHCOM.
- Add support for i.MX6DL DHCOM SoM on PDK2 carrier board.
- Handle FIELD_RETURN on i.MX HAB.
----------------------------------------------------------------
Benjamin Szőke (1):
imx9: Improve boot mode autodetection
Heiko Schocher (1):
tools: imx8image: add possibility to skip dcd
Ian Ray (2):
arm: mach-imx: move snvs module
arm: mach-imx: imx8m: re-use SNVS init routine
Marek Vasut (2):
ARM: dts: imx6dl: Add support for i.MX6DL DHCOM SoM on PDK2 carrier board
ARM: dts: imx: Switch to using upstream DT on DH i.MX6 DHCOM
Paul Geurts (2):
imx: hab: rename imx_sec_config_fuse_t to imx_fuse
imx: hab: Make imx_hab_is_enabled dependent on FIELD_RETURN
arch/arm/dts/Makefile | 6 +----
arch/arm/dts/imx6dl-dhcom-pdk2.dts | 15 -----------
arch/arm/dts/imx6dl-dhcom-picoitx.dts | 20 ---------------
arch/arm/dts/imx6q-dhcom-pdk2.dts | 25 ------------------
arch/arm/dts/imx6s-dhcom-drc02.dts | 30 ----------------------
arch/arm/include/asm/mach-imx/hab.h | 5 ++--
arch/arm/mach-imx/Makefile | 2 ++
arch/arm/mach-imx/hab.c | 30 ++++++++++++++++++----
arch/arm/mach-imx/imx8m/soc.c | 11 +++++++-
arch/arm/mach-imx/imx9/soc.c | 12 ++++++---
arch/arm/mach-imx/mx6/soc.c | 7 ++++-
arch/arm/mach-imx/mx7/Makefile | 2 +-
arch/arm/mach-imx/mx7/soc.c | 7 ++++-
arch/arm/mach-imx/mx7ulp/soc.c | 7 ++++-
arch/arm/mach-imx/{mx7 => }/snvs.c | 0
arch/arm/mach-imx/snvs.h | 6 +++++
board/freescale/imx93_evk/imx93_evk.c | 2 +-
configs/dh_imx6_defconfig | 5 ++--
dts/upstream/src/arm/nxp/imx/imx6dl-dhcom-pdk2.dts | 20 +++++++++++++++
include/configs/imx93_evk.h | 8 +++++-
include/imx8image.h | 1 +
tools/imx8image.c | 7 ++++-
22 files changed, 113 insertions(+), 115 deletions(-)
delete mode 100644 arch/arm/dts/imx6dl-dhcom-pdk2.dts
delete mode 100644 arch/arm/dts/imx6dl-dhcom-picoitx.dts
delete mode 100644 arch/arm/dts/imx6q-dhcom-pdk2.dts
delete mode 100644 arch/arm/dts/imx6s-dhcom-drc02.dts
rename arch/arm/mach-imx/{mx7 => }/snvs.c (100%)
create mode 100644 arch/arm/mach-imx/snvs.h
create mode 100644 dts/upstream/src/arm/nxp/imx/imx6dl-dhcom-pdk2.dts
next reply other threads:[~2024-11-09 17:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-09 17:08 Fabio Estevam [this message]
2024-11-09 21:23 ` [GIT PULL] Please pull u-boot-imx-master-20241109 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=20241109170826.1995522-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