]> git.baikalelectronics.ru Git - uboot.git/commit
bootstd: Add some default filesystems and commands
authorSimon Glass <sjg@chromium.org>
Sat, 28 Jan 2023 22:00:21 +0000 (15:00 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 6 Feb 2023 18:04:53 +0000 (13:04 -0500)
commitcc5d0f239cbc252da6f37de1b6c494bbfbe34cbc
treef9766e8e8b2df30e892feeee2e6203bb298962de
parent5fdd3b1930677d385b4c417ec23984e2adf109da
bootstd: Add some default filesystems and commands

We need to support a basic set of filesystems for booting to work in most
cases. Add these in via a new option, letting the board disable them
individually (for space reasons) if desired.

This enables the filesystem commands as well as the actual functionality,
even though bootstd is quite happy to use ext4 without the ext4 command.
Further work would be needed to disintangle this and reduce code size.

Add several other options as well, providing sensible defaults.

We cannot enable this by default, since it expands the size of many
boards quite a lot.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/Kconfig
configs/tools-only_defconfig
doc/develop/bootstd.rst