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