1. 9846390 Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE by Simon Glass · 1 year, 11 months ago
  2. c11cedc autoboot: make sure watchdog device(s) are handled with keyed autoboot by Rasmus Villemoes · 2 years ago
  3. 9d4e88c env: Move the doc comment to the code by Simon Glass · 2 years, 7 months ago
  4. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 8 months ago
  5. 7de8bd0 treewide: fdt: Move fdt_get_config_... to ofnode_conf_read... by Simon Glass · 3 years, 2 months ago
  6. cb89700 sandbox: Reduce keyed autoboot delay by Simon Glass · 3 years, 2 months ago
  7. 3319874 common: add support to fallback to plain SHA256 by Steffen Jaeckel · 3 years, 3 months ago
  8. d199c3a common: add AUTOBOOT_FLUSH_STDIN option by Steffen Jaeckel · 3 years, 3 months ago
  9. 6c0ce6d common: allow disabling of timeout for password entry by Steffen Jaeckel · 3 years, 3 months ago
  10. 1b2d680 common: Rename macro appropriately by Steffen Jaeckel · 3 years, 3 months ago
  11. 1a4a778 common: integrate crypt-based passwords by Steffen Jaeckel · 3 years, 3 months ago
  12. 760d2f9 autoboot: fix MENUKEY by Da Xue · 3 years, 3 months ago
  13. 5a87df8 autoboot: fix typos of CONFIG_AUTOBOOT_USE_MENUKEY by Da Xue · 3 years, 3 months ago
  14. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 3 years, 11 months ago
  15. e088f0c autoboot: fix illegal memory access when stop key and delay key are empty by Yuezhang.Mo@sony.com · 3 years, 8 months ago
  16. 652b504 Add optional salt to AUTOBOOT_STOP_STR_SHA256 by Joel Peshkin · 3 years, 10 months ago
  17. c670aee common: rename getc() to getchar() by Heinrich Schuchardt · 4 years ago
  18. 6ebe6b3 common, autoboot: sync functionality with Kconfig description by Heiko Schocher · 4 years ago
  19. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  20. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  21. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 8 months ago
  22. 288b29e common: Move command functions out of common.h by Simon Glass · 4 years, 10 months ago
  23. 1045315 common: Move get_ticks() function out of common.h by Simon Glass · 4 years, 10 months ago
  24. c7694dd env: Move env_set_hex() to env.h by Simon Glass · 5 years ago
  25. ecaae80 autoboot: fix bug using with CAAM and AUTOBOOT_ENCRYPTION by Heiko Schocher · 5 years ago
  26. 5ec35ff autoboot: Adjust the implementation in autoboot_command() by Simon Glass · 5 years ago
  27. 5fa3fd2 autoboot: Move a few more options from #ifdef to if() by Simon Glass · 5 years ago
  28. e231306 autoboot: Rename CONFIG_MENU_SHOW to include AUTOBOOT by Simon Glass · 5 years ago
  29. d915ad2 autoboot: Tidy up use of menukey by Simon Glass · 5 years ago
  30. 8fc31e2 autoboot: Rename CONFIG_MENUKEY to CONFIG_AUTOBOOT_MENUKEY by Simon Glass · 5 years ago
  31. 2452bb7 autoboot: Drop unused CONFIG_MENUPROMPT by Simon Glass · 5 years ago
  32. e79e4b2 autoboot: Drop #ifdef CONFIG_AUTOBOOT_KEYED by Simon Glass · 5 years ago
  33. 42b4d14 autoboot: Use if() for CONFIG_SILENT_CONSOLE by Simon Glass · 5 years ago
  34. 88fa4be autoboot: Improve docs for CONFIG_AUTOBOOT_ENCRYPTION by Simon Glass · 5 years ago
  35. e8c7805 autoboot: Drop #ifdef for CONFIG_AUTOBOOT_ENCRYPTION by Simon Glass · 5 years ago
  36. 0c4bd31 autoboot: Use CONFIG_AUTOBOOT_STOP_STR_SHA256 indirectly by Simon Glass · 5 years ago
  37. bc8c440 bootcount: Rewrite autoboot to use wrapper functions from bootcount.h by Lukasz Majewski · 6 years ago
  38. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  39. 2d06fd8 Initialize SHA buffer size var in passwd_abort by Martin Etnestad · 7 years ago
  40. bfebc8c env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() by Simon Glass · 7 years ago
  41. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  42. 018f530 env: Rename common functions related to setenv() by Simon Glass · 7 years ago
  43. 4632739 autoboot: move bootdelay >= 0 check to abortboot() by Masahiro Yamada · 8 years ago
  44. 09b9d9e autoboot: move CONFIG_SILENT_CONSOLE handling by Masahiro Yamada · 8 years ago
  45. d8da829 autoboot: rename abortboot_{keyed, normal} to __abortboot by Masahiro Yamada · 8 years ago
  46. 2fbb846 autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK by Masahiro Yamada · 8 years ago
  47. 9f73690 autoboot.c: Fill env vars in process_fdt_options() only if TEXT_BASE is set by Stefan Roese · 9 years ago
  48. 24b852a Move console definitions into a new console.h file by Simon Glass · 9 years ago
  49. 8f0b1e2 autoboot.c: Add feature to stop autobooting via SHA256 encrypted password by Stefan Roese · 9 years ago
  50. d126e01 autoboot.c: Move config options to Kconfig by Stefan Roese · 9 years ago
  51. 2d908fa autoboot.c: Remove CONFIG_AUTOBOOT_STOP_STR2 and CONFIG_AUTOBOOT_DELAY_STR2 by Stefan Roese · 9 years ago
  52. 39e1230 autoboot: add its own header by Jeroen Hofstee · 10 years ago
  53. 9e546ee cosmetic: autoboot: update old style GNU struct init by Jeroen Hofstee · 10 years ago
  54. affb215 main: Make the execution path a little clearer in main.c by Simon Glass · 10 years ago
  55. b26440f Rename bootretry functions and remove #ifdefs by Simon Glass · 10 years ago
  56. 0098e17 Move bootretry code into bootretry.c and clean up by Simon Glass · 10 years ago
  57. 66ded17 Move autoboot code to autoboot.c by Simon Glass · 10 years ago