[U-Boot] [PATCH 0/6] autoboot cleanups
Masahiro Yamada
yamada.masahiro at socionext.com
Tue Jun 21 07:32:41 CEST 2016
1/6 moves CONFIG_BOOTDELAY for a new SOCFPGA board.
The rest of this series are clean-ups of autoboot code.
Masahiro Yamada (6):
ARM: socfpga: move CONFIG_BOOTDELAY to Kconfig for IS1 board
doc: bootdelay: drop explanation about CONFIG_BOOTDELAY from README
autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK
autoboot: rename abortboot_{keyed,normal} to __abortboot
autoboot: move CONFIG_SILENT_CONSOLE handling
autoboot: move bootdelay >= 0 check to abortboot()
README | 17 --------
common/Kconfig | 4 +-
common/autoboot.c | 49 ++++++++--------------
configs/cairo_defconfig | 2 +-
.../controlcenterd_TRAILBLAZER_DEVELOP_defconfig | 2 +-
configs/controlcenterd_TRAILBLAZER_defconfig | 2 +-
configs/kwb_defconfig | 2 +-
configs/omap3_evm_quick_mmc_defconfig | 2 +-
configs/omap3_evm_quick_nand_defconfig | 2 +-
configs/socfpga_is1_defconfig | 4 +-
configs/tseries_mmc_defconfig | 2 +-
configs/tseries_nand_defconfig | 2 +-
configs/tseries_spi_defconfig | 2 +-
doc/README.autoboot | 8 ----
include/configs/CPCI2DP.h | 1 -
include/configs/CPCI4052.h | 1 -
include/configs/MIP405.h | 1 -
include/configs/PIP405.h | 1 -
include/configs/PLU405.h | 1 -
include/configs/PMC405DE.h | 1 -
include/configs/PMC440.h | 1 -
include/configs/VCMA9.h | 1 -
include/configs/VOM405.h | 1 -
include/configs/a3m071.h | 1 -
include/configs/amcc-common.h | 1 -
include/configs/apf27.h | 1 -
include/configs/calimain.h | 1 -
include/configs/cm_t35.h | 1 -
include/configs/cm_t3517.h | 1 -
include/configs/cm_t43.h | 1 -
include/configs/devkit3250.h | 1 -
include/configs/digsy_mtc.h | 1 -
include/configs/dlvision-10g.h | 1 -
include/configs/exynos-common.h | 1 -
include/configs/gdppc440etx.h | 1 -
include/configs/hrcon.h | 1 -
include/configs/intip.h | 1 -
include/configs/io.h | 1 -
include/configs/io64.h | 1 -
include/configs/iocon.h | 1 -
include/configs/legoev3.h | 1 -
include/configs/meesc.h | 1 -
include/configs/omap3_logic.h | 1 -
include/configs/pcm030.h | 1 -
include/configs/r7780mp.h | 1 -
include/configs/s5p_goni.h | 1 -
include/configs/smdk2410.h | 1 -
include/configs/smdkc100.h | 1 -
include/configs/snapper9260.h | 1 -
include/configs/snapper9g45.h | 1 -
include/configs/socfpga_is1.h | 1 -
include/configs/spear-common.h | 1 -
include/configs/strider.h | 1 -
include/configs/theadorable.h | 1 -
include/configs/tricorder.h | 1 -
include/configs/uniphier.h | 1 -
include/configs/vinco.h | 1 -
include/configs/work_92105.h | 1 -
include/configs/x600.h | 1 -
include/configs/xilinx-ppc.h | 1 -
60 files changed, 30 insertions(+), 116 deletions(-)
--
1.9.1
More information about the U-Boot
mailing list