Re: [GIT PULL] Please pull u-boot-imx-master-20240420

2024-04-20 Thread Tom Rini
On Sat, Apr 20, 2024 at 03:33:22PM -0300, Fabio Estevam wrote:

> Hi Tom,
> 
> Please pull from u-boot-imx/master, thanks.
> 
> The following changes since commit af04f37a78c7e61597fb9ed6db2c8f8d7f8b0f92:
> 
>   Merge tag 'u-boot-stm32-20240419' of 
> https://source.denx.de/u-boot/custodians/u-boot-stm (2024-04-19 14:25:04 
> -0600)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git 
> tags/u-boot-imx-master-20240420
> 
> for you to fetch changes up to 8b8c699d88171b0d40f072e114f32cce93cb2987:
> 
>   imx8mm_venice_defconfig: Enable PCIe/NVMe support (2024-04-20 00:37:51 
> -0300)
> 
> u-boot-imx-master-20240420

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[GIT PULL] Please pull u-boot-imx-master-20240420

2024-04-20 Thread Fabio Estevam
Hi Tom,

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

The following changes since commit af04f37a78c7e61597fb9ed6db2c8f8d7f8b0f92:

  Merge tag 'u-boot-stm32-20240419' of 
https://source.denx.de/u-boot/custodians/u-boot-stm (2024-04-19 14:25:04 -0600)

are available in the Git repository at:

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

for you to fetch changes up to 8b8c699d88171b0d40f072e114f32cce93cb2987:

  imx8mm_venice_defconfig: Enable PCIe/NVMe support (2024-04-20 00:37:51 -0300)

u-boot-imx-master-20240420
--

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

- Make i.MX93 boot less verbose.
- Remove unneedd environment variables from Toradex i.MX boards.
- Use gpio-hog on verdin-imx8mm/imx8mp.
- Add PCIe support for i.MX8MM.
- Add TPM support for imx8m*-venice.

Fabio Estevam (1):
  imx93: Move SoC and lifeclycle information to debug level

Francesco Dolcini (1):
  board: toradex: imx: Remove not needed env variables

Stefan Eichenberger (1):
  arm: dts: verdin-imx8mm/imx8mp: use gpio-hog for sleep moci

Tim Harvey (6):
  imx8m*-venice: enable TPM support
  board: gateworks: venice: fix dt adjustment for gw73xx baseboard for 
imx8mp
  imx8m*_venice_defconfig: enable ipv6, wget and tftpput
  clk: imx8mm: Add support for PCIe clocks
  pci: dw_imx: add support for IMX8MM
  imx8mm_venice_defconfig: Enable PCIe/NVMe support

 arch/arm/dts/imx8mm-verdin-wifi-dev-u-boot.dtsi |  5 +
 arch/arm/dts/imx8mp-verdin-wifi-dev-u-boot.dtsi |  4 
 board/freescale/imx93_evk/spl.c |  4 ++--
 board/gateworks/venice/venice.c |  7 ---
 board/phytec/phycore_imx93/spl.c|  4 ++--
 board/variscite/imx93_var_som/spl.c |  4 ++--
 configs/imx8mm_venice_defconfig | 21 +++
 configs/imx8mn_venice_defconfig | 15 ++
 configs/imx8mp_venice_defconfig | 15 ++
 drivers/clk/imx/clk-imx8mm.c| 27 +
 drivers/pci/pcie_dw_imx.c   | 18 +++--
 include/configs/apalis-imx8.h   |  2 --
 include/configs/apalis_imx6.h   |  9 +
 include/configs/colibri-imx6ull.h   | 10 +++--
 include/configs/colibri-imx8x.h |  2 --
 include/configs/colibri_imx6.h  |  9 +
 include/configs/colibri_imx7.h  | 11 +++---
 include/configs/verdin-imx8mm.h |  3 ---
 include/configs/verdin-imx8mp.h |  5 -
 19 files changed, 121 insertions(+), 54 deletions(-)