summaryrefslogtreecommitdiff
path: root/common/autoboot.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-07common: autoboot: Add auto-fastboot on StarFive SoCXingyu Wu1-0/+59
2021-08-01sandbox: Reduce keyed autoboot delaySimon Glass1-3/+3
2021-07-23common: add support to fallback to plain SHA256Steffen Jaeckel1-1/+21
2021-07-23common: add AUTOBOOT_FLUSH_STDIN optionSteffen Jaeckel1-0/+11
2021-07-23common: allow disabling of timeout for password entrySteffen Jaeckel1-1/+11
2021-07-23common: Rename macro appropriatelySteffen Jaeckel1-8/+8
2021-07-23common: integrate crypt-based passwordsSteffen Jaeckel1-9/+72
2021-07-02autoboot: fix MENUKEYDa Xue1-1/+1
2021-06-22autoboot: fix typos of CONFIG_AUTOBOOT_USE_MENUKEYDa Xue1-4/+4
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-28autoboot: fix illegal memory access when stop key and delay key are emptyYuezhang.Mo@sony.com1-3/+3
2021-01-16Add optional salt to AUTOBOOT_STOP_STR_SHA256Joel Peshkin1-2/+10
2020-10-22common: rename getc() to getchar()Heinrich Schuchardt1-5/+5
2020-10-22common, autoboot: sync functionality with Kconfig descriptionHeiko Schocher1-1/+2
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2019-12-03common: Move command functions out of common.hSimon Glass1-0/+1
2019-12-03common: Move get_ticks() function out of common.hSimon Glass1-0/+1
2019-08-11env: Move env_set_hex() to env.hSimon Glass1-0/+1
2019-08-07autoboot: fix bug using with CAAM and AUTOBOOT_ENCRYPTIONHeiko Schocher1-3/+12
2019-08-02autoboot: Adjust the implementation in autoboot_command()Simon Glass1-6/+9
2019-08-02autoboot: Move a few more options from #ifdef to if()Simon Glass1-10/+9
2019-08-02autoboot: Rename CONFIG_MENU_SHOW to include AUTOBOOTSimon Glass1-1/+1
2019-08-02autoboot: Tidy up use of menukeySimon Glass1-12/+14
2019-08-02autoboot: Rename CONFIG_MENUKEY to CONFIG_AUTOBOOT_MENUKEYSimon Glass1-5/+5
2019-08-02autoboot: Drop unused CONFIG_MENUPROMPTSimon Glass1-4/+0
2019-08-02autoboot: Drop #ifdef CONFIG_AUTOBOOT_KEYEDSimon Glass1-9/+8
2019-08-02autoboot: Use if() for CONFIG_SILENT_CONSOLESimon Glass1-3/+1
2019-08-02autoboot: Improve docs for CONFIG_AUTOBOOT_ENCRYPTIONSimon Glass1-0/+16
2019-08-02autoboot: Drop #ifdef for CONFIG_AUTOBOOT_ENCRYPTIONSimon Glass1-6/+8
2019-08-02autoboot: Use CONFIG_AUTOBOOT_STOP_STR_SHA256 indirectlySimon Glass1-1/+7
2018-05-11bootcount: 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-02autoboot: move bootdelay >= 0 check to abortboot()Masahiro Yamada1-14/+8
2016-07-02autoboot: move CONFIG_SILENT_CONSOLE handlingMasahiro Yamada1-11/+10
2016-07-02autoboot: rename abortboot_{keyed, normal} to __abortbootMasahiro Yamada1-7/+3
2016-07-02autoboot: 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-20Move console definitions into a new console.h fileSimon Glass1-0/+1
2015-06-09autoboot.c: Add feature to stop autobooting via SHA256 encrypted passwordStefan Roese1-19/+100
2015-06-09autoboot.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-19autoboot: add its own headerJeroen Hofstee1-0/+1
2014-06-19cosmetic: autoboot: update old style GNU struct initJeroen Hofstee1-4/+4
2014-05-30main: Make the execution path a little clearer in main.cSimon Glass1-69/+12