summaryrefslogtreecommitdiff
path: root/common/autoboot.c
AgeCommit message (Expand)Author
2022-04-06MLK-21854-2 imx: uuu: Update autoboot to run uuu or fastbootYe Li
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-09-25treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass
2021-08-01sandbox: Reduce keyed autoboot delaySimon Glass
2021-07-23common: add support to fallback to plain SHA256Steffen Jaeckel
2021-07-23common: add AUTOBOOT_FLUSH_STDIN optionSteffen Jaeckel
2021-07-23common: allow disabling of timeout for password entrySteffen Jaeckel
2021-07-23common: Rename macro appropriatelySteffen Jaeckel
2021-07-23common: integrate crypt-based passwordsSteffen Jaeckel
2021-07-02autoboot: fix MENUKEYDa Xue
2021-06-22autoboot: fix typos of CONFIG_AUTOBOOT_USE_MENUKEYDa Xue
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-27autoboot: fix illegal memory access when stop key and delay key are emptyYuezhang.Mo@sony.com
2021-01-16Add optional salt to AUTOBOOT_STOP_STR_SHA256Joel Peshkin
2020-10-22common: rename getc() to getchar()Heinrich Schuchardt
2020-10-22common, autoboot: sync functionality with Kconfig descriptionHeiko Schocher
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