]> git.ipfire.org Git - thirdparty/u-boot.git/commit
boot: Move extension board support from cmd/ to boot/
authorKory Maincent (TI.com) <kory.maincent@bootlin.com>
Thu, 30 Oct 2025 16:45:00 +0000 (17:45 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 3 Nov 2025 16:02:39 +0000 (10:02 -0600)
commitb7edeac950dae10759527a1ed0d1c306710ec9de
treec20b8e538a35e294d7411361f41b2a32bb321ea3
parent79cd6e78ff6387685e0ccb5f7382d808478155dc
boot: Move extension board support from cmd/ to boot/

Relocate extension board support from cmd/ to boot/ directory in
preparation for converting the extension framework to use UCLASS.
Also improve code style by applying reverse xmas tree ordering.

Signed-off-by: Kory Maincent (TI.com) <kory.maincent@bootlin.com>
MAINTAINERS
boot/Kconfig
boot/Makefile
boot/extension.c [new file with mode: 0644]
cmd/Kconfig
cmd/extension_board.c
include/extension_board.h