From: Fabio Estevam <festevam@gmail.com>
To: trini@konsulko.com
Cc: u-boot@lists.denx.de
Subject: [GIT PULL] Please pull u-boot-imx-next-20240330
Date: Sat, 30 Mar 2024 16:40:31 -0300 [thread overview]
Message-ID: <20240330194031.2790982-1-festevam@gmail.com> (raw)
Hi Tom,
Please pull this material for next from u-boot-imx, thanks.
The following changes since commit 6e2228fb052b68c84688d5baff06e2ebc787a4a5:
Merge patch series "Clean up arm linker scripts" (2024-03-29 10:39:38 -0400)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-next-20240330
for you to fetch changes up to f21b3e2cd954634d405fb522198d099879f3f1e7:
config: xea: Add limits for SPL and u-boot proper sizes (2024-03-30 15:12:22 -0300)
u-boot-imx-next-20240330
--------------------------
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/20128
- Allow accessing job-rings from non-TrustZone on colibri-imx7.
- Add support for reading XEA hardware revision.
- Convert imx8mq/8mm/8mn/8mp-evk to OF_UPSTREAM.
- Add TMP support on imx8m*-venice-gw72xx.
- Miscellaneous fixes and improvements.
----------------------------------------------------------------
Emanuele Ghidoli (3):
crypto/fsl: allow accessing Job Ring from non-TrustZone
configs: colibri-imx7: set non-secure boot mode as default
configs: colibri-imx7: allow accessing job-rings from non-TrustZone
Fabio Estevam (3):
phycore_pcl063: Drop leading zero from USB vendor number
imx8: Add a default reset_cpu() implementation
imx8mq_evk: Remove FEC and Ethernet PHY board code
Hiago De Franco (1):
board: toradex: colibri-imx8x: Remove board_gpio_init
Lukasz Majewski (4):
arm: spl: xea: Remove I2S pins configuration from early initialization
arm: spl: Add definition for PHY reset GPIO for XEA HW rev. 2
arm: xea: Add support for reading SoM (CPU) board HW revision
config: xea: Add limits for SPL and u-boot proper sizes
Peng Fan (4):
imx: imx8mq_evk: convert to OF_UPSTREAM
imx: imx8mm_evk: convert to OF_UPSTREAM
imx: imx8mn-evk: convert to OF_UPSTREAM
imx: imx8mp_evk: convert to OF_UPSTREAM
Tim Harvey (2):
arm: dts: imx8mm-venice-gw7901: add digital I/O direction control GPIO's
arm: dts: imx8m*-venice-gw72xx: add TPM device
Ye Li (4):
arm: imx9: Fix MMU map table overlap
thermal: imx_tmu: Fix TMU error on iMX8MQ
image-container: Fix incorrect return value
net: fec_mxc: Avoid enable regulator failure
arch/arm/dts/Makefile | 5 -
arch/arm/dts/imx8mm-evk.dts | 128 ----
arch/arm/dts/imx8mm-evk.dtsi | 615 ------------------
arch/arm/dts/imx8mm-venice-gw71xx-0x-u-boot.dtsi | 7 +
arch/arm/dts/imx8mm-venice-gw7901-u-boot.dtsi | 14 +
arch/arm/dts/imx8mn-ddr4-evk.dts | 160 -----
arch/arm/dts/imx8mn-evk.dts | 128 ----
arch/arm/dts/imx8mp-evk.dts | 684 --------------------
arch/arm/dts/imx8mp-venice-gw71xx-2x-u-boot.dtsi | 9 +
arch/arm/dts/imx8mq-evk.dts | 712 ---------------------
arch/arm/mach-imx/image-container.c | 2 +-
arch/arm/mach-imx/imx8/cpu.c | 4 +
arch/arm/mach-imx/imx8m/Kconfig | 5 +
arch/arm/mach-imx/imx9/soc.c | 2 +-
.../imx8qm_dmsse20_a1/imx8qm_dmsse20_a1.c | 11 -
.../imx8qm_rom7720_a1/imx8qm_rom7720_a1.c | 8 -
board/congatec/cgtqmx8/cgtqmx8.c | 7 -
board/freescale/imx8mq_evk/imx8mq_evk.c | 30 -
board/freescale/imx8qm_mek/imx8qm_mek.c | 8 -
board/freescale/imx8qxp_mek/imx8qxp_mek.c | 8 -
board/liebherr/xea/spl_xea.c | 21 +-
board/liebherr/xea/xea.c | 49 ++
board/toradex/apalis-imx8/apalis-imx8.c | 8 -
board/toradex/colibri-imx8x/colibri-imx8x.c | 19 -
configs/colibri_imx7_defconfig | 1 +
configs/colibri_imx7_emmc_defconfig | 2 +-
configs/imx28_xea_defconfig | 4 +
configs/imx28_xea_sb_defconfig | 1 +
configs/imx8mm_evk_defconfig | 2 +-
configs/imx8mm_evk_fspi_defconfig | 2 +-
configs/imx8mn_ddr4_evk_defconfig | 2 +-
configs/imx8mn_evk_defconfig | 2 +-
configs/imx8mp_evk_defconfig | 2 +-
configs/imx8mq_evk_defconfig | 2 +-
configs/phycore_pcl063_defconfig | 2 +-
configs/phycore_pcl063_ull_defconfig | 2 +-
drivers/crypto/fsl/Kconfig | 6 +
drivers/crypto/fsl/jr.c | 19 +
drivers/crypto/fsl/jr.h | 2 +
drivers/net/fec_mxc.c | 2 +-
drivers/thermal/imx_tmu.c | 3 +
41 files changed, 149 insertions(+), 2551 deletions(-)
delete mode 100644 arch/arm/dts/imx8mm-evk.dts
delete mode 100644 arch/arm/dts/imx8mm-evk.dtsi
delete mode 100644 arch/arm/dts/imx8mn-ddr4-evk.dts
delete mode 100644 arch/arm/dts/imx8mn-evk.dts
delete mode 100644 arch/arm/dts/imx8mp-evk.dts
delete mode 100644 arch/arm/dts/imx8mq-evk.dts
next reply other threads:[~2024-03-30 19:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-30 19:40 Fabio Estevam [this message]
2024-03-31 12:59 ` [GIT PULL] Please pull u-boot-imx-next-20240330 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=20240330194031.2790982-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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.