1. bfef297 env: Drop CONFIG_ENV_IS_IN_DATAFLASH by Tuomas Tynkkynen · 7 years ago
  2. a29829e cmd/gpt.c, cmd/nvedit.c, tools/fit_image.c: Rework recent fixes for Coverity by Tom Rini · 7 years ago
  3. 4beb235 cmd/nvedit.c: Update input handling to cover overflow cases by Tom Rini · 7 years ago
  4. 81e1042 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
  5. 22c34c2 env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() by Simon Glass · 7 years ago
  6. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  7. 4d949a2 env: Rename common functions related to setenv() by Simon Glass · 7 years ago
  8. 6a38e41 env: Rename setenv() to env_set() by Simon Glass · 7 years ago
  9. d49b889 env: Drop saveenv() in favour of env_save() by Simon Glass · 7 years ago
  10. d8273ed env: Drop the env_name_spec global by Simon Glass · 7 years ago
  11. bdad0fa cmd: nvedit: bring error message in sync with condition under which it appears by Lothar Waßmann · 7 years ago
  12. e77ba3e common: env: remove superfluous assignment by xypron.glpk@gmx.de · 8 years ago
  13. c5b1e5d Various, accumulated typos collected from around the tree. by Robert P. J. Day · 8 years ago
  14. 5da543c common: env: support sata device by Peng Fan · 9 years ago
  15. d1f4063 common: Add support for environment file in EXT4. by Stuart Longland · 9 years ago
  16. 5f861a7 Remove the cmd_ prefix from command files by Simon Glass · 9 years ago[Renamed from cmd/cmd_nvedit.c]
  17. 29499a0 Move all command code into its own directory by Simon Glass · 9 years ago[Renamed from common/cmd_nvedit.c]
  18. 46c99d4 common: nvedit: use snprintf instead of sprintf by Peng Fan · 9 years ago
  19. a73bda4 Move console definitions into a new console.h file by Simon Glass · 9 years ago
  20. dfc382a env: Distinguish finer between source of env change by Joe Hershberger · 10 years ago
  21. d741f56 env: Allow env_attr_walk to pass a priv * to callback by Joe Hershberger · 10 years ago
  22. 65b905b common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · 10 years ago
  23. 3e12be7 Add option -r to env import to allow import of text files with CRLF as line endings by Alexander Holler · 10 years ago
  24. be6aafc Add cli_ prefix to readline functions by Simon Glass · 11 years ago
  25. dec3c01 move CLI prototypes to cli.h and add comments by Simon Glass · 11 years ago
  26. a745926 sandbox: Support 'env import' and 'env export' by Simon Glass · 11 years ago
  27. 0c44c49 cmd_nvedit: Make 'env import -c' require size parameter by Tom Rini · 11 years ago
  28. d8d51f8 env: fix the env export varname by Pierre Aubert · 11 years ago
  29. 9446340 cmd_nvedit.c: Add env exists command by Andrew Ruder · 11 years ago
  30. bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  31. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  32. df372d6 env: Fix minor comment typos in cmd_nvedit by Simon Glass · 12 years ago
  33. ac9c301 "env grep" - add support for regular expression matches by Wolfgang Denk · 12 years ago
  34. b917ba4 "env grep" - add options to grep in name, value, or both. by Wolfgang Denk · 12 years ago
  35. e27fc12 "env grep" - reimplement command using hexport_r() by Wolfgang Denk · 12 years ago
  36. 565af27 hashtable: preparations to use hexport_r() for "env grep" by Wolfgang Denk · 12 years ago
  37. abbd512 Add getenv_hex() to return an environment variable as hex by Simon Glass · 12 years ago
  38. ec85681 printenv: Correct out-of-memory condition check. by Maxime Larocque · 12 years ago
  39. 0c5faa8 env: Add support for UBI environment by Joe Hershberger · 12 years ago
  40. 3902c60 mtd: Make mtdparts work with pre-reloc env by Joe Hershberger · 12 years ago
  41. 586895d env: fix "env ask" command by Wolfgang Denk · 12 years ago
  42. 91d1b5f env: Avoid clobbering an edited variable on ctrl-c by Joe Hershberger · 12 years ago
  43. 103789d common: Use new numeric setenv functions by Simon Glass · 12 years ago
  44. 044dc9e Update set_working_fdt_addr() to use setenv_addr() by Simon Glass · 12 years ago
  45. 8335ce7 env: Implement the env delete command by Joe Hershberger · 12 years ago
  46. f64bb77 env: Add setenv force support by Joe Hershberger · 12 years ago
  47. 6fe26c9 env: Add support for access control to .flags by Joe Hershberger · 12 years ago
  48. a2d62b7 env: Add a command to display details about env flags by Joe Hershberger · 12 years ago
  49. 71497d0 env: Add environment variable flags by Joe Hershberger · 12 years ago
  50. 5c89d6d env: Add a console env handler by Joe Hershberger · 12 years ago
  51. d1f5ae9 env: Add a loadaddr env handler by Joe Hershberger · 12 years ago
  52. 3928bb6 env: Add a baudrate env handler by Joe Hershberger · 12 years ago
  53. dc9d1e5 env: Add a bootfile env handler by Joe Hershberger · 12 years ago
  54. 1b0d551 env: Add a command to view callbacks by Joe Hershberger · 12 years ago
  55. 79a905e env: Hide '.' variables in env print by default by Joe Hershberger · 12 years ago
  56. 638e659 env: Refactor apply into change_ok by Joe Hershberger · 12 years ago
  57. a46f770 env: Refactor do_apply to a flag by Joe Hershberger · 12 years ago
  58. dc00a68 common/cmd_*.c: sparse fixes by Kim Phillips · 12 years ago
  59. 3a136bc serial: remove calls to serial_assign() by Allen Martin · 12 years ago
  60. dd000dd env: Check for NULL pointer in envmatch() by Joe Hershberger · 12 years ago
  61. 52039da serial: Remove CONFIG_SERIAL_MULTI from remaining sources by Marek Vasut · 12 years ago
  62. 0b3176c COMMON: Use __stringify() instead of MK_STR() by Marek Vasut · 12 years ago
  63. a62685d env: fix crash using default -f -a by Gerlando Falauto · 12 years ago
  64. f7a2c55 OMAP: networking support for SPL by Ilya Yanok · 12 years ago
  65. fe9f49d env: make "env default" selective, check and apply by Gerlando Falauto · 12 years ago
  66. 393acf0 env: check and apply changes on delete/destroy by Gerlando Falauto · 12 years ago
  67. d392595 env: add check/apply logic to himport_r() by Gerlando Falauto · 12 years ago
  68. 9b0e1ff env: make himport_r() selective on variables by Gerlando Falauto · 12 years ago
  69. dc88d59 env: unify logic to check and apply changes by Gerlando Falauto · 12 years ago
  70. ee55de2 env: cosmetic: drop assignment i = iomux_doenv() by Gerlando Falauto · 12 years ago
  71. f712897 env import/export: Remove from help if disabled by Benoît Thébaudeau · 12 years ago
  72. 36437bc Block: Remove MG DISK support by Marek Vasut · 13 years ago
  73. ae5dfde common/cmd_nvedit.c: Fix GCC 4.6 warning by Anatolij Gustschin · 13 years ago
  74. 04b63f2 net: punt bd->bi_ip_addr by Mike Frysinger · 13 years ago
  75. 85bcd73 powerpc/corenet_ds: Slave reads ENV from master when boot from SRIO by Liu Gang · 13 years ago
  76. 9765c08 Add support for loading and saving the environment to a FAT partition by Maximilian Schwerin · 13 years ago
  77. a06dfc7 Convert cmd_usage() calls in common to use a return value by Simon Glass · 13 years ago
  78. 0eab4d5 common: add possibility for readline_into_buffer timeout by Heiko Schocher · 13 years ago
  79. 295da64 common/cmd_nvedit.c: Fix size calculation in do_env_import() by Horst Kronstorfer · 13 years ago
  80. c63e900 common/cmd_nvedit.c: Add missing 'env save' preproc guard by Horst Kronstorfer · 13 years ago
  81. e7c338b cmd_nvedit.c: Fix compiler warning introduced by checkpatch cleanup by Kumar Gala · 13 years ago
  82. de83256 env: clean cmd_nvedit.c checkpatch and code style by Igor Grinberg · 13 years ago
  83. 269cbef common: move extern char console_buffer[] to common.h by Igor Grinberg · 13 years ago
  84. c6f4e12 Fix warnings in cmd_nvedit.c by Simon Glass · 13 years ago
  85. 1e3cdf3 env: allow to export only selected variables by Wolfgang Denk · 13 years ago
  86. 34f5229 tftpput: add save_addr and save_size global variables by Simon Glass · 13 years ago
  87. b8e926e Add setenv_ulong() and setenv_addr() by Simon Glass · 13 years ago
  88. bf690f8 Add getenv_ulong() to read an integer from an environment variable by Simon Glass · 13 years ago
  89. 305e02a GCC4.6: Squash warning in cmd_nvedit.c by Marek Vasut · 13 years ago
  90. d67abff Constify getenv(), setenv() and hash code functions by Wolfgang Denk · 13 years ago
  91. 4328547 cmd_nvedit.c: make error message more helpful by Wolfgang Denk · 14 years ago
  92. ff2a9f3 cmd_nvedit.c: clean up with checkpatch by Macpaul Lin · 14 years ago
  93. f0c9d53 common: add a grepenv command by Kim Phillips · 14 years ago
  94. 74ac020 Fix typo in #error: IS_IN_NOWHERE vs. IS_NOWHERE by Loïc Minier · 14 years ago
  95. f3ddf20 env: make import/export optional by Mike Frysinger · 14 years ago
  96. 92b9b2e cmd_nvedit: use explicit typecast for printf by Andreas Bießmann · 14 years ago
  97. 3b70e55 load_addr: move to common env code by Mike Frysinger · 14 years ago
  98. 92d7a99 hashtable: drop all non-reentrant versions by Mike Frysinger · 14 years ago
  99. b5bc05e autocomplete: remove runtime handler install by Mike Frysinger · 14 years ago
  100. ad8058f common/cmd_nvedit: Use return value of cmd_usage by Thomas Weber · 14 years ago