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

2024-03-18 Thread Tom Rini
On Sun, Mar 17, 2024 at 08:34:20PM -0300, Fabio Estevam wrote:

> Hi Tom,
> 
> Please pull these fixes from u-boot-imx, thanks.
> 
> The following changes since commit 86fd291a7990af84e96808f48eff2219dd4ef496:
> 
>   Merge tag 'efi-2024-04-rc5' of 
> https://source.denx.de/u-boot/custodians/u-boot-efi (2024-03-13 20:39:46 
> -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git 
> tags/u-boot-imx-master-20240317
> 
> for you to fetch changes up to e648c4a3455a4d1880efe121602ed90a0bc9b53f:
> 
>   arm: imx: imx8m: soc: Fix NPU/VPU fdt disable fixup (2024-03-17 18:00:04 
> -0300)
> 
> u-boot-imx-master-20240317

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


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

2024-03-17 Thread Fabio Estevam
Hi Tom,

Please pull these fixes from u-boot-imx, thanks.

The following changes since commit 86fd291a7990af84e96808f48eff2219dd4ef496:

  Merge tag 'efi-2024-04-rc5' of 
https://source.denx.de/u-boot/custodians/u-boot-efi (2024-03-13 20:39:46 -0400)

are available in the Git repository at:

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

for you to fetch changes up to e648c4a3455a4d1880efe121602ed90a0bc9b53f:

  arm: imx: imx8m: soc: Fix NPU/VPU fdt disable fixup (2024-03-17 18:00:04 
-0300)

u-boot-imx-master-20240317
--

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

- Fix build error when SoM detection on Phytec board.
- Fix sc_misc_otp_fuse_read() error check on colibri-imx8x/apalis-imx8.
- Fix NPU/VPU fdt disable fixup on i.MX8M.

Benjamin Hahn (1):
  board: phytec: define get_som_type also when SoM detection is disabled

Fabio Estevam (2):
  colibri-imx8x: Fix sc_misc_otp_fuse_read() error check
  apalis-imx8: Fix sc_misc_otp_fuse_read() error check

Vitor Soares (1):
  arm: imx: imx8m: soc: Fix NPU/VPU fdt disable fixup

 arch/arm/mach-imx/imx8m/soc.c   | 18 ++
 board/phytec/common/phytec_som_detection.c  |  5 +
 board/toradex/apalis-imx8/apalis-imx8.c |  2 +-
 board/toradex/colibri-imx8x/colibri-imx8x.c |  2 +-
 4 files changed, 21 insertions(+), 6 deletions(-)