summaryrefslogtreecommitdiff
path: root/common/Kconfig
Commit message (Expand)AuthorAgeFilesLines
...
* Convert CONFIG_ENV_IS_IN_EEPROM to KconfigSimon Glass2017-07-251-0/+61
* Convert CONFIG_ENV_IS_IN_NVRAM to KconfigSimon Glass2017-07-251-0/+16
* Convert CONFIG_ENV_IS_IN_FLASH to KconfigSimon Glass2017-07-251-0/+72
* env: Move help from README to KconfigSimon Glass2017-07-251-2/+101
* Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to KconfigSimon Glass2017-07-251-11/+5
* sandbox: Enable more console optionsSimon Glass2017-07-111-1/+1
* board_f: Add new function to allow runtime DTB selectionCooper Jr., Franklin2017-07-101-0/+9
* boot_fit: Create helper functions that can be used to select DTB out of FITCooper Jr., Franklin2017-07-101-0/+7
* powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher2017-06-161-1/+1
* bootstage: Support SPLSimon Glass2017-06-051-0/+9
* bootstage: Use rec_count as the array indexSimon Glass2017-06-051-0/+7
* bootstage: Change CONFIG_BOOTSTAGE_USER_COUNT to an intSimon Glass2017-06-051-1/+1
* Kconfig: Add CONFIG_HASH to enable hashing APISimon Glass2017-05-221-0/+12
* Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2017-04-081-0/+69
|\
| * common: Move environment choice to KconfigMaxime Ripard2017-04-071-0/+69
* | common, kconfig: Fix defaut value of BOOTSTAGE_STASH_SIZENobuhiro Iwamatsu2017-04-081-1/+1
|/
* SPARC: RemoveTom Rini2017-04-051-1/+1
* Blackfin: RemoveTom Rini2017-04-051-1/+1
* flash: complete CONFIG_SYS_NO_FLASH move with renamingMasahiro Yamada2017-02-121-6/+0
* Drop prt_mpc5xxx_clks() in favour of print_cpuinfo()Simon Glass2017-01-251-1/+1
* Convert CONFIG_ARCH_MISC_INIT to KconfigSimon Glass2017-01-251-0/+8
* Convert CONFIG_BOARD_EARLY_INIT_F to KconfigSimon Glass2017-01-251-0/+10
* Convert CONFIG_ARCH_EARLY_INIT_R to KconfigSimon Glass2017-01-251-0/+13
* Kconfig: Migrate BOARD_LATE_INIT to a selectTom Rini2017-01-241-1/+1
* common: Kconfig: Add BOARD_LATE_INIT entryJagan Teki2017-01-211-0/+10
* cmd: Convert CMD_BOOTMENUTom Rini2016-12-031-0/+6
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2016-10-281-0/+5
|\
| * config: Move CONFIG_DEFAULT_FDT_FILE to defconfigsJagan Teki2016-10-261-0/+5
* | Convert CONFIG_SYS_STDIO_DEREGISTER to KconfigSimon Glass2016-10-231-0/+9
* | Convert CONFIG_SYS_CONSOLE_INFO_QUIET to KconfigSimon Glass2016-10-231-0/+8
* | Convert CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE to KconfigSimon Glass2016-10-231-0/+9
* | Convert CONFIG_SYS_CONSOLE_ENV_OVERWRITE to KconfigSimon Glass2016-10-231-0/+9
* | Convert CONFIG_SYS_CONSOLE_IS_IN_ENV and CONFIG_CONSOLE_MUX to KconfigSimon Glass2016-10-231-0/+21
* | Convert CONSOLE_PRE_CONSOLE_BUFFER options to KconfigSimon Glass2016-10-231-0/+42
* | Convert SILENT_CONSOLE options to KconfigSimon Glass2016-10-231-0/+45
|/
* common: Add DISPLAY_BOARDINFOLokesh Vutla2016-10-121-0/+8
* common/Kconfig: Add DISPLAY_CPUINFOLokesh Vutla2016-10-121-0/+8
* Kconfig: Move config IDENT_STRING to KconfigSiva Durga Prasad Paladugu2016-09-201-0/+5
* Kconfig: Move SPL settings into their own fileSimon Glass2016-09-161-0/+2
* common, kconfig: move VERSION_VARIABLE to KconfigHeiko Schocher2016-09-091-0/+10
* common/Kconfig: Fix various innocuous typos.Robert P. J. Day2016-09-071-11/+11
* Kconfig: Move option CONFIG_SYS_NO_FLASH to KconfigSiva Durga Prasad Paladugu2016-07-221-0/+6
* autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECKMasahiro Yamada2016-07-011-1/+1
* doc: bootdelay: drop explanation about CONFIG_BOOTDELAY from READMEMasahiro Yamada2016-07-011-0/+2
* common: add new boot media kconfig entryPeng Fan2016-06-271-0/+48
* Kconfig: make NOR_BOOT a common optionPeng Fan2016-06-271-0/+13
* autoboot: add CONFIG_AUTOBOOT to allow to not compile autoboot.cMasahiro Yamada2016-06-201-0/+1
* common/Kconfig: Change the default BOOTDELAY to 2Tom Rini2016-06-171-1/+1
* common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig optionHeiko Schocher2016-06-091-0/+9
* Move all command code into its own directorySimon Glass2016-01-251-586/+0