* [PULL] Pull request for u-boot next / v2021.10 = u-boot-stm32-20210618
@ 2021-06-18 12:10 Patrice CHOTARD
2021-06-18 20:12 ` Tom Rini
0 siblings, 1 reply; 2+ messages in thread
From: Patrice CHOTARD @ 2021-06-18 12:10 UTC (permalink / raw)
To: Tom Rini, u-boot@lists.denx.de
Cc: Patrice CHOTARD - foss, Patrick Delaunay, Daniil Stas,
Grzegorz Szymaszek
Hi Tom,
Please pull the STM32 related patches for u-boot/next, v2021.10: u-boot-stm32-20210618
CI status: https://source.denx.de/u-boot/custodians/u-boot-stm/-/pipelines/7886
Thanks
Patrice
The following changes since commit a94b2aad05d52cbd49012ccd900bcbcf29f9bc22:
Merge tag 'u-boot-atmel-2021.10-a' of https://source.denx.de/u-boot/custodians/u-boot-atmel into next (2021-06-17 11:46:44 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-stm.git tags/u-boot-stm32-20210618
for you to fetch changes up to c262522fd4ed453c079b09eb738ec4cbe4812478:
clk: cosmetic change in uclass (2021-06-18 10:09:41 +0200)
----------------------------------------------------------------
- stm32mp157c-odyssey-som DT fixes
- stm32_qspi: Fix short data write operation
- dfu: set max_buf_size to erasesize also for NOR devices
- Fixes ethernet clock property name for STM32MP1 board
- STM32CubeProgrammer: various fixes
- clk: cosmetic update for clk-uclass
----------------------------------------------------------------
Daniil Stas (1):
spi: stm32_qspi: Fix short data write operation
Grzegorz Szymaszek (5):
arm: dts: stm32mp157c-odyssey-som: fix the basic SDMMC2 properties
arm: dts: stm32mp157c-odyssey-som: enable all SDMMC2 data lanes
arm: dts: stm32mp157c-odyssey-som: set the SDMMC2 VQMMC supply
arm: dts: stm32mp157c-odyssey-som: enable the SDMMC2 eMMC HS DDR mode
arm: dts: stm32mp157c-odyssey-som: enable SDMMC2 in SPL
Patrick Delaunay (13):
dfu: dfu_mtd: set max_buf_size to erasesize also for NOR devices
board: stm32mp1: correct the property name for eth
stm32mp: stm32prog: remove all the header check for UART download
stm32mp: stm32prog: add timeout in stm32prog_serial_get_buffer
stm32mp: stm32prog: add support of initrd in flashlayout
stm32mp: stm32prog: solve compilation with CONFIG_FIT_SIGNATURE
stm32mp: stm32prog: handle the next phase after USB re-enumeration
stm32mp: stm32prog: correctly handle DM_PMIC
stm32mp: stm32prog: use get_cpu_dev for GetID command
stm32mp: stm32prog: change one message level to debug
dfu: add error callback
stm32mp: stm32prog: handle dfu error
clk: cosmetic change in uclass
arch/arm/dts/stm32mp157c-odyssey-som-u-boot.dtsi | 21 +++
arch/arm/dts/stm32mp157c-odyssey-som.dtsi | 15 +-
.../arm/mach-stm32mp/cmd_stm32prog/cmd_stm32prog.c | 26 +++-
arch/arm/mach-stm32mp/cmd_stm32prog/stm32prog.c | 43 +++--
arch/arm/mach-stm32mp/cmd_stm32prog/stm32prog.h | 7 +-
.../mach-stm32mp/cmd_stm32prog/stm32prog_serial.c | 173 ++++-----------------
.../arm/mach-stm32mp/cmd_stm32prog/stm32prog_usb.c | 7 +-
board/dhelectronics/dh_stm32mp1/board.c | 4 +-
board/st/stm32mp1/stm32mp1.c | 4 +-
drivers/clk/clk-uclass.c | 2 +-
drivers/dfu/dfu.c | 12 ++
drivers/dfu/dfu_mtd.c | 5 +-
drivers/spi/stm32_qspi.c | 29 ++--
include/dfu.h | 11 ++
14 files changed, 159 insertions(+), 200 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PULL] Pull request for u-boot next / v2021.10 = u-boot-stm32-20210618
2021-06-18 12:10 [PULL] Pull request for u-boot next / v2021.10 = u-boot-stm32-20210618 Patrice CHOTARD
@ 2021-06-18 20:12 ` Tom Rini
0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2021-06-18 20:12 UTC (permalink / raw)
To: Patrice CHOTARD
Cc: u-boot@lists.denx.de, Patrick Delaunay, Daniil Stas,
Grzegorz Szymaszek
[-- Attachment #1: Type: text/plain, Size: 846 bytes --]
On Fri, Jun 18, 2021 at 02:10:37PM +0200, Patrice CHOTARD wrote:
> Hi Tom,
>
> Please pull the STM32 related patches for u-boot/next, v2021.10: u-boot-stm32-20210618
>
> CI status: https://source.denx.de/u-boot/custodians/u-boot-stm/-/pipelines/7886
>
> Thanks
> Patrice
>
> The following changes since commit a94b2aad05d52cbd49012ccd900bcbcf29f9bc22:
>
> Merge tag 'u-boot-atmel-2021.10-a' of https://source.denx.de/u-boot/custodians/u-boot-atmel into next (2021-06-17 11:46:44 -0400)
>
> are available in the Git repository at:
>
> https://source.denx.de/u-boot/custodians/u-boot-stm.git tags/u-boot-stm32-20210618
>
> for you to fetch changes up to c262522fd4ed453c079b09eb738ec4cbe4812478:
>
> clk: cosmetic change in uclass (2021-06-18 10:09:41 +0200)
>
Applied to u-boot/next, 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:[~2021-06-18 20:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-18 12:10 [PULL] Pull request for u-boot next / v2021.10 = u-boot-stm32-20210618 Patrice CHOTARD
2021-06-18 20:12 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox