aboutsummaryrefslogtreecommitdiff
path: root/common/autoboot.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-10bootcount: Rewrite autoboot to use wrapper functions from bootcount.hLukasz Majewski1-18/+5
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-01-28Initialize SHA buffer size var in passwd_abortMartin Etnestad1-1/+1
2017-08-16env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass1-1/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-8/+8
2017-08-16env: Rename common functions related to setenv()Simon Glass1-3/+3
2016-07-01autoboot: move bootdelay >= 0 check to abortboot()Masahiro Yamada1-14/+8
2016-07-01autoboot: move CONFIG_SILENT_CONSOLE handlingMasahiro Yamada1-11/+10
2016-07-01autoboot: rename abortboot_{keyed, normal} to __abortbootMasahiro Yamada1-7/+3
2016-07-01autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECKMasahiro Yamada1-5/+1
2016-02-05autoboot.c: Fill env vars in process_fdt_options() only if TEXT_BASE is setStefan Roese1-2/+2
2015-11-19Move console definitions into a new console.h fileSimon Glass1-0/+1
2015-06-08autoboot.c: Add feature to stop autobooting via SHA256 encrypted passwordStefan Roese1-19/+100
2015-06-08autoboot.c: Move config options to KconfigStefan Roese1-1/+5
2015-06-08autoboot.c: Remove CONFIG_AUTOBOOT_STOP_STR2 and CONFIG_AUTOBOOT_DELAY_STR2Stefan Roese1-12/+2
2014-07-18autoboot: add its own headerJeroen Hofstee1-0/+1
2014-06-19cosmetic: autoboot: update old style GNU struct initJeroen Hofstee1-4/+4
2014-05-29main: Make the execution path a little clearer in main.cSimon Glass1-69/+12
2014-05-29Rename bootretry functions and remove #ifdefsSimon Glass1-5/+1
2014-05-29Move bootretry code into bootretry.c and clean upSimon Glass1-0/+1
2014-05-29Move autoboot code to autoboot.cSimon Glass1-0/+363