[GIT PULL] Please pull u-boot-imx-master-20241013

Hi Tom,
Please pull from u-boot-imx/master, thanks.
The following changes since commit 47e544f576699ca4630e20448db6a05178960697:
Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD" (2024-10-11 12:23:25 -0600)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-master-20241013
for you to fetch changes up to 19c0e50a6951b22cfe175986cc54bbbd2e85f30b:
clk: imx8mp: Add i.MX8MP Dummy clk (2024-10-13 09:46:05 -0300)
u-boot-imx-master-20241013 ------------------------
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/22644
- Add fast authentication method for i.MX8M signing. - Migrate imx8mp-debix-model-a to OF_UPSTREAM. - Update MAINTAINERS file globs for i.MX6/i.MX8MP DHSOM. - Improve ELE driver. - Add i.MX8MP Dummy clk to fix regression. ---------------------------------------------------------------- Brian Ruley (2): binman: cosmetic: refactor `nxp_imx8mcst' etype code binman: add fast authentication method for i.MX8M signing
Gilles Talis (1): arm64: imx: imx8mp-debix-model-a: Migrate to OF_UPSTREAM
Marek Vasut (2): ARM: imx: Update MAINTAINERS file globs for i.MX6 DHSOM ARM: imx: Update MAINTAINERS file globs for i.MX8MP DHSOM
Peng Fan (4): misc: ele_mu: Clear RR when initialize MU misc: ele_api: Update ELE read common fuse API imx8: Correct the SCU API return value check clk: imx8mp: Add i.MX8MP Dummy clk
Ye Li (4): misc: ele_mu: Update ELE MU to get TR/RR number from HW misc: ele_api: Add read/write shadow fuse APIs misc: fuse: Fix FSB redundancy fuse word check and clear res misc: fuse: Update fuse driver
arch/arm/dts/Makefile | 1 - arch/arm/dts/imx8mp-debix-model-a-u-boot.dtsi | 16 +- arch/arm/dts/imx8mp-debix-model-a.dts | 507 -------------------------- arch/arm/include/asm/mach-imx/ele_api.h | 4 + arch/arm/mach-imx/imx8/ahab.c | 8 +- arch/arm/mach-imx/imx8/cpu.c | 35 +- arch/arm/mach-imx/imx8m/Kconfig | 1 + board/dhelectronics/dh_imx6/MAINTAINERS | 5 +- board/dhelectronics/dh_imx8mp/MAINTAINERS | 6 +- configs/imx8mp_debix_model_a_defconfig | 2 +- drivers/clk/imx/clk-imx8mp.c | 2 + drivers/misc/imx_ele/ele_api.c | 79 +++- drivers/misc/imx_ele/ele_mu.c | 36 +- drivers/misc/imx_ele/fuse.c | 111 ++++-- tools/binman/etype/nxp_imx8mcst.py | 54 ++- 15 files changed, 267 insertions(+), 600 deletions(-) delete mode 100644 arch/arm/dts/imx8mp-debix-model-a.dts

On Sun, Oct 13, 2024 at 05:19:10PM -0300, Fabio Estevam wrote:
Hi Tom,
Please pull from u-boot-imx/master, thanks.
The following changes since commit 47e544f576699ca4630e20448db6a05178960697:
Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD" (2024-10-11 12:23:25 -0600)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-master-20241013
for you to fetch changes up to 19c0e50a6951b22cfe175986cc54bbbd2e85f30b:
clk: imx8mp: Add i.MX8MP Dummy clk (2024-10-13 09:46:05 -0300)
u-boot-imx-master-20241013
Applied to u-boot/master, thanks!
participants (2)
-
Fabio Estevam
-
Tom Rini