index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
autoboot.c
Age
Commit message (
Expand
)
Author
2020-10-22
common: rename getc() to getchar()
Heinrich Schuchardt
2020-10-22
common, autoboot: sync functionality with Kconfig description
Heiko Schocher
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
2019-12-02
common: Move command functions out of common.h
Simon Glass
2019-12-02
common: Move get_ticks() function out of common.h
Simon Glass
2019-08-11
env: Move env_set_hex() to env.h
Simon Glass
2019-08-07
autoboot: fix bug using with CAAM and AUTOBOOT_ENCRYPTION
Heiko Schocher
2019-08-02
autoboot: Adjust the implementation in autoboot_command()
Simon Glass
2019-08-02
autoboot: Move a few more options from #ifdef to if()
Simon Glass
2019-08-02
autoboot: Rename CONFIG_MENU_SHOW to include AUTOBOOT
Simon Glass
2019-08-02
autoboot: Tidy up use of menukey
Simon Glass
2019-08-02
autoboot: Rename CONFIG_MENUKEY to CONFIG_AUTOBOOT_MENUKEY
Simon Glass
2019-08-02
autoboot: Drop unused CONFIG_MENUPROMPT
Simon Glass
2019-08-02
autoboot: Drop #ifdef CONFIG_AUTOBOOT_KEYED
Simon Glass
2019-08-02
autoboot: Use if() for CONFIG_SILENT_CONSOLE
Simon Glass
2019-08-02
autoboot: Improve docs for CONFIG_AUTOBOOT_ENCRYPTION
Simon Glass
2019-08-02
autoboot: Drop #ifdef for CONFIG_AUTOBOOT_ENCRYPTION
Simon Glass
2019-08-02
autoboot: Use CONFIG_AUTOBOOT_STOP_STR_SHA256 indirectly
Simon Glass
2018-05-10
bootcount: Rewrite autoboot to use wrapper functions from bootcount.h
Lukasz Majewski
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-01-28
Initialize SHA buffer size var in passwd_abort
Martin Etnestad
2017-08-16
env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()
Simon Glass
2017-08-16
env: Rename getenv/_f() to env_get()
Simon Glass
2017-08-16
env: Rename common functions related to setenv()
Simon Glass
2016-07-01
autoboot: move bootdelay >= 0 check to abortboot()
Masahiro Yamada
2016-07-01
autoboot: move CONFIG_SILENT_CONSOLE handling
Masahiro Yamada
2016-07-01
autoboot: rename abortboot_{keyed, normal} to __abortboot
Masahiro Yamada
2016-07-01
autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK
Masahiro Yamada
2016-02-05
autoboot.c: Fill env vars in process_fdt_options() only if TEXT_BASE is set
Stefan Roese
2015-11-19
Move console definitions into a new console.h file
Simon Glass
2015-06-08
autoboot.c: Add feature to stop autobooting via SHA256 encrypted password
Stefan Roese
2015-06-08
autoboot.c: Move config options to Kconfig
Stefan Roese
2015-06-08
autoboot.c: Remove CONFIG_AUTOBOOT_STOP_STR2 and CONFIG_AUTOBOOT_DELAY_STR2
Stefan Roese
2014-07-18
autoboot: add its own header
Jeroen Hofstee
2014-06-19
cosmetic: autoboot: update old style GNU struct init
Jeroen Hofstee
2014-05-29
main: Make the execution path a little clearer in main.c
Simon Glass
2014-05-29
Rename bootretry functions and remove #ifdefs
Simon Glass
2014-05-29
Move bootretry code into bootretry.c and clean up
Simon Glass
2014-05-29
Move autoboot code to autoboot.c
Simon Glass