| Commit message (Expand) | Author | Age | Files | Lines |
* | Initialize SHA buffer size var in passwd_abort | Martin Etnestad | 2018-01-28 | 1 | -1/+1 |
* | env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() | Simon Glass | 2017-08-16 | 1 | -1/+1 |
* | env: Rename getenv/_f() to env_get() | Simon Glass | 2017-08-16 | 1 | -8/+8 |
* | env: Rename common functions related to setenv() | Simon Glass | 2017-08-16 | 1 | -3/+3 |
* | autoboot: move bootdelay >= 0 check to abortboot() | Masahiro Yamada | 2016-07-01 | 1 | -14/+8 |
* | autoboot: move CONFIG_SILENT_CONSOLE handling | Masahiro Yamada | 2016-07-01 | 1 | -11/+10 |
* | autoboot: rename abortboot_{keyed, normal} to __abortboot | Masahiro Yamada | 2016-07-01 | 1 | -7/+3 |
* | autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK | Masahiro Yamada | 2016-07-01 | 1 | -5/+1 |
* | autoboot.c: Fill env vars in process_fdt_options() only if TEXT_BASE is set | Stefan Roese | 2016-02-05 | 1 | -2/+2 |
* | Move console definitions into a new console.h file | Simon Glass | 2015-11-19 | 1 | -0/+1 |
* | autoboot.c: Add feature to stop autobooting via SHA256 encrypted password | Stefan Roese | 2015-06-08 | 1 | -19/+100 |
* | autoboot.c: Move config options to Kconfig | Stefan Roese | 2015-06-08 | 1 | -1/+5 |
* | autoboot.c: Remove CONFIG_AUTOBOOT_STOP_STR2 and CONFIG_AUTOBOOT_DELAY_STR2 | Stefan Roese | 2015-06-08 | 1 | -12/+2 |
* | autoboot: add its own header | Jeroen Hofstee | 2014-07-18 | 1 | -0/+1 |
* | cosmetic: autoboot: update old style GNU struct init | Jeroen Hofstee | 2014-06-19 | 1 | -4/+4 |
* | main: Make the execution path a little clearer in main.c | Simon Glass | 2014-05-29 | 1 | -69/+12 |
* | Rename bootretry functions and remove #ifdefs | Simon Glass | 2014-05-29 | 1 | -5/+1 |
* | Move bootretry code into bootretry.c and clean up | Simon Glass | 2014-05-29 | 1 | -0/+1 |
* | Move autoboot code to autoboot.c | Simon Glass | 2014-05-29 | 1 | -0/+363 |