mbox series

[v2,0/7] SPL fixes for STM32F7 MCUs

Message ID 20220920160436.117811-1-patrice.chotard@foss.st.com
Headers show
Series SPL fixes for STM32F7 MCUs | expand

Message

Patrice CHOTARD Sept. 20, 2022, 4:04 p.m. UTC
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(-)

Comments

Waldemar Brodkorb Sept. 20, 2022, 9:28 p.m. UTC | #1
Hi Patrice,
Patrice Chotard wrote,

> 
> 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

I tested this series and all is working fine now. Both defconfigs
and with or without Falcon mode. Thanks.

Tested-by: Waldemar Brodkorb <wbx@openadk.org>

best regards
 Waldemar