Commit 2bf007c
committed
boards: st: stm32h573i_dk: Add board variant for app in external flash
Restore old internal flash layout as default and make app in external
flash a new board variant
Switch mcuboot to use swap mode and remove the no longer required
scratch partitions from the internal and external flash layout.
Introduce a 'soc-nv-flash' node in the stm32h573i_dk board DTS file
to define the external flash memory parameters used for MCUBoot
integration. This way BOOT_MAX_IMG_SECTORS_AUTO can be used to
automatically calculate the maximum number of image sectors based
on the actual external flash configuration.
Signed-off-by: Tim Pambor <[email protected]>1 parent 3505910 commit 2bf007c
File tree
8 files changed
+562
-407
lines changed- boards/st/stm32h573i_dk
8 files changed
+562
-407
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
0 commit comments