All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/6] Enable SYS_64BIT_LBA flag for STM32MP
@ 2024-11-29 12:27 Patrice Chotard
  2024-11-29 12:27 ` [PATCH v1 1/6] fastboot: Fix warning when CONFIG_SYS_64BIT_LBA is enable Patrice Chotard
                   ` (5 more replies)
  0 siblings, 6 replies; 21+ messages in thread
From: Patrice Chotard @ 2024-11-29 12:27 UTC (permalink / raw)
  To: u-boot
  Cc: Patrice CHOTARD, Patrick DELAUNAY, U-Boot STM32,
	Heinrich Schuchardt, Igor Opaniuk, Ilias Apalodimas,
	Jerome Forissier, Mattijs Korpershoek, Simon Glass, Sughosh Ganu,
	Tom Rini

Enable SYS_64BIT_LBA flag in order to fix issue when flashing
big binary using stm32prog.

Patrice Chotard (6):
  fastboot: Fix warning when CONFIG_SYS_64BIT_LBA is enable
  arm: stm32mp: stm32prog: fix warning when CONFIG_SYS_64BIT_LBA is
    enable
  arm: stm32mp: stm32prog: update multiplier is part-size is above SZ_1G
  configs: stm32mp13: enable CONFIG_SYS_64BIT_LBA
  configs: stm32mp15: enable CONFIG_SYS_64BIT_LBA
  configs: stm32mp25: enable CONFIG_SYS_64BIT_LBA

 arch/arm/mach-stm32mp/cmd_stm32prog/stm32prog.c | 9 ++++++---
 configs/stm32mp13_defconfig                     | 1 +
 configs/stm32mp15_basic_defconfig               | 1 +
 configs/stm32mp15_defconfig                     | 1 +
 configs/stm32mp15_trusted_defconfig             | 1 +
 configs/stm32mp25_defconfig                     | 1 +
 drivers/fastboot/fb_mmc.c                       | 8 ++++----
 7 files changed, 15 insertions(+), 7 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2025-01-31  8:00 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-29 12:27 [PATCH v1 0/6] Enable SYS_64BIT_LBA flag for STM32MP Patrice Chotard
2024-11-29 12:27 ` [PATCH v1 1/6] fastboot: Fix warning when CONFIG_SYS_64BIT_LBA is enable Patrice Chotard
2024-12-03  9:46   ` Mattijs Korpershoek
2025-01-08 18:48   ` Patrick DELAUNAY
2025-01-31  7:56     ` Patrice CHOTARD
2024-11-29 12:27 ` [PATCH v1 2/6] arm: stm32mp: stm32prog: fix " Patrice Chotard
2025-01-08 18:48   ` Patrick DELAUNAY
2025-01-31  7:56     ` Patrice CHOTARD
2024-11-29 12:27 ` [PATCH v1 3/6] arm: stm32mp: stm32prog: update multiplier is part-size is above SZ_1G Patrice Chotard
2025-01-08 18:49   ` Patrick DELAUNAY
2025-01-31  7:56     ` Patrice CHOTARD
2024-11-29 12:27 ` [PATCH v1 4/6] configs: stm32mp13: enable CONFIG_SYS_64BIT_LBA Patrice Chotard
2025-01-08 18:49   ` Patrick DELAUNAY
2025-01-31  7:57     ` Patrice CHOTARD
2024-11-29 12:27 ` [PATCH v1 5/6] configs: stm32mp15: " Patrice Chotard
2025-01-08 18:49   ` Patrick DELAUNAY
2025-01-31  7:57     ` Patrice CHOTARD
2024-11-29 12:27 ` [PATCH v1 6/6] configs: stm32mp25: " Patrice Chotard
2025-01-08 18:50   ` Patrick DELAUNAY
2025-01-08 21:12     ` Heinrich Schuchardt
2025-01-31  7:57     ` Patrice CHOTARD

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.