1. db794c2 autoboot: make sure watchdog device(s) are handled with keyed autoboot by Rasmus Villemoes · Tue Sep 27 11:54:02 2022 +0200
  2. b8ffa14 env: Move the doc comment to the code by Simon Glass · Fri Mar 11 16:22:38 2022 -0700
  3. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · Wed Jan 19 18:05:50 2022 +0100
  4. 0034d96 treewide: fdt: Move fdt_get_config_... to ofnode_conf_read... by Simon Glass · Sat Aug 07 07:24:01 2021 -0600
  5. d8c6017 sandbox: Reduce keyed autoboot delay by Simon Glass · Sat Jul 24 15:14:39 2021 -0600
  6. 28be70d common: add support to fallback to plain SHA256 by Steffen Jaeckel · Thu Jul 08 15:57:39 2021 +0200
  7. dfc9732 common: add AUTOBOOT_FLUSH_STDIN option by Steffen Jaeckel · Thu Jul 08 15:57:38 2021 +0200
  8. 792a13f common: allow disabling of timeout for password entry by Steffen Jaeckel · Thu Jul 08 15:57:37 2021 +0200
  9. 092c8c6 common: Rename macro appropriately by Steffen Jaeckel · Thu Jul 08 15:57:36 2021 +0200
  10. 6aa6bfb common: integrate crypt-based passwords by Steffen Jaeckel · Thu Jul 08 15:57:35 2021 +0200
  11. 4387f2e autoboot: fix MENUKEY by Da Xue · Fri Jul 02 12:32:43 2021 -0400
  12. 3769e55 autoboot: fix typos of CONFIG_AUTOBOOT_USE_MENUKEY by Da Xue · Mon Jun 21 22:39:19 2021 -0400
  13. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  14. d8eeb0f autoboot: fix illegal memory access when stop key and delay key are empty by Yuezhang.Mo@sony.com · Fri Jan 15 03:11:49 2021 +0000
  15. 8b7bf53 Add optional salt to AUTOBOOT_STOP_STR_SHA256 by Joel Peshkin · Sat Nov 21 17:18:59 2020 -0800
  16. c4954fb common: rename getc() to getchar() by Heinrich Schuchardt · Wed Oct 07 18:11:48 2020 +0200
  17. 1280365 common, autoboot: sync functionality with Kconfig description by Heiko Schocher · Wed Oct 07 08:06:54 2020 +0200
  18. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · Sun May 10 11:40:11 2020 -0600
  19. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  20. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · Mon Feb 03 07:36:16 2020 -0700
  21. adaaa48 common: Move command functions out of common.h by Simon Glass · Thu Nov 14 12:57:43 2019 -0700
  22. 495a5dc common: Move get_ticks() function out of common.h by Simon Glass · Thu Nov 14 12:57:30 2019 -0700
  23. 313112a env: Move env_set_hex() to env.h by Simon Glass · Thu Aug 01 09:46:46 2019 -0600
  24. 2ef3a95 autoboot: fix bug using with CAAM and AUTOBOOT_ENCRYPTION by Heiko Schocher · Mon Jul 29 07:23:19 2019 +0200
  25. 313fcbd autoboot: Adjust the implementation in autoboot_command() by Simon Glass · Sat Jul 20 20:51:28 2019 -0600
  26. b97ace5 autoboot: Move a few more options from #ifdef to if() by Simon Glass · Sat Jul 20 20:51:27 2019 -0600
  27. ec5f71a autoboot: Rename CONFIG_MENU_SHOW to include AUTOBOOT by Simon Glass · Sat Jul 20 20:51:24 2019 -0600
  28. 9d98385 autoboot: Tidy up use of menukey by Simon Glass · Sat Jul 20 20:51:23 2019 -0600
  29. 9e476d9 autoboot: Rename CONFIG_MENUKEY to CONFIG_AUTOBOOT_MENUKEY by Simon Glass · Sat Jul 20 20:51:21 2019 -0600
  30. e699378 autoboot: Drop unused CONFIG_MENUPROMPT by Simon Glass · Sat Jul 20 20:51:20 2019 -0600
  31. 6d99d13 autoboot: Drop #ifdef CONFIG_AUTOBOOT_KEYED by Simon Glass · Sat Jul 20 20:51:19 2019 -0600
  32. 3a31505 autoboot: Use if() for CONFIG_SILENT_CONSOLE by Simon Glass · Sat Jul 20 20:51:18 2019 -0600
  33. a8cab88 autoboot: Improve docs for CONFIG_AUTOBOOT_ENCRYPTION by Simon Glass · Sat Jul 20 20:51:17 2019 -0600
  34. 6a2e09f autoboot: Drop #ifdef for CONFIG_AUTOBOOT_ENCRYPTION by Simon Glass · Sat Jul 20 20:51:16 2019 -0600
  35. 760d3fb autoboot: Use CONFIG_AUTOBOOT_STOP_STR_SHA256 indirectly by Simon Glass · Sat Jul 20 20:51:15 2019 -0600
  36. 4fc1891 bootcount: Rewrite autoboot to use wrapper functions from bootcount.h by Lukasz Majewski · Wed May 02 16:10:53 2018 +0200
  37. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  38. 055afba Initialize SHA buffer size var in passwd_abort by Martin Etnestad · Fri Jan 12 09:04:38 2018 +0100
  39. 22c34c2 env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() by Simon Glass · Thu Aug 03 12:22:13 2017 -0600
  40. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · Thu Aug 03 12:22:12 2017 -0600
  41. 4d949a2 env: Rename common functions related to setenv() by Simon Glass · Thu Aug 03 12:22:10 2017 -0600
  42. 9a33386 autoboot: move bootdelay >= 0 check to abortboot() by Masahiro Yamada · Mon Jun 27 16:23:04 2016 +0900
  43. d88f872 autoboot: move CONFIG_SILENT_CONSOLE handling by Masahiro Yamada · Mon Jun 27 16:23:03 2016 +0900
  44. 6d1248a autoboot: rename abortboot_{keyed, normal} to __abortboot by Masahiro Yamada · Mon Jun 27 16:23:02 2016 +0900
  45. 5fadc7f autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK by Masahiro Yamada · Mon Jun 27 16:23:01 2016 +0900
  46. c9fa9a5 autoboot.c: Fill env vars in process_fdt_options() only if TEXT_BASE is set by Stefan Roese · Thu Jan 28 17:34:40 2016 +0100
  47. a73bda4 Move console definitions into a new console.h file by Simon Glass · Sun Nov 08 23:47:45 2015 -0700
  48. 0ed2e46 autoboot.c: Add feature to stop autobooting via SHA256 encrypted password by Stefan Roese · Mon May 18 14:08:24 2015 +0200
  49. 83da3f1 autoboot.c: Move config options to Kconfig by Stefan Roese · Mon May 18 14:08:23 2015 +0200
  50. 0a48c7a autoboot.c: Remove CONFIG_AUTOBOOT_STOP_STR2 and CONFIG_AUTOBOOT_DELAY_STR2 by Stefan Roese · Mon May 18 14:08:22 2015 +0200
  51. f682d8c autoboot: add its own header by Jeroen Hofstee · Sun Jul 13 22:57:58 2014 +0200
  52. 5afc76f cosmetic: autoboot: update old style GNU struct init by Jeroen Hofstee · Mon Jun 16 00:17:33 2014 +0200
  53. 5b47e30 main: Make the execution path a little clearer in main.c by Simon Glass · Thu Apr 10 20:01:35 2014 -0600
  54. 09007c4 Rename bootretry functions and remove #ifdefs by Simon Glass · Thu Apr 10 20:01:31 2014 -0600
  55. 399ed9a Move bootretry code into bootretry.c and clean up by Simon Glass · Thu Apr 10 20:01:30 2014 -0600
  56. 7b6a95a Move autoboot code to autoboot.c by Simon Glass · Thu Apr 10 20:01:28 2014 -0600