u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/7] SPL fixes for STM32F7 MCUs
@ 2022-09-20 16:04 Patrice Chotard
  2022-09-20 16:04 ` [PATCH v2 1/7] configs: stm32f746-disco: Fix SPL boot Patrice Chotard
                   ` (7 more replies)
  0 siblings, 8 replies; 23+ messages in thread
From: Patrice Chotard @ 2022-09-20 16:04 UTC (permalink / raw)
  To: u-boot; +Cc: Patrice CHOTARD, Patrick DELAUNAY, U-Boot STM32, Vikas Manocha


This series is fixing issues in SPL boot mode:
   - SPL binary size over 0x8000 bytes for STM32F746-disco, STM32F769-DISCO and STM32746G-EVAL boards
   - fix embedded flash size for STM32F769-DISCO
   - fix CONFIG_SYS_SPL_ARGS_ADDR for STM32F746-DISCO and STM32746G-EVAL

Changes in v2:
  - Remove SYS_UBOOT_FLAG from stm32f746-disco.h

Patrice Chotard (7):
  configs: stm32f746-disco: Fix SPL boot
  configs: stm32f769-disco: Fix SPL boot
  configs: stm32746g-eval: Fix SPL boot
  configs: stm32f746-disco: Fix CONFIG_SYS_SPL_ARGS_ADDR
  configs: stm32746g-eval: Fix CONFIG_SYS_SPL_ARGS_ADDR
  config: stm32f769-disco: Fix internal flash size
  configs: stm32f746-disco: Remove CONFIG_SYS_UBOOT_START flag

 arch/arm/include/asm/arch-stm32f7/stm32.h | 6 +++---
 configs/stm32746g-eval_spl_defconfig      | 9 +++++----
 configs/stm32f746-disco_spl_defconfig     | 9 +++++----
 configs/stm32f769-disco_defconfig         | 2 +-
 configs/stm32f769-disco_spl_defconfig     | 9 +++++----
 include/configs/stm32f746-disco.h         | 1 -
 6 files changed, 19 insertions(+), 17 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-09-26 15:57 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-20 16:04 [PATCH v2 0/7] SPL fixes for STM32F7 MCUs Patrice Chotard
2022-09-20 16:04 ` [PATCH v2 1/7] configs: stm32f746-disco: Fix SPL boot Patrice Chotard
2022-09-26 12:50   ` Patrick DELAUNAY
2022-09-26 15:56     ` Patrice CHOTARD
2022-09-20 16:04 ` [PATCH v2 2/7] configs: stm32f769-disco: " Patrice Chotard
2022-09-26 12:57   ` Patrick DELAUNAY
2022-09-26 15:56     ` Patrice CHOTARD
2022-09-20 16:04 ` [PATCH v2 3/7] configs: stm32746g-eval: " Patrice Chotard
2022-09-26 12:57   ` Patrick DELAUNAY
2022-09-26 15:56     ` Patrice CHOTARD
2022-09-20 16:04 ` [PATCH v2 4/7] configs: stm32f746-disco: Fix CONFIG_SYS_SPL_ARGS_ADDR Patrice Chotard
2022-09-26 12:58   ` Patrick DELAUNAY
2022-09-26 15:56     ` Patrice CHOTARD
2022-09-20 16:04 ` [PATCH v2 5/7] configs: stm32746g-eval: " Patrice Chotard
2022-09-26 12:58   ` Patrick DELAUNAY
2022-09-26 15:56     ` Patrice CHOTARD
2022-09-20 16:04 ` [PATCH v2 6/7] config: stm32f769-disco: Fix internal flash size Patrice Chotard
2022-09-26 13:05   ` Patrick DELAUNAY
2022-09-26 15:56     ` Patrice CHOTARD
2022-09-20 16:04 ` [PATCH v2 7/7] configs: stm32f746-disco: Remove CONFIG_SYS_UBOOT_START flag Patrice Chotard
2022-09-26 13:02   ` Patrick DELAUNAY
2022-09-26 15:56     ` Patrice CHOTARD
2022-09-20 21:28 ` [PATCH v2 0/7] SPL fixes for STM32F7 MCUs Waldemar Brodkorb

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).