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-20240324
Date: Sun, 24 Mar 2024 14:53:08 -0300	[thread overview]
Message-ID: <20240324175308.1612688-1-festevam@gmail.com> (raw)

Hi Tom,

Please pull this material for next from u-boot-imx, thanks.

The following changes since commit fb49d6c289d942ff7de309a5c5eaa37a7f4235db:

  remoteproc: uclass: Add methods to load firmware to rproc and boot rproc (2024-03-22 15:50:28 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 9d27e441bb14dd526c60c13d5ff16353ca322eb3:

  board: phytec: phycore_imx8mp.env fix netboot issues (2024-03-24 13:42:10 -0300)

u-boot-imx-next-20240324
--------------------------

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

- Add ahab_commit command support.
- Add USB support for the imx93-phyboard-segin board.
- Add i.MX8MP PCIe support.
- Fix netboot environment on phycore_imx8mp.
----------------------------------------------------------------
Mathieu Othacehe (4):
      imx: ele_ahab: Add ahab_commit command support
      arm: dts: imx93-phyboard-segin: Add USB support
      configs: imx93-phyboard-segin: Add USB support
      configs: imx93-phyboard-segin: Add fastboot support

Sumit Garg (10):
      clk: imx8mp: Add support for PCIe clocks
      reset: imx: Refactor driver to simplify function names
      reset: imx: Add support for i.MX8MP reset controller
      imx8mp: power-domain: Add PCIe support
      imx8mp: power-domain: Expose high performance PLL clock
      phy: phy-imx8m-pcie: Add support for i.MX8M{M/P} PCIe PHY
      pci: Add DW PCIe controller support for iMX8MP SoC
      pcie_imx: Update header to describe it as a legacy driver
      verdin-imx8mp_defconfig: Enable PCIe/NVMe support
      MAINTAINERS: Add entry for PCIe DWC IMX driver

Tim Harvey (1):
      imx8mp_venice_defconfig: Enable PCIe/NVMe support

Yannic Moog (1):
      board: phytec: phycore_imx8mp.env fix netboot issues

 MAINTAINERS                                    |   6 +
 arch/arm/dts/imx93-phyboard-segin-u-boot.dtsi  |  15 ++
 arch/arm/include/asm/mach-imx/ele_api.h        |   2 +
 arch/arm/mach-imx/ele_ahab.c                   |  29 +++
 board/phytec/phycore_imx8mp/phycore_imx8mp.env |   4 +-
 configs/imx8mp_venice_defconfig                |   8 +
 configs/imx93-phyboard-segin_defconfig         |  14 +
 configs/verdin-imx8mp_defconfig                |   6 +
 drivers/clk/imx/clk-imx8mp.c                   |   6 +
 drivers/misc/imx_ele/ele_api.c                 |  32 +++
 drivers/pci/Kconfig                            |  11 +
 drivers/pci/Makefile                           |   1 +
 drivers/pci/pcie_dw_imx.c                      | 338 +++++++++++++++++++++++++
 drivers/pci/pcie_imx.c                         |   8 +
 drivers/phy/Kconfig                            |  11 +
 drivers/phy/Makefile                           |   1 +
 drivers/phy/phy-imx8m-pcie.c                   | 283 +++++++++++++++++++++
 drivers/power/domain/imx8mp-hsiomix.c          | 190 +++++++++++---
 drivers/reset/reset-imx7.c                     | 143 +++++++++--
 19 files changed, 1049 insertions(+), 59 deletions(-)
 create mode 100644 drivers/pci/pcie_dw_imx.c
 create mode 100644 drivers/phy/phy-imx8m-pcie.c

             reply	other threads:[~2024-03-24 17:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-24 17:53 Fabio Estevam [this message]
2024-03-25 13:51 ` [GIT PULL] Please pull u-boot-imx-next-20240324 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=20240324175308.1612688-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