U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
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-20250127
Date: Thu, 27 Feb 2025 11:15:36 -0300	[thread overview]
Message-ID: <20250227141536.204947-1-festevam@gmail.com> (raw)

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

             reply	other threads:[~2025-02-27 14:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-27 14:15 Fabio Estevam [this message]
2025-02-27 18:10 ` [GIT PULL] Please pull u-boot-imx-next-20250127 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=20250227141536.204947-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