mbox series

[PULL] Pull request for u-boot master / v2023.01-rc1 = u-boot-stm32-20221018

Message ID b449baee-717a-36bd-c089-bf81c958bca8@foss.st.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [PULL] Pull request for u-boot master / v2023.01-rc1 = u-boot-stm32-20221018 | expand

Pull-request

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

Message

Patrice CHOTARD Oct. 18, 2022, 11:30 a.m. UTC
Hi Tom,

Please pull the STM32 related fixes for v2023.01-rc1.

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


The following changes since commit 0e49f5c26caf9972137a474065afd4bdfe5ec062:

  Merge branch '2022-10-12-additional-fixes' (2022-10-12 15:12:42 -0400)

are available in the Git repository at:

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

for you to fetch changes up to c37a6684818d41051c54f814863429536aa972be:

  stm32mp: fix compilation issue with DEBUG_UART (2022-10-18 08:40:59 +0200)

----------------------------------------------------------------
- stm32mp: fix compilation issue with DEBUG_UART
- DT update :
  - Remove buck3 regulator-always-on on AV96
  - Enable btrfs support on DHSOM
  - Drop extra newline from AV96 U-Boot extras DT
  - Add DHCOR based Testbench board
  - Fix and expand PLL configuration comments
  - update SCMI dedicated file

----------------------------------------------------------------
Marek Vasut (5):
      ARM: dts: stm32: Remove buck3 regulator-always-on on AV96
      ARM: stm32: Enable btrfs support on DHSOM
      ARM: dts: stm32: Drop extra newline from AV96 U-Boot extras DT
      ARM: dts: stm32: Add DHCOR based Testbench board
      ARM: dts: stm32: Fix and expand PLL configuration comments

Patrick Delaunay (2):
      ARM: dts: stm32: update SCMI dedicated file
      stm32mp: fix compilation issue with DEBUG_UART

 arch/arm/dts/Makefile                                |   3 ++-
 arch/arm/dts/stm32mp15-scmi.dtsi                     |   4 ----
 arch/arm/dts/stm32mp15xx-dhcom-u-boot.dtsi           |  17 ++++++++++++++++-
 arch/arm/dts/stm32mp15xx-dhcor-avenger96-u-boot.dtsi |   5 ++++-
 arch/arm/dts/stm32mp15xx-dhcor-testbench-u-boot.dtsi | 100 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/dts/stm32mp15xx-dhcor-testbench.dts         | 178 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi           |  17 ++++++++++++++++-
 arch/arm/mach-stm32mp/Kconfig.15x                    |   2 +-
 board/dhelectronics/dh_stm32mp1/board.c              |  41 ++++++++++++++++++++++++++++-------------
 board/dhelectronics/dh_stm32mp1/u-boot-dhcor.its     |  21 ++++++++++++++++++---
 board/engicam/stm32mp1/Makefile                      |   2 ++
 board/engicam/stm32mp1/spl.c                         |  25 -------------------------
 board/st/stm32mp1/Makefile                           |   2 ++
 board/st/stm32mp1/debug_uart.c                       |  29 +++++++++++++++++++++++++++++
 board/st/stm32mp1/spl.c                              |  28 ----------------------------
 configs/stm32mp15_dhcom_basic_defconfig              |   1 +
 configs/stm32mp15_dhcor_basic_defconfig              |   1 +
 17 files changed, 398 insertions(+), 78 deletions(-)
 create mode 100644 arch/arm/dts/stm32mp15xx-dhcor-testbench-u-boot.dtsi
 create mode 100644 arch/arm/dts/stm32mp15xx-dhcor-testbench.dts
 create mode 100644 board/st/stm32mp1/debug_uart.c

Patrice

Comments

Tom Rini Oct. 18, 2022, 1:47 p.m. UTC | #1
On Tue, Oct 18, 2022 at 01:30:47PM +0200, Patrice CHOTARD wrote:

> Hi Tom,
> 
> Please pull the STM32 related fixes for v2023.01-rc1.
> 
> CI status: https://source.denx.de/u-boot/custodians/u-boot-stm/-/pipelines/13840
> 
> 
> The following changes since commit 0e49f5c26caf9972137a474065afd4bdfe5ec062:
> 
>   Merge branch '2022-10-12-additional-fixes' (2022-10-12 15:12:42 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-stm.git tags/u-boot-stm32-20221018
> 
> for you to fetch changes up to c37a6684818d41051c54f814863429536aa972be:
> 
>   stm32mp: fix compilation issue with DEBUG_UART (2022-10-18 08:40:59 +0200)
> 

Applied to u-boot/master, thanks!