summaryrefslogtreecommitdiffstats
path: root/common/autoboot.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* autoboot: fix illegal memory access when stop key and delay key are emptyYuezhang.Mo@sony.com2021-01-271-3/+3
* Add optional salt to AUTOBOOT_STOP_STR_SHA256Joel Peshkin2021-01-161-2/+10
* common: rename getc() to getchar()Heinrich Schuchardt2020-10-221-5/+5
* common, autoboot: sync functionality with Kconfig descriptionHeiko Schocher2020-10-221-1/+2
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* common: Move command functions out of common.hSimon Glass2019-12-021-0/+1
* common: Move get_ticks() function out of common.hSimon Glass2019-12-021-0/+1
* env: Move env_set_hex() to env.hSimon Glass2019-08-111-0/+1
* autoboot: fix bug using with CAAM and AUTOBOOT_ENCRYPTIONHeiko Schocher2019-08-071-3/+12
* autoboot: Adjust the implementation in autoboot_command()Simon Glass2019-08-021-6/+9
* autoboot: Move a few more options from #ifdef to if()Simon Glass2019-08-021-10/+9
* autoboot: Rename CONFIG_MENU_SHOW to include AUTOBOOTSimon Glass2019-08-021-1/+1
* autoboot: Tidy up use of menukeySimon Glass2019-08-021-12/+14
* autoboot: Rename CONFIG_MENUKEY to CONFIG_AUTOBOOT_MENUKEYSimon Glass2019-08-021-5/+5
* autoboot: Drop unused CONFIG_MENUPROMPTSimon Glass2019-08-021-4/+0
* autoboot: Drop #ifdef CONFIG_AUTOBOOT_KEYEDSimon Glass2019-08-021-9/+8
* autoboot: Use if() for CONFIG_SILENT_CONSOLESimon Glass2019-08-021-3/+1
* autoboot: Improve docs for CONFIG_AUTOBOOT_ENCRYPTIONSimon Glass2019-08-021-0/+16
* autoboot: Drop #ifdef for CONFIG_AUTOBOOT_ENCRYPTIONSimon Glass2019-08-021-6/+8
* autoboot: Use CONFIG_AUTOBOOT_STOP_STR_SHA256 indirectlySimon Glass2019-08-021-1/+7
* bootcount: Rewrite autoboot to use wrapper functions from bootcount.hLukasz Majewski2018-05-101-18/+5
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Initialize SHA buffer size var in passwd_abortMartin Etnestad2018-01-281-1/+1
* env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass2017-08-161-1/+1
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-8/+8
* env: Rename common functions related to setenv()Simon Glass2017-08-161-3/+3
* autoboot: move bootdelay >= 0 check to abortboot()Masahiro Yamada2016-07-011-14/+8
* autoboot: move CONFIG_SILENT_CONSOLE handlingMasahiro Yamada2016-07-011-11/+10
* autoboot: rename abortboot_{keyed, normal} to __abortbootMasahiro Yamada2016-07-011-7/+3
* autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECKMasahiro Yamada2016-07-011-5/+1
* autoboot.c: Fill env vars in process_fdt_options() only if TEXT_BASE is setStefan Roese2016-02-051-2/+2
* Move console definitions into a new console.h fileSimon Glass2015-11-191-0/+1
* autoboot.c: Add feature to stop autobooting via SHA256 encrypted passwordStefan Roese2015-06-081-19/+100
* autoboot.c: Move config options to KconfigStefan Roese2015-06-081-1/+5
* autoboot.c: Remove CONFIG_AUTOBOOT_STOP_STR2 and CONFIG_AUTOBOOT_DELAY_STR2Stefan Roese2015-06-081-12/+2
* autoboot: add its own headerJeroen Hofstee2014-07-181-0/+1
* cosmetic: autoboot: update old style GNU struct initJeroen Hofstee2014-06-191-4/+4
* main: Make the execution path a little clearer in main.cSimon Glass2014-05-291-69/+12
* Rename bootretry functions and remove #ifdefsSimon Glass2014-05-291-5/+1
* Move bootretry code into bootretry.c and clean upSimon Glass2014-05-291-0/+1
* Move autoboot code to autoboot.cSimon Glass2014-05-291-0/+363