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-master-20241029
Date: Tue, 29 Oct 2024 21:08:41 -0300	[thread overview]
Message-ID: <20241030000841.436660-1-festevam@gmail.com> (raw)

Hi Tom,

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

The following changes since commit dfe9e29f8381213c377bfa1de4d1ba7587c3b1c3:

  Merge https://source.denx.de/u-boot/custodians/u-boot-sh (2024-10-29 10:05:30 -0600)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-master-20241029

for you to fetch changes up to d88bcd6d247a2b5d1683e393d8c9dc0259cd29f0:

  net: dwc_eth_qos: Remove obsolete imx8 includes (2024-10-29 16:25:53 -0300)

u-boot-imx-master-20241029
--------------------------

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

- Implement i.MX93 erratum fix on the dwc_eth_qos driver to fix RMII.
- Add support for Emcraft Systems NavQ+.
- Fix the size of IVT + CSF blob tacked on to u-boot.itb.
----------------------------------------------------------------
Erik Schumacher (3):
      net: dwc_eth_qos: Add support for platform specific reset
      net: dwc_eth_qos_imx: Add platform specific reset for i.MX93
      net: dwc_eth_qos: Remove obsolete imx8 includes

Gilles Talis (1):
      board: emcraft: Add support for Emcraft Systems NavQ+

Marek Vasut (1):
      arm64: imx: Fix 0Xnn to 0xnn

Rasmus Villemoes (1):
      imx: hab: fix size of IVT+CSF blob tacked on to u-boot.itb

 arch/arm/dts/imx8mp-navqp-u-boot.dtsi              |  110 ++
 arch/arm/include/asm/arch-imx8m/imx-regs.h         |    2 +-
 arch/arm/mach-imx/imx8m/Kconfig                    |    8 +
 board/emcraft/imx8mp_navqp/Kconfig                 |   15 +
 board/emcraft/imx8mp_navqp/MAINTAINERS             |    8 +
 board/emcraft/imx8mp_navqp/Makefile                |   13 +
 board/emcraft/imx8mp_navqp/imx8mp_navqp.c          |   10 +
 board/emcraft/imx8mp_navqp/imx8mp_navqp.env        |   18 +
 board/emcraft/imx8mp_navqp/imximage-8mp-lpddr4.cfg |    8 +
 board/emcraft/imx8mp_navqp/lpddr4_timing.c         | 1842 ++++++++++++++++++++
 board/emcraft/imx8mp_navqp/spl.c                   |  132 ++
 configs/imx8mp_navqp_defconfig                     |  104 ++
 doc/board/emcraft/imx8mp-navqp.rst                 |   65 +
 doc/board/emcraft/index.rst                        |    9 +
 doc/board/index.rst                                |    1 +
 drivers/net/dwc_eth_qos.c                          |    7 +-
 drivers/net/dwc_eth_qos.h                          |    1 +
 drivers/net/dwc_eth_qos_imx.c                      |   22 +
 include/configs/imx8mp_navqp.h                     |   37 +
 tools/binman/etype/nxp_imx8mcst.py                 |    2 +
 20 files changed, 2409 insertions(+), 5 deletions(-)
 create mode 100644 arch/arm/dts/imx8mp-navqp-u-boot.dtsi
 create mode 100644 board/emcraft/imx8mp_navqp/Kconfig
 create mode 100644 board/emcraft/imx8mp_navqp/MAINTAINERS
 create mode 100644 board/emcraft/imx8mp_navqp/Makefile
 create mode 100644 board/emcraft/imx8mp_navqp/imx8mp_navqp.c
 create mode 100644 board/emcraft/imx8mp_navqp/imx8mp_navqp.env
 create mode 100644 board/emcraft/imx8mp_navqp/imximage-8mp-lpddr4.cfg
 create mode 100644 board/emcraft/imx8mp_navqp/lpddr4_timing.c
 create mode 100644 board/emcraft/imx8mp_navqp/spl.c
 create mode 100644 configs/imx8mp_navqp_defconfig
 create mode 100644 doc/board/emcraft/imx8mp-navqp.rst
 create mode 100644 doc/board/emcraft/index.rst
 create mode 100644 include/configs/imx8mp_navqp.h

             reply	other threads:[~2024-10-30  0:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-30  0:08 Fabio Estevam [this message]
2024-10-30  3:54 ` [GIT PULL] Please pull u-boot-imx-master-20241029 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=20241030000841.436660-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.