mbox series

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

Message ID 3c1688e3-3500-440e-a398-704337b9dc47@denx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request: please pull u-boot-imx-20231024 | expand

Pull-request

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

Message

Stefano Babic Oct. 24, 2023, 8:20 a.m. UTC
Hi Tom,

please pull from u-boot-imx, thanks !

The following changes since commit e65b5d35c9116485366bb08138043d51220551da:

   Merge branch 'master' of 
https://source.denx.de/u-boot/custodians/u-boot-sh (2023-10-17 09:15:56 
-0400)

are available in the Git repository at:

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

for you to fetch changes up to 2f96064d0cf78e21a668ad907d41d63e56f9f7bb:

   arm64: dts: imx8mp: Describe M24C32-D write-lockable page in DH 
i.MX8MP DHCOM DT (2023-10-18 21:29:59 +0200)

----------------------------------------------------------------
u-boot-imx-20231024
-------------------

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

- Fixes for MC2432 Eeprom
- i.MX93 ADC
- Secondary boot mode on i.MX8M

----------------------------------------------------------------
Fedor Ross (3):
       ARM: imx: Factor out parsing of ROM log
       ARM: imx: Use correct U-Boot offset in case of secondary boot 
from eMMC
       ARM: imx: Add support for detecting primary/secondary bmode on MX8M

Marek Vasut (3):
       spl: mmc: Introduce proper layering for 
spl_mmc_get_uboot_raw_sector()
       eeprom: at24: add ST M24C32-D Additional Write lockable page support
       arm64: dts: imx8mp: Describe M24C32-D write-lockable page in DH 
i.MX8MP DHCOM DT

Sébastien Szymanski (2):
       arm: dts: imx93-11x11-evk: add bootph-some-ram property
       dm: adc: imx93-adc depends on ADC (fix boot)

  arch/arm/dts/imx8mp-dhcom-som-overlay-rev100.dts    |  8 ++++++++
  arch/arm/dts/imx8mp-dhcom-som.dtsi                  | 12 ++++++++++++
  arch/arm/dts/imx93-11x11-evk-u-boot.dtsi            | 20 
++++++++++++++++++++
  arch/arm/mach-imx/Kconfig                           |  2 +-
  arch/arm/mach-imx/cmd_bmode.c                       |  4 ++++
  arch/arm/mach-imx/image-container.c                 |  4 ++--
  arch/arm/mach-imx/imx8m/soc.c                       | 99 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------
  arch/arm/mach-mvebu/spl.c                           |  4 ++--
  arch/arm/mach-sunxi/board.c                         |  4 ++--
  board/advantech/imx8mp_rsb3720a1/imx8mp_rsb3720a1.c |  2 +-
  board/data_modul/imx8mp_edm_sbc/spl.c               |  2 +-
  board/gateworks/venice/spl.c                        |  2 +-
  common/spl/spl_mmc.c                                | 14 +++++++++++++-
  configs/imx93_11x11_evk_defconfig                   |  1 +
  drivers/adc/Kconfig                                 |  1 +
  drivers/misc/i2c_eeprom.c                           |  8 ++++++++
  include/spl.h                                       | 26 
++++++++++++++++++++++++++
  17 files changed, 184 insertions(+), 29 deletions(-)

Best regards,
Stefano

Comments

Tom Rini Oct. 24, 2023, 6:03 p.m. UTC | #1
On Tue, Oct 24, 2023 at 10:20:57AM +0200, Stefano Babic wrote:

> Hi Tom,
> 
> please pull from u-boot-imx, thanks !
> 
> The following changes since commit e65b5d35c9116485366bb08138043d51220551da:
> 
>   Merge branch 'master' of
> https://source.denx.de/u-boot/custodians/u-boot-sh (2023-10-17 09:15:56
> -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
> tags/u-boot-imx-20231024
> 
> for you to fetch changes up to 2f96064d0cf78e21a668ad907d41d63e56f9f7bb:
> 
>   arm64: dts: imx8mp: Describe M24C32-D write-lockable page in DH i.MX8MP
> DHCOM DT (2023-10-18 21:29:59 +0200)
> 

Applied to u-boot/master, thanks!