]> git.ipfire.org Git - thirdparty/u-boot.git/commit
boot: Remove legacy extension board support
authorKory Maincent (TI.com) <kory.maincent@bootlin.com>
Thu, 30 Oct 2025 16:45:09 +0000 (17:45 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 3 Nov 2025 16:02:39 +0000 (10:02 -0600)
commit2d12958ee71b5f400ff2045aebc9730e8e219340
tree2447f62064f3b70ede31887acc8b42c95fc6195a
parent6f5b839d5ee1ace365c3c1ba571db7f57bb48433
boot: Remove legacy extension board support

Remove the legacy extension board implementation now that all boards
have been converted to use the new UCLASS-based framework. This
eliminates lines of legacy code while preserving functionality
through the modern driver model approach.

Update the bootstd tests, due to the removal of extension hunter.

Signed-off-by: Kory Maincent (TI.com) <kory.maincent@bootlin.com>
19 files changed:
MAINTAINERS
arch/Kconfig
arch/arm/mach-imx/imx8m/Kconfig
arch/arm/mach-omap2/am33xx/Kconfig
arch/arm/mach-omap2/omap5/Kconfig
arch/arm/mach-sunxi/Kconfig
board/sandbox/sandbox.c
board/ti/common/Kconfig
board/ti/common/Makefile
boot/Kconfig
boot/Makefile
boot/extension-uclass.c
boot/extension.c [deleted file]
cmd/Kconfig
cmd/extension_board.c
include/extension_board.h
test/boot/bootdev.c
test/boot/bootflow.c
test/boot/bootstd_common.h