mbox series

[PULL] Pull request for u-boot master / v2024.07 = u-boot-stm32-20240614

Message ID dcc64193-dc12-4deb-9224-48e60cee887c@foss.st.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [PULL] Pull request for u-boot master / v2024.07 = u-boot-stm32-20240614 | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-stm.git tags/u-boot-stm32-20240614

Message

Patrice CHOTARD June 14, 2024, 12:55 p.m. UTC
Hi Tom

Please pull the STM32 related fixes for u-boot/master, v2024.07: u-boot-stm32-20240614

CI status: https://source.denx.de/u-boot/custodians/u-boot-stm/-/pipelines/21116

The following changes since commit ca6a992e09441d6cca73439c63c3735f86b36ea4:

  cmd: sound: fix help text (2024-06-13 09:31:56 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-stm.git tags/u-boot-stm32-20240614

for you to fetch changes up to 55df13d930f4f191f458a6454f4b8e614e19c215:

  ARM: stm32: Fix livetree conversion on STM32MP15xx DHSOM (2024-06-14 13:25:06 +0200)

----------------------------------------------------------------
STM32MP1:
 _ Fix spl compilation warning
 _ Fix optee_get_reserved_memory()
 _ Fix livetree conversion on STM32MP15xx DHSOM

----------------------------------------------------------------
Marek Vasut (1):
      ARM: stm32: Fix livetree conversion on STM32MP15xx DHSOM

Patrice Chotard (2):
      stm32mp1: spl: Fix compilation warnings
      stm32mp1: spl: Update optee_get_reserved_memory() return value

 arch/arm/mach-stm32mp/stm32mp1/spl.c    |  4 ++--
 board/dhelectronics/dh_stm32mp1/board.c | 15 +++++++++++++--

Comments

Tom Rini June 14, 2024, 2:55 p.m. UTC | #1
On Fri, Jun 14, 2024 at 02:55:50PM +0200, Patrice CHOTARD wrote:

> Hi Tom
> 
> Please pull the STM32 related fixes for u-boot/master, v2024.07: u-boot-stm32-20240614
> 
> CI status: https://source.denx.de/u-boot/custodians/u-boot-stm/-/pipelines/21116
> 
> The following changes since commit ca6a992e09441d6cca73439c63c3735f86b36ea4:
> 
>   cmd: sound: fix help text (2024-06-13 09:31:56 -0600)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-stm.git tags/u-boot-stm32-20240614
> 
> for you to fetch changes up to 55df13d930f4f191f458a6454f4b8e614e19c215:
> 
>   ARM: stm32: Fix livetree conversion on STM32MP15xx DHSOM (2024-06-14 13:25:06 +0200)
> 

Applied to u-boot/master, thanks!