* [GIT PULL] Please pull u-boot-imx-next-20250127
@ 2025-02-27 14:15 Fabio Estevam
2025-02-27 18:10 ` Tom Rini
0 siblings, 1 reply; 2+ messages in thread
From: Fabio Estevam @ 2025-02-27 14:15 UTC (permalink / raw)
To: trini; +Cc: u-boot
Hi Tom,
Please pull from u-boot-imx/next, thanks.
The following changes since commit 8dd7186ca7821446c6f46b6cccefab502912f2e0:
Merge patch series "Remove "saveenv" functionality from am57xx evms" (2025-02-25 11:11:32 -0600)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-next-20250227
for you to fetch changes up to ce154a45a7e550b780e07b893a87d9e411a5b8b7:
imx6q-lxr: Convert to OF_UPSTREAM (2025-02-27 10:03:29 -0300)
u-boot-imx-next-20250127
------------------------
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/24876
- Convert imx6q-lxr and imxrt1050 to OF_UPSTREAM.
- Fix potential memory leak on ]imx/imx8/imx8m]image.
- Restrict DDR_SI_TEST to only Siemens Capricorn board.
- Fix CONFIG_BOOTCOUNT_ALTBOOTCMD on Data Modul and DH imx8m boards.
----------------------------------------------------------------
Fabio Estevam (1):
imx6q-lxr: Convert to OF_UPSTREAM
Jesse Taube (1):
ARM: dts: imxrt1050: Migrate to OF_UPSTREAM
Liya Huang (1):
siemens: common: Make DDR_SI_TEST depend on TARGET_CAPRICORN
Maks Mishin (3):
tools: imximage: Fix potential memory leak
tools: imx8image: Fix potential memory leak
tools: imx8mimage: Fix potential memory leak
Marek Vasut (4):
ARM: imx: Fix CONFIG_BOOTCOUNT_ALTBOOTCMD update on Data Modul i.MX8M Mini eDM SBC
ARM: imx: Fix CONFIG_BOOTCOUNT_ALTBOOTCMD duplication on Data Modul i.MX8M eDM SBC
ARM: imx: Fix CONFIG_BOOTCOUNT_ALTBOOTCMD duplication on DH i.MX8MP DHCOM
ARM: imx: Introduce DH i.MX6 DHSOM board specific defconfigs
arch/arm/dts/Makefile | 4 +-
arch/arm/dts/imx6q-lxr.dts | 87 ---
arch/arm/dts/imx6q-phytec-pfla02.dtsi | 17 -
arch/arm/dts/imx6qdl-phytec-pfla02.dtsi | 467 -------------
arch/arm/dts/imxrt1050-evk.dts | 72 --
arch/arm/dts/imxrt1050-pinfunc.h | 993 ----------------------------
arch/arm/dts/imxrt1050.dtsi | 160 -----
arch/arm/mach-imx/mx6/Kconfig | 1 +
board/siemens/common/Kconfig | 1 +
configs/dh_imx6.config | 76 +++
configs/dh_imx6_defconfig | 76 +--
configs/imx6_dhcom_drc02_defconfig | 4 +
configs/imx6_dhcom_pdk2_defconfig | 4 +
configs/imx6_dhcom_picoitx_defconfig | 4 +
configs/imx8m_data_modul.config | 1 +
configs/imx8mm_data_modul_edm_sbc_defconfig | 1 -
configs/imx8mp_data_modul_edm_sbc_defconfig | 1 -
configs/imx8mp_dhcom_drc02_defconfig | 1 -
configs/imx8mp_dhcom_pdk2_defconfig | 1 -
configs/imx8mp_dhcom_pdk3_defconfig | 1 -
configs/imx8mp_dhcom_picoitx_defconfig | 1 -
configs/imx8mp_dhsom.config | 1 +
configs/imxrt1050-evk_defconfig | 3 +-
configs/imxrt1050-evk_fspi_defconfig | 3 +-
configs/lxr2_defconfig | 2 +-
tools/imx8image.c | 1 +
tools/imx8mimage.c | 1 +
tools/imximage.c | 1 +
28 files changed, 102 insertions(+), 1883 deletions(-)
delete mode 100644 arch/arm/dts/imx6q-lxr.dts
delete mode 100644 arch/arm/dts/imx6q-phytec-pfla02.dtsi
delete mode 100644 arch/arm/dts/imx6qdl-phytec-pfla02.dtsi
delete mode 100644 arch/arm/dts/imxrt1050-evk.dts
delete mode 100644 arch/arm/dts/imxrt1050-pinfunc.h
delete mode 100644 arch/arm/dts/imxrt1050.dtsi
create mode 100644 configs/dh_imx6.config
create mode 100644 configs/imx6_dhcom_drc02_defconfig
create mode 100644 configs/imx6_dhcom_pdk2_defconfig
create mode 100644 configs/imx6_dhcom_picoitx_defconfig
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] Please pull u-boot-imx-next-20250127
2025-02-27 14:15 [GIT PULL] Please pull u-boot-imx-next-20250127 Fabio Estevam
@ 2025-02-27 18:10 ` Tom Rini
0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2025-02-27 18:10 UTC (permalink / raw)
To: Fabio Estevam; +Cc: u-boot
On Thu, 27 Feb 2025 11:15:36 -0300, Fabio Estevam wrote:
> Please pull from u-boot-imx/next, thanks.
>
> The following changes since commit 8dd7186ca7821446c6f46b6cccefab502912f2e0:
>
> Merge patch series "Remove "saveenv" functionality from am57xx evms" (2025-02-25 11:11:32 -0600)
>
> are available in the Git repository at:
>
> [...]
Merged into u-boot/next, thanks!
--
Tom
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-02-27 18:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-27 14:15 [GIT PULL] Please pull u-boot-imx-next-20250127 Fabio Estevam
2025-02-27 18:10 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox