All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/6] configs/stm32f4xx, stm32f769: fix uClibc boot failure and bump Linux/U-Boot
@ 2026-07-21 18:42 Dario Binacchi
  2026-07-21 18:42 ` [Buildroot] [PATCH 1/6] configs/stm32f429_disco_xip: fix boot failure after uClibc bump Dario Binacchi
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Dario Binacchi @ 2026-07-21 18:42 UTC (permalink / raw)
  To: buildroot; +Cc: Christophe Priouzeau, Dario Binacchi, linux-amarula

While updating Linux and U-Boot to their latest versions for the
STM32F429, STM32F469 and STM32F769 boards following the U-Boot
2026.07 release, I noticed that the current versions of these boards
fail to boot due to a regression introduced by the uClibc 1.0.58
bump (c7fef3704c70, "package/uclibc: bump to 1.0.58").

The first three patches fix this by switching to MALLOC_SIMPLE via a
uClibc config fragment. The remaining patches bump Linux and, where
applicable, U-Boot to their latest versions.

All boards have been build- and boot-tested.

Dario Binacchi (6):
  configs/stm32f429_disco_xip: fix boot failure after uClibc bump
  configs/stm32f469_disco_{sd,xip}: fix boot failure after uClibc bump
  configs/stm32f769_disco_sd: fix boot failure after uClibc bump
  configs/stm32f429_disco_xip: bump Linux to 6.1.177
  configs/stm32f469_disco_{sd,xip}: bump Linux to 5.15.211
  configs/stm32f769_disco_sd: bump Linux to 5.15.211 and U-Boot to
    2026.07

 .../common/stm32f4xx/uclibc-fragment.config                  | 2 ++
 .../stm32f429-disco/patches/linux/linux.hash                 | 2 +-
 .../stm32f469-disco/patches/linux/linux.hash                 | 2 +-
 .../stm32f469-disco/patches/uboot/uboot.hash                 | 2 +-
 .../stm32f769-disco/patches/linux/linux.hash                 | 2 +-
 .../stm32f769-disco/patches/uboot/uboot.hash                 | 2 +-
 .../stm32f769-disco/uclibc-fragment.config                   | 2 ++
 configs/stm32f429_disco_xip_defconfig                        | 3 ++-
 configs/stm32f469_disco_sd_defconfig                         | 5 +++--
 configs/stm32f469_disco_xip_defconfig                        | 3 ++-
 configs/stm32f769_disco_sd_defconfig                         | 5 +++--
 11 files changed, 19 insertions(+), 11 deletions(-)
 create mode 100644 board/stmicroelectronics/common/stm32f4xx/uclibc-fragment.config
 create mode 100644 board/stmicroelectronics/stm32f769-disco/uclibc-fragment.config

-- 
2.43.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2026-08-04 20:35 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-21 18:42 [Buildroot] [PATCH 0/6] configs/stm32f4xx, stm32f769: fix uClibc boot failure and bump Linux/U-Boot Dario Binacchi
2026-07-21 18:42 ` [Buildroot] [PATCH 1/6] configs/stm32f429_disco_xip: fix boot failure after uClibc bump Dario Binacchi
2026-07-21 20:54   ` Julien Olivain via buildroot
2026-07-24  3:11     ` Waldemar Brodkorb
2026-08-04 20:35       ` Julien Olivain via buildroot
2026-07-21 18:42 ` [Buildroot] [PATCH 2/6] configs/stm32f469_disco_{sd, xip}: " Dario Binacchi
2026-07-21 18:42 ` [Buildroot] [PATCH 3/6] configs/stm32f769_disco_sd: " Dario Binacchi
2026-07-21 18:42 ` [Buildroot] [PATCH 4/6] configs/stm32f429_disco_xip: bump Linux to 6.1.177 Dario Binacchi
2026-07-21 18:42 ` [Buildroot] [PATCH 5/6] configs/stm32f469_disco_{sd, xip}: bump Linux to 5.15.211 Dario Binacchi
2026-07-21 18:42 ` [Buildroot] [PATCH 6/6] configs/stm32f769_disco_sd: bump Linux to 5.15.211 and U-Boot to 2026.07 Dario Binacchi

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.