[Buildroot] [v2,0/4] configs/stm32f429_disco: fix kernel bootup

Dario Binacchi dariobin at libero.it
Sun Nov 14 17:31:18 UTC 2021


Inspired by Arnout Vandecappelle's review of the kernel bootup fix patch
for the stm32f429-disco board I created this series which required the
afboot bootloader update and the kernel bootup fix for the
stm32f469_disco_xip_defconfig configuration. I therefore renamed the
configurations of the stm32f429 and stm32f469 boards to make them more
explicit.

Dario Binacchi (4):
  configs/stm32f469_xip_disco: fix kernel bootup
  boot/afboot-stm32: upgrade version
  configs/stm32f429_disco: fix kernel bootup
  configs/stm32f4{2|6}9_*_defconfig: rename configurations

 .../stm32f429-disco/flash.sh                  |   2 +-
 .../stm32f429-disco/linux.config              | 120 ++++++++++++++++++
 ...sco-don-t-force-init-in-chosen-boota.patch |  32 -----
 .../stm32f469-disco/{flash.sh => flash_sd.sh} |   0
 .../stm32f469-disco/flash_xip.sh              |   2 +-
 .../{linux.fragment => linux-sd.fragment}     |   0
 .../stm32f469-disco/linux-xip.config          |   8 +-
 ...32f469-i-Update-kernel-start-address.patch |  56 --------
 ...fault-dram-address-without-remapping.patch |  38 ------
 .../stm32f469-disco/readme.txt                |   4 +-
 .../stm32f469-disco/readme_xip.txt            |   2 +-
 boot/afboot-stm32/Config.in                   |  32 +++++
 boot/afboot-stm32/afboot-stm32.hash           |   2 +-
 boot/afboot-stm32/afboot-stm32.mk             |  18 ++-
 ...efconfig => stm32f429_disco_xip_defconfig} |  11 +-
 ...defconfig => stm32f469_disco_sd_defconfig} |   2 +-
 configs/stm32f469_disco_xip_defconfig         |   4 +-
 17 files changed, 187 insertions(+), 146 deletions(-)
 create mode 100644 board/stmicroelectronics/stm32f429-disco/linux.config
 delete mode 100644 board/stmicroelectronics/stm32f429-disco/patches/linux/0001-ARM-stm32f249-disco-don-t-force-init-in-chosen-boota.patch
 rename board/stmicroelectronics/stm32f469-disco/{flash.sh => flash_sd.sh} (100%)
 mode change 100644 => 100755 board/stmicroelectronics/stm32f469-disco/flash_xip.sh
 rename board/stmicroelectronics/stm32f469-disco/{linux.fragment => linux-sd.fragment} (100%)
 delete mode 100644 board/stmicroelectronics/stm32f469-disco/patches/afboot-stm32/0001-stm32f469-i-Update-kernel-start-address.patch
 delete mode 100644 board/stmicroelectronics/stm32f469-disco/patches/linux/0001-Use-default-dram-address-without-remapping.patch
 rename configs/{stm32f429_disco_defconfig => stm32f429_disco_xip_defconfig} (63%)
 rename configs/{stm32f469_disco_defconfig => stm32f469_disco_sd_defconfig} (97%)

-- 
2.17.1



More information about the buildroot mailing list