1. d0aff8b dm: core: Rename ofnode_get_property_by_prop() by Simon Glass · 2 years, 3 months ago
  2. fec058d dm: core: Rename ofnode_get_first/next_property() by Simon Glass · 2 years, 3 months ago
  3. 80877fa cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 3 months ago
  4. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
  5. 46b530a bootm: Tidy up use of autostart env var by Simon Glass · 3 years, 1 month ago
  6. c20046f env: Simplify env_get_default() by Marek Behún · 3 years, 1 month ago
  7. e087a46 env: Fix env_get() when returning empty string using env_get_f() by Marek Behún · 3 years, 1 month ago
  8. 08c6b04 env: Don't set ready flag if import failed in env_set_default() by Marek Behún · 3 years, 1 month ago
  9. adb431e env: Use static_assert() to check if default_environment is too large by Marek Behún · 3 years, 1 month ago
  10. 73d2534 env: Always use char for default_environment by Marek Behún · 3 years, 1 month ago
  11. 30044c5 env: Move non-cli env functions to env/common.c by Marek Behún · 3 years, 1 month ago
  12. cf8e543 env: allow environment to be amended from control dtb by Rasmus Villemoes · 3 years, 7 months ago
  13. 61374b0 env: increment redund flag on read fail by Brandon Maier · 4 years ago
  14. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  15. 3065113 env: split env_import_redund() into 2 functions by Heiko Schocher · 4 years, 2 months ago
  16. dfe4b7e env: Discern environment coming from external storage by Marek Vasut · 4 years, 5 months ago
  17. ab6b15a env: Add H_DEFAULT flag by Marek Vasut · 4 years, 5 months ago
  18. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  19. 1ea9789 common: Drop bootstage.h from common header by Simon Glass · 4 years, 7 months ago
  20. 16ff570 common: Move sorting functions to their own header file by Simon Glass · 5 years ago
  21. 48b6c6b crc32: Use the crc.h header for crc functions by Simon Glass · 5 years ago
  22. 9ad1d3b Revert "env: solve compilation error in SPL" by Tom Rini · 5 years ago
  23. 9d1f619 env: Rename environment.h to env_internal.h by Simon Glass · 5 years ago
  24. 1a23686 env: Drop the ENTRY typedef by Simon Glass · 5 years ago
  25. 9738586 env: Move get/set_default_env() to env.h by Simon Glass · 5 years ago
  26. eec9796 env: Move set_default_vars to env.h by Simon Glass · 5 years ago
  27. 8fe4093 env: Move env_relocate() to env.h by Simon Glass · 5 years ago
  28. a3a43b3 env: solve compilation error in SPL by Patrick Delaunay · 6 years ago
  29. c309788 env: common: Return specific error code on bad CRC by Sam Protsenko · 6 years ago
  30. 619fc68 common: command: Add support for $ auto-completion by Boris Brezillon · 6 years ago
  31. 4e9d34cf env: add the same prefix to error messages to make it detectable by tests by Quentin Schulz · 6 years ago
  32. b2bb9bc env: common: accept flags on reset to default env by Yaniv Levinsky · 6 years ago
  33. 16e3424 cmd: nvedit: set H_INTERACTIVE in do_env_default by Yaniv Levinsky · 6 years ago
  34. 23840d1 cmd: nvedit: propagate envflag to set_default_vars by Yaniv Levinsky · 6 years ago
  35. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  36. 75c6579 env: Relocate env drivers if manual reloc is required by Siva Durga Prasad Paladugu · 7 years ago
  37. e07096e env: move more common code to env_import_redund by Simon Goldschmidt · 7 years ago
  38. 32c3eb5 env: make env_import(_redund) return 0 on success, not 1 by Simon Goldschmidt · 7 years ago
  39. 12e6eac env: common: Make the debug messages play a little nicer by Maxime Ripard · 7 years ago
  40. 6b6ee8a env: Remove CONFIG_ENV_AES support by Tom Rini · 7 years ago
  41. 81e1042 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
  42. 1f39d0b env: Replace all open-coded gd->env_valid values with ENV_ flags by Simon Glass · 7 years ago
  43. da1a134 env: Rename some other getenv()-related functions by Simon Glass · 7 years ago
  44. 22c34c2 env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() by Simon Glass · 7 years ago
  45. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  46. 1753957 env: Drop env_relocate_spec() in favour of env_load() by Simon Glass · 7 years ago
  47. 10b0d7b env: Drop env_get_char_spec() by Simon Glass · 7 years ago
  48. 6b6c930 env: common: Drop env_get_char_memory() by Simon Glass · 7 years ago
  49. 60ba44e env: common: Drop env_get_char_init() by Simon Glass · 7 years ago
  50. 4be5f75 env: common: Factor out the common env_valid check by Simon Glass · 7 years ago
  51. 9898ff3 env: common: Drop env_get_addr() by Simon Glass · 7 years ago
  52. 480a36c env: common: Make env_get_addr/get_char_memory() static by Simon Glass · 7 years ago
  53. 547cb40 Move environment files from common/ to env/ by Simon Glass · 7 years ago[Renamed from common/env_common.c]
  54. 57ea7f7 env: Add generic redundant environment implementation by Fiach Antaw · 8 years ago
  55. 4a24308 Rename aes.h to uboot_aes.h by Stefano Babic · 8 years ago
  56. c5b1e5d Various, accumulated typos collected from around the tree. by Robert P. J. Day · 8 years ago
  57. 8d56db9 Various, unrelated tree-wide typo fixes. by Robert P. J. Day · 8 years ago
  58. 32bb7c8 env: Setup GD_FLG_ENV_DEFAULT flag when default environment are used by Michal Simek · 8 years ago
  59. 3e12be7 Add option -r to env import to allow import of text files with CRLF as line endings by Alexander Holler · 10 years ago
  60. 82d92da common: env_common: make env_get_char_spec __weak by Jeroen Hofstee · 10 years ago
  61. 486112d env: Implement support for encrypting environment by Marek Vasut · 11 years ago
  62. d73c129 env: Add env_export() wrapper by Marek Vasut · 11 years ago
  63. bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  64. 6d8bfcb spl: env_common.c: make CONFIG_SPL_BUILD contain function env_import by Ying Zhang · 11 years ago
  65. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  66. 6fe26c9 env: Add support for access control to .flags by Joe Hershberger · 12 years ago
  67. 71497d0 env: Add environment variable flags by Joe Hershberger · 12 years ago
  68. 864ec56 env: Use getenv_yesno() more generally by Joe Hershberger · 12 years ago
  69. 638e659 env: Refactor apply into change_ok by Joe Hershberger · 12 years ago
  70. a46f770 env: Refactor do_apply to a flag by Joe Hershberger · 12 years ago
  71. 8132114 env: cosmetic: Consilidate the default env definition by Joe Hershberger · 12 years ago
  72. 0b3176c COMMON: Use __stringify() instead of MK_STR() by Marek Vasut · 12 years ago
  73. f7a2c55 OMAP: networking support for SPL by Ilya Yanok · 12 years ago
  74. fe9f49d env: make "env default" selective, check and apply by Gerlando Falauto · 12 years ago
  75. d392595 env: add check/apply logic to himport_r() by Gerlando Falauto · 12 years ago
  76. 9b0e1ff env: make himport_r() selective on variables by Gerlando Falauto · 12 years ago
  77. 8cdea94 env_common: Add missing ethprime by Benoît Thébaudeau · 12 years ago
  78. 1465d5f Add env vars describing U-Boot target board by Stephen Warren · 13 years ago
  79. 0169e6b bootstage: Replace show_boot_progress/error() with bootstage_...() by Simon Glass · 13 years ago
  80. 964d1d4 bootstage: Convert net progress numbers to enums by Simon Glass · 13 years ago
  81. d409b1b bootstage: Use show_boot_error() for -ve progress numbers by Simon Glass · 13 years ago
  82. 76c02dc env: factor out the env_get_char_spec() function by Igor Grinberg · 13 years ago
  83. 3e77359 env: clean env_common.c checkpatch and code style by Igor Grinberg · 13 years ago
  84. e4da248 common: cosmetic: CONFIG_BOOTFILE checkpatch compliance by Joe Hershberger · 13 years ago
  85. 257ff78 common: cosmetic: CONFIG_ROOTPATH checkpatch compliance by Joe Hershberger · 13 years ago
  86. 018f0c8 constify default env by Mike Frysinger · 14 years ago
  87. 8d88232 env: re-add support for auto-completion by Mike Frysinger · 14 years ago
  88. 92d7a99 hashtable: drop all non-reentrant versions by Mike Frysinger · 14 years ago
  89. d0813e5 Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · 14 years ago
  90. e0909be env: don't set to default env twice when use CONFIG_ENV_IS_NOWHERE by Lei Wen · 14 years ago
  91. faa0d2e env: fix cmd_env_sub fct pointers if CONFIG_RELOC_FIXUP_WORKS is not defined by Heiko Schocher · 14 years ago
  92. 460a9ff New implementation for internal handling of environment variables. by Wolfgang Denk · 14 years ago
  93. 30c3add Drop support for GTH board by Wolfgang Denk · 14 years ago
  94. b0b104a Remove AmigaOneG3SE board by Wolfgang Denk · 14 years ago
  95. 9057cbf Conditionally perform common relocation fixups by Peter Tyser · 15 years ago
  96. 09304f5 env: kill off default_environment_size by Mike Frysinger · 15 years ago
  97. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  98. e5167f1 Adds two more ethernet interface to 83xx by richardretanubun · 16 years ago
  99. 7e1cda6 rename CFG_ENV macros to CONFIG_ENV by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  100. 68a8756 rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago