[PATCH v3 00/20] Kconfig: Tidy up some options
Simon Glass
sjg at chromium.org
Mon Sep 4 16:41:03 CEST 2023
The view from 'make menuconfig' is confusing in places. This series aims
to improve the top-level menu and also the boot menu.
It also groups FDT-fixup options tegether, at least the ones I could fine.
Finally this series marks the distro scripts as deprecated, so people have
a pointer to standard boot.
Changes in v3:
- Drop comment about an update/ directory
- Drop extra newline and quote
- Add new patch to drop CMD_MTDPARTS condition for FDT_FIXUP_PARTITIONS
- Drop patch 'Move SYS_RX_ETH_BUFFER into the network menu'
Changes in v2:
- Add new patch to move bmp code to drivers/video
- Just move these options to driver/video for later consideration
- Fix FMU typo in the subject
- Drop now-unnecessary depends on FWU_MULTI_BANK_UPDATE
- Mention in the DISTRO_DEFAULTS option that it is script-based
- Expand and rewrite the commit message
- Use the word 'Mark' instead of 'Make' to improve the English
Simon Glass (20):
lib: rational: Move the Kconfigs into the correct place
Kconfig: Move API into general setup
video: Move bmp code to drivers/video
video: Move the BMP options
video: Move BMP options and code to video directory
FWU: Avoid showing an unselectable menu option
test: Move POST under a renamed Testing section
boot: Move fdt_support to boot/
Move fdt_simplefb to boot/
boot: Move some other fdt-fixup options to the same menu
boot: Rename Android-boot text
Kconfig: Create a menu for FIT
Kconfig: Move SPL_FIT under FIT
spl: Tidy up load address in spl_ram
boot: Make standard boot a menu
Kconfig: Move TEXT_BASE et al under general setup
Mark DISTRO_DEFAULTS as deprecated
boot: Join FDT_FIXUP_PARTITIONS with related options
boot: Drop CMD_MTDPARTS condition for FDT_FIXUP_PARTITIONS
boot: Join ARCH_FIXUP_FDT_MEMORY with related options
Kconfig | 67 ++++++++++-
boot/Kconfig | 200 +++++++++++++-------------------
boot/Makefile | 4 +
{common => boot}/fdt_simplefb.c | 0
{common => boot}/fdt_support.c | 0
common/Kconfig | 20 ----
common/Makefile | 4 -
common/spl/spl_ram.c | 19 ++-
doc/develop/bootstd.rst | 23 ++++
drivers/video/Kconfig | 27 +++++
drivers/video/Makefile | 3 +
{common => drivers/video}/bmp.c | 0
lib/Kconfig | 17 +--
lib/fwu_updates/Kconfig | 9 +-
test/Kconfig | 12 +-
15 files changed, 227 insertions(+), 178 deletions(-)
rename {common => boot}/fdt_simplefb.c (100%)
rename {common => boot}/fdt_support.c (100%)
rename {common => drivers/video}/bmp.c (100%)
--
2.42.0.283.g2d96d420d3-goog
More information about the U-Boot
mailing list