mbox series

[PULL] Pull request for u-boot next / v2024.04 = u-boot-stm32-20231215

Message ID 3fc77153-d293-485b-aad3-32757be6ee73@foss.st.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [PULL] Pull request for u-boot next / v2024.04 = u-boot-stm32-20231215 | expand

Pull-request

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

Message

Patrice CHOTARD Dec. 15, 2023, 4:30 p.m. UTC
Hi Tom

Please pull the STM32 related patches for u-boot/next, v2024.04: u-boot-stm32-20231215

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

The following changes since commit fa3f19aa56c519d6345cc774187b7a8fdc053d71:

  Merge tag 'xilinx-for-v2024.04-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next (2023-12-14 13:27:11 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 395507e50d7137e0bcfce74e1b4122e49d9984cb:

  configs: stm32: Apply savedefconfig (2023-12-15 15:41:23 +0100)

----------------------------------------------------------------
_ run savedefconfig on all STM32 defconfig

STM32 MCU:
_ Sync stm32f469-disco DT with Linux 6.5
_ rework ltdc node for stm32f769-disco
_ clk: stm32f: Fix settings for LCD_CLK
_ Support display on stm32f469-disco board

STM32 MPU:
_ stm32mp_dfu : Fix board_get_alt_info_mtd()
_ stm32mp_dfu : Simplify MTD device parsing

----------------------------------------------------------------
Dario Binacchi (9):
      ARM: dts: stm32f769-disco: rework ltdc node
      clk: stm32f: fix setting of division factor for LCD_CLK
      clk: stm32f: fix setting of LCD clock
      ARM: dts: stm32f469-disco: sync with Linux 6.5
      ARM: dts: stm32: make the LTDC clock usable by the clock driver
      ARM: dts: stm32: make the DSI clock usable by the clock driver
      ARM: dts: stm32: support MIPI DSI on stm32f469-disco board
      board: stm32f469-disco: add support to display
      board: stm32f469-disco: add splash screen with stmicroelectronics logo

Patrice Chotard (3):
      board: st: common: Fix board_get_alt_info_mtd()
      board: st: common: simplify MTD device parsing
      configs: stm32: Apply savedefconfig

 arch/arm/dts/stm32f469-disco-u-boot.dtsi |  13 +++++++++++++
 arch/arm/dts/stm32f469-disco.dts         |   4 ++--
 arch/arm/dts/stm32f769-disco-u-boot.dtsi |  23 +++++++++--------------
 arch/arm/dts/stm32f769-disco.dts         |   4 ++++
 board/st/common/stm32mp_dfu.c            |  28 ++++------------------------
 configs/stm32746g-eval_defconfig         |   4 ++--
 configs/stm32f429-discovery_defconfig    |   2 +-
 configs/stm32f429-evaluation_defconfig   |   4 ++--
 configs/stm32f469-discovery_defconfig    |  19 +++++++++++++++++--
 configs/stm32f746-disco_defconfig        |   4 ++--
 configs/stm32f769-disco_defconfig        |   4 ++--
 configs/stm32h743-disco_defconfig        |   4 ++--
 configs/stm32mp13_defconfig              |   2 +-
 drivers/clk/stm32/clk-stm32f.c           |  25 ++++++++++++++-----------
 drivers/video/stm32/stm32_ltdc.c         |  31 +++++++++++++++++++++++++++++++
 include/configs/stm32f469-discovery.h    |   2 ++
 tools/logos/stm32f469-discovery.bmp      | Bin 0 -> 18532 bytes
 17 files changed, 108 insertions(+), 65 deletions(-)
 create mode 100644 tools/logos/stm32f469-discovery.bmp

Comments

Tom Rini Dec. 15, 2023, 8:13 p.m. UTC | #1
On Fri, Dec 15, 2023 at 05:30:42PM +0100, Patrice CHOTARD wrote:

> Hi Tom
> 
> Please pull the STM32 related patches for u-boot/next, v2024.04: u-boot-stm32-20231215
> 
> CI status: https://source.denx.de/u-boot/custodians/u-boot-stm/-/pipelines/18947
> 
> The following changes since commit fa3f19aa56c519d6345cc774187b7a8fdc053d71:
> 
>   Merge tag 'xilinx-for-v2024.04-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next (2023-12-14 13:27:11 -0500)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-stm.git tags/u-boot-stm32-20231215
> 
> for you to fetch changes up to 395507e50d7137e0bcfce74e1b4122e49d9984cb:
> 
>   configs: stm32: Apply savedefconfig (2023-12-15 15:41:23 +0100)
> 

Applied to u-boot/next, thanks!