mbox series

Pull request: please pull u-boot-imx-20230905

Message ID d76d7703-2d2d-4479-a15d-0fbedaf9cc6b@denx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request: please pull u-boot-imx-20230905 | expand

Pull-request

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

Message

Stefano Babic Sept. 23, 2023, 6:56 p.m. UTC
Hi Tom,

some fixes for the release, please pull from u-boot-imx, thanks !

The following changes since commit 4cb31a9f3560b293670de95e76c1f3cf2f9e1ca8:

   Merge branch '2023-09-22-assorted-bugfixes' (2023-09-22 18:25:37 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 62a3c66a7c1ee733695b46542c4a9034f3a663a4:

   smegw01: Use CONFIG_SYS_LOAD_ADDR for loading fitImage (2023-09-23 
18:45:34 +0200)

----------------------------------------------------------------
Fixes for 2023.10
-----------------

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

----------------------------------------------------------------
Eduard Strehlau (2):
       imx: hab: Allow hab_auth_img_or_fail to be called without ivt_offset
       smegw01: Use CONFIG_SYS_LOAD_ADDR for loading fitImage

Fabio Estevam (3):
       imx: hab: Improve the hab_auth_img_or_fail usage text
       imx: hab: Explain that ivt_offset is optional
       imx7: Disable CAAM Job Ring 0

Oleksandr Suvorov (1):
       mach-imx: bootaux: fix building with disabled bootelf

  arch/arm/dts/imx7d-colibri-eval-v3-u-boot.dtsi |  2 ++
  arch/arm/dts/imx7d-pico-pi-u-boot.dtsi         |  2 ++
  arch/arm/dts/imx7d-sdb-qspi-u-boot.dtsi        |  2 ++
  arch/arm/dts/imx7d-sdb-u-boot.dtsi             |  2 ++
  arch/arm/dts/imx7d-smegw01-u-boot.dtsi         |  3 +++
  arch/arm/dts/imx7s-u-boot.dtsi                 |  7 +++++++
  arch/arm/mach-imx/Kconfig                      |  1 +
  arch/arm/mach-imx/hab.c                        |  8 ++++----
  board/storopack/smegw01/smegw01.env            | 14 +++++++-------
  configs/smegw01_defconfig                      |  3 +++
  10 files changed, 33 insertions(+), 11 deletions(-)
  create mode 100644 arch/arm/dts/imx7d-smegw01-u-boot.dtsi
  create mode 100644 arch/arm/dts/imx7s-u-boot.dtsi

Best regards,
Stefano

Comments

Tom Rini Sept. 25, 2023, 2:02 p.m. UTC | #1
On Sat, Sep 23, 2023 at 08:56:14PM +0200, Stefano Babic wrote:

> Hi Tom,
> 
> some fixes for the release, please pull from u-boot-imx, thanks !
> 
> The following changes since commit 4cb31a9f3560b293670de95e76c1f3cf2f9e1ca8:
> 
>   Merge branch '2023-09-22-assorted-bugfixes' (2023-09-22 18:25:37 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
> tags/u-boot-imx-20230923
> 
> for you to fetch changes up to 62a3c66a7c1ee733695b46542c4a9034f3a663a4:
> 
>   smegw01: Use CONFIG_SYS_LOAD_ADDR for loading fitImage (2023-09-23
> 18:45:34 +0200)
> 

Applied to u-boot/master, thanks!