All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL] Pull request for u-boot master / v2023.01-rc1 = u-boot-stm32-20221018
@ 2022-10-18 11:30 Patrice CHOTARD
  2022-10-18 13:47 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Patrice CHOTARD @ 2022-10-18 11:30 UTC (permalink / raw)
  To: Tom Rini, U-Boot Mailing List
  Cc: Patrick DELAUNAY, Marek Vasut, patrice.chotard

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PULL] Pull request for u-boot master / v2023.01-rc1 = u-boot-stm32-20221018
  2022-10-18 11:30 [PULL] Pull request for u-boot master / v2023.01-rc1 = u-boot-stm32-20221018 Patrice CHOTARD
@ 2022-10-18 13:47 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2022-10-18 13:47 UTC (permalink / raw)
  To: Patrice CHOTARD; +Cc: U-Boot Mailing List, Patrick DELAUNAY, Marek Vasut

[-- Attachment #1: Type: text/plain, Size: 752 bytes --]

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!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-18 13:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-18 11:30 [PULL] Pull request for u-boot master / v2023.01-rc1 = u-boot-stm32-20221018 Patrice CHOTARD
2022-10-18 13:47 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.