All of 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-20250905a
Date: Fri,  5 Sep 2025 10:27:08 -0300	[thread overview]
Message-ID: <20250905132708.184530-1-festevam@gmail.com> (raw)

Hi Tom,

Please pull from u-boot-imx/next, thanks.

The following changes since commit e31947724f69faaa6b0ccd2539052781358b0572:

  Merge patch series "memtest performance improvements" (2025-09-02 14:11:45 -0600)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-next-20250905a

for you to fetch changes up to 28d6f787b0deb3f66118857297a855233eba18d1:

  Add imx8mp-libra-fpsc board (2025-09-05 09:04:59 -0300)

u-boot-imx-next-20250905a
--------------------------

CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/27573

- Several improvements for kontron-sl-mx6ul.
- Add Phytec imx8mp-libra-fpsc board
- Add redundant environment support for imx8m evk boards.
- Several improvements for phycore-imx93.
----------------------------------------------------------------
Annette Kobou (2):
      imx: kontron-sl-mx6ul: Enable fastboot support
      imx: kontron-sl-mx6ul: Autostart fastboot if booted from USB

Benjamin Hahn (1):
      Add imx8mp-libra-fpsc board

Eberhard Stoll (2):
      imx: kontron-sl-mx6ul: Enable CONFIG_ENV_IS_NOWHERE
      imx: kontron-sl-mx6ul: Force default environment for serial loader boot

Fabio Estevam (1):
      imx8m[m,n,p]_evk: Add redundant environment support

Frieder Schrempf (6):
      imx: kontron-sl-mx6ul: Fix include statements for local header
      imx: kontron-sl-mx6ul: Enable standard boot and disable legacy distro boot
      imx: kontron-sl-mx6ul: Set CONFIG_SDP_LOADADDR to fix SDP boot
      imx: kontron-sl-mx6ul: Enable second ethernet interface
      imx: kontron-sl-mx6ul: Enable watchdog and sysreset
      imx: kontron-sl-mx6ul: Switch to OF_UPSTREAM

Ilias Apalodimas (1):
      tools: imx8image: Make imx8image_check_params() static

Oualid Derouiche (1):
      imx: kontron-sl-mx6ul: Enable redundant environment

Primoz Fiser (3):
      arm: dts: imx93-phyboard-segin-u-boot: Clean-up already upstream nodes
      configs: imx93-phycore_defconfig: Disable CONFIG_AHAB_BOOT
      board: phytec: phycore-imx93: Use CONFIG_PHYTEC_EEPROM_BUS

 arch/arm/dts/Makefile                              |    4 +-
 arch/arm/dts/imx6ul-kontron-bl-43.dts              |  103 --
 arch/arm/dts/imx6ul-kontron-bl-common-u-boot.dtsi  |   12 +-
 arch/arm/dts/imx6ul-kontron-bl-common.dtsi         |  406 -----
 arch/arm/dts/imx6ul-kontron-bl.dts                 |   16 -
 arch/arm/dts/imx6ul-kontron-sl-common.dtsi         |  137 --
 arch/arm/dts/imx6ul-kontron-sl.dtsi                |   14 -
 arch/arm/dts/imx6ull-kontron-bl.dts                |   15 -
 arch/arm/dts/imx6ull-kontron-sl.dtsi               |   13 -
 arch/arm/dts/imx8mp-libra-rdk-fpsc-u-boot.dtsi     |  131 ++
 arch/arm/dts/imx93-phyboard-segin-u-boot.dtsi      |  219 +--
 arch/arm/mach-imx/imx8m/Kconfig                    |   10 +
 board/kontron/sl-mx6ul/sl-mx6ul-common.c           |    2 +-
 board/kontron/sl-mx6ul/sl-mx6ul.c                  |   23 +-
 board/kontron/sl-mx6ul/spl.c                       |    3 +-
 board/phytec/imx8mp-libra-fpsc/Kconfig             |   16 +
 board/phytec/imx8mp-libra-fpsc/MAINTAINERS         |    9 +
 board/phytec/imx8mp-libra-fpsc/Makefile            |   10 +
 board/phytec/imx8mp-libra-fpsc/imx8mp-libra-fpsc.c |   89 +
 .../phytec/imx8mp-libra-fpsc/imx8mp-libra-fpsc.env |   19 +
 board/phytec/imx8mp-libra-fpsc/imximage-8mp-sd.cfg |    9 +
 board/phytec/imx8mp-libra-fpsc/lpddr4_timing.c     | 1813 ++++++++++++++++++++
 board/phytec/imx8mp-libra-fpsc/spl.c               |  132 ++
 board/phytec/phycore_imx93/phycore-imx93.c         |    2 +-
 board/phytec/phycore_imx93/spl.c                   |    2 +-
 configs/imx8mn_ddr4_evk_defconfig                  |    6 +-
 configs/imx8mn_evk_defconfig                       |    6 +-
 configs/imx8mp-libra-fpsc_defconfig                |  175 ++
 configs/imx8mp_evk_defconfig                       |    6 +-
 configs/imx8mq_evk_defconfig                       |    6 +-
 configs/imx93-phycore_defconfig                    |    2 +-
 configs/kontron-sl-mx6ul_defconfig                 |   32 +-
 doc/board/phytec/imx8mp-libra-fpsc.rst             |   83 +
 doc/board/phytec/index.rst                         |    1 +
 include/configs/imx8mp-libra-fpsc.h                |   27 +
 include/configs/kontron-sl-mx6ul.h                 |   12 -
 tools/imx8image.c                                  |    2 +-
 37 files changed, 2636 insertions(+), 931 deletions(-)
 delete mode 100644 arch/arm/dts/imx6ul-kontron-bl-43.dts
 delete mode 100644 arch/arm/dts/imx6ul-kontron-bl-common.dtsi
 delete mode 100644 arch/arm/dts/imx6ul-kontron-bl.dts
 delete mode 100644 arch/arm/dts/imx6ul-kontron-sl-common.dtsi
 delete mode 100644 arch/arm/dts/imx6ul-kontron-sl.dtsi
 delete mode 100644 arch/arm/dts/imx6ull-kontron-bl.dts
 delete mode 100644 arch/arm/dts/imx6ull-kontron-sl.dtsi
 create mode 100644 arch/arm/dts/imx8mp-libra-rdk-fpsc-u-boot.dtsi
 create mode 100644 board/phytec/imx8mp-libra-fpsc/Kconfig
 create mode 100644 board/phytec/imx8mp-libra-fpsc/MAINTAINERS
 create mode 100644 board/phytec/imx8mp-libra-fpsc/Makefile
 create mode 100644 board/phytec/imx8mp-libra-fpsc/imx8mp-libra-fpsc.c
 create mode 100644 board/phytec/imx8mp-libra-fpsc/imx8mp-libra-fpsc.env
 create mode 100644 board/phytec/imx8mp-libra-fpsc/imximage-8mp-sd.cfg
 create mode 100644 board/phytec/imx8mp-libra-fpsc/lpddr4_timing.c
 create mode 100644 board/phytec/imx8mp-libra-fpsc/spl.c
 create mode 100644 configs/imx8mp-libra-fpsc_defconfig
 create mode 100644 doc/board/phytec/imx8mp-libra-fpsc.rst
 create mode 100644 include/configs/imx8mp-libra-fpsc.h

             reply	other threads:[~2025-09-05 13:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-05 13:27 Fabio Estevam [this message]
2025-09-05 20:14 ` [GIT PULL] Please pull u-boot-imx-next-20250905a 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=20250905132708.184530-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.