summaryrefslogtreecommitdiff
path: root/common/autoboot.c
AgeCommit message (Expand)Author
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2019-12-02common: Move command functions out of common.hSimon Glass
2019-12-02common: Move get_ticks() function out of common.hSimon Glass
2019-08-11env: Move env_set_hex() to env.hSimon Glass
2019-08-07autoboot: fix bug using with CAAM and AUTOBOOT_ENCRYPTIONHeiko Schocher
2019-08-02autoboot: Adjust the implementation in autoboot_command()Simon Glass
2019-08-02autoboot: Move a few more options from #ifdef to if()Simon Glass
2019-08-02autoboot: Rename CONFIG_MENU_SHOW to include AUTOBOOTSimon Glass
2019-08-02autoboot: Tidy up use of menukeySimon Glass
2019-08-02autoboot: Rename CONFIG_MENUKEY to CONFIG_AUTOBOOT_MENUKEYSimon Glass
2019-08-02autoboot: Drop unused CONFIG_MENUPROMPTSimon Glass
2019-08-02autoboot: Drop #ifdef CONFIG_AUTOBOOT_KEYEDSimon Glass
2019-08-02autoboot: Use if() for CONFIG_SILENT_CONSOLESimon Glass
2019-08-02autoboot: Improve docs for CONFIG_AUTOBOOT_ENCRYPTIONSimon Glass
2019-08-02autoboot: Drop #ifdef for CONFIG_AUTOBOOT_ENCRYPTIONSimon Glass
2019-08-02autoboot: Use CONFIG_AUTOBOOT_STOP_STR_SHA256 indirectlySimon Glass
2018-05-10bootcount: Rewrite autoboot to use wrapper functions from bootcount.hLukasz Majewski
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-01-28Initialize SHA buffer size var in passwd_abortMartin Etnestad
2017-08-16env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2017-08-16env: Rename common functions related to setenv()Simon Glass
2016-07-01autoboot: move bootdelay >= 0 check to abortboot()Masahiro Yamada
2016-07-01autoboot: move CONFIG_SILENT_CONSOLE handlingMasahiro Yamada
2016-07-01autoboot: rename abortboot_{keyed, normal} to __abortbootMasahiro Yamada
2016-07-01autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECKMasahiro Yamada
2016-02-05autoboot.c: Fill env vars in process_fdt_options() only if TEXT_BASE is setStefan Roese
2015-11-19Move console definitions into a new console.h fileSimon Glass
2015-06-08autoboot.c: Add feature to stop autobooting via SHA256 encrypted passwordStefan Roese
2015-06-08autoboot.c: Move config options to KconfigStefan Roese
2015-06-08autoboot.c: Remove CONFIG_AUTOBOOT_STOP_STR2 and CONFIG_AUTOBOOT_DELAY_STR2Stefan Roese
2014-07-18autoboot: add its own headerJeroen Hofstee
2014-06-19cosmetic: autoboot: update old style GNU struct initJeroen Hofstee
2014-05-29main: Make the execution path a little clearer in main.cSimon Glass
2014-05-29Rename bootretry functions and remove #ifdefsSimon Glass
2014-05-29Move bootretry code into bootretry.c and clean upSimon Glass
2014-05-29Move autoboot code to autoboot.cSimon Glass