1. cd121bd env: register erase command by Frank Wunderlich · 5 years ago
  2. 8e92120 cmd: nvedit: Add sub-command 'env info' by Leo Ruan · 5 years ago
  3. 2702646 Merge tag 'u-boot-stm32-20190606' of https://github.com/pchotard/u-boot by Tom Rini · 5 years ago
  4. 2643c85 env: enable saveenv command when one CONFIG_ENV_IS_IN is activated by Patrick Delaunay · 6 years ago
  5. 4b27a76 cmd: env: add -nv option for UEFI non-volatile variable by AKASHI Takahiro · 5 years ago
  6. 49d81fd cmd: env: add "-e" option for handling UEFI variables by AKASHI Takahiro · 6 years ago
  7. 8291951 cmd: nvedit: use correct format code by Heinrich Schuchardt · 6 years ago
  8. d71b029 cmd: env: Fix CRC calculation for 'env export -c -s' by Neil Stainton · 6 years ago
  9. eaf7347 cmd: nvedit: env import can now import only variables passed as parameters by Quentin Schulz · 6 years ago
  10. 6c90f62 env: add the same prefix to error messages to make it detectable by tests by Quentin Schulz · 6 years ago
  11. c5d548a env: common: accept flags on reset to default env by Yaniv Levinsky · 6 years ago
  12. 5a04264 cmd: nvedit: set H_INTERACTIVE in do_env_default by Yaniv Levinsky · 6 years ago
  13. 477f811 cmd: nvedit: propagate envflag to set_default_vars by Yaniv Levinsky · 6 years ago
  14. 3009149 cmd: nvedit: rename flags in do_env_default by Yaniv Levinsky · 6 years ago
  15. 919d25c u-boot: Fix several typos by Shyam Saini · 6 years ago
  16. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  17. 9925f1d net: Move enetaddr env access code to env config instead of net config by Alex Kiernan · 6 years ago
  18. 87c7fb3 cmd: nvedit: env_get_f must check for env_get_char error codes by Simon Goldschmidt · 7 years ago
  19. 9c24dfb cmd: nvedit: Get rid of the env lookup by Maxime Ripard · 7 years ago
  20. 7b7341d env: Drop CONFIG_ENV_IS_IN_DATAFLASH by Tuomas Tynkkynen · 7 years ago
  21. bf52fcd cmd/gpt.c, cmd/nvedit.c, tools/fit_image.c: Rework recent fixes for Coverity by Tom Rini · 7 years ago
  22. c667723 cmd/nvedit.c: Update input handling to cover overflow cases by Tom Rini · 7 years ago
  23. 9b643e3 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
  24. bfebc8c env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() by Simon Glass · 7 years ago
  25. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  26. 018f530 env: Rename common functions related to setenv() by Simon Glass · 7 years ago
  27. 382bee5 env: Rename setenv() to env_set() by Simon Glass · 7 years ago
  28. 0151009 env: Drop saveenv() in favour of env_save() by Simon Glass · 7 years ago
  29. ac358be env: Drop the env_name_spec global by Simon Glass · 7 years ago
  30. d1b88cd cmd: nvedit: bring error message in sync with condition under which it appears by Lothar Waßmann · 7 years ago
  31. c33e825 common: env: remove superfluous assignment by xypron.glpk@gmx.de · 7 years ago
  32. fc0b594 Various, accumulated typos collected from around the tree. by Robert P. J. Day · 8 years ago
  33. 125d193 common: env: support sata device by Peng Fan · 8 years ago
  34. fd1000b common: Add support for environment file in EXT4. by Stuart Longland · 9 years ago
  35. 2e192b2 Remove the cmd_ prefix from command files by Simon Glass · 9 years ago[Renamed from cmd/cmd_nvedit.c]
  36. 72a8cf8 Move all command code into its own directory by Simon Glass · 9 years ago[Renamed from common/cmd_nvedit.c]
  37. 5d49b4c common: nvedit: use snprintf instead of sprintf by Peng Fan · 9 years ago
  38. 24b852a Move console definitions into a new console.h file by Simon Glass · 9 years ago
  39. 94b467b env: Distinguish finer between source of env change by Joe Hershberger · 9 years ago
  40. cca98fd env: Allow env_attr_walk to pass a priv * to callback by Joe Hershberger · 9 years ago
  41. 0eb25b6 common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · 10 years ago
  42. ecd1446 Add option -r to env import to allow import of text files with CRLF as line endings by Alexander Holler · 10 years ago
  43. e1bf824 Add cli_ prefix to readline functions by Simon Glass · 10 years ago
  44. 18d6653 move CLI prototypes to cli.h and add comments by Simon Glass · 10 years ago
  45. fd37dac sandbox: Support 'env import' and 'env export' by Simon Glass · 11 years ago
  46. 3775dcd cmd_nvedit: Make 'env import -c' require size parameter by Tom Rini · 11 years ago
  47. 9a83233 env: fix the env export varname by Pierre Aubert · 11 years ago
  48. 88733e2 cmd_nvedit.c: Add env exists command by Andrew Ruder · 11 years ago
  49. 3765b3e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  50. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  51. 9602286 env: Fix minor comment typos in cmd_nvedit by Simon Glass · 11 years ago
  52. be29df6 "env grep" - add support for regular expression matches by Wolfgang Denk · 12 years ago
  53. d87244d "env grep" - add options to grep in name, value, or both. by Wolfgang Denk · 12 years ago
  54. 5a31ea0 "env grep" - reimplement command using hexport_r() by Wolfgang Denk · 12 years ago
  55. ea009d4 hashtable: preparations to use hexport_r() for "env grep" by Wolfgang Denk · 12 years ago
  56. 76b8f79 Add getenv_hex() to return an environment variable as hex by Simon Glass · 11 years ago
  57. 22a4a6c printenv: Correct out-of-memory condition check. by Maxime Larocque · 12 years ago
  58. 2b74433 env: Add support for UBI environment by Joe Hershberger · 11 years ago
  59. a7eb1d6 mtd: Make mtdparts work with pre-reloc env by Joe Hershberger · 11 years ago
  60. 7d85591 env: fix "env ask" command by Wolfgang Denk · 12 years ago
  61. 18a3cce env: Avoid clobbering an edited variable on ctrl-c by Joe Hershberger · 12 years ago
  62. 41ef372 common: Use new numeric setenv functions by Simon Glass · 12 years ago
  63. bfc5996 Update set_working_fdt_addr() to use setenv_addr() by Simon Glass · 12 years ago
  64. 9d8d661 env: Implement the env delete command by Joe Hershberger · 12 years ago
  65. 24ab5a1 env: Add setenv force support by Joe Hershberger · 12 years ago
  66. 267541f env: Add support for access control to .flags by Joe Hershberger · 12 years ago
  67. fffad71 env: Add a command to display details about env flags by Joe Hershberger · 12 years ago
  68. 2598090 env: Add environment variable flags by Joe Hershberger · 12 years ago
  69. 849d5d9 env: Add a console env handler by Joe Hershberger · 12 years ago
  70. 1cf0a8b env: Add a loadaddr env handler by Joe Hershberger · 12 years ago
  71. 3205771 env: Add a baudrate env handler by Joe Hershberger · 12 years ago
  72. a9f51c9 env: Add a bootfile env handler by Joe Hershberger · 12 years ago
  73. 5e2b3e0 env: Add a command to view callbacks by Joe Hershberger · 12 years ago
  74. be11235 env: Hide '.' variables in env print by default by Joe Hershberger · 12 years ago
  75. 7afcf3a env: Refactor apply into change_ok by Joe Hershberger · 12 years ago
  76. c4e0057 env: Refactor do_apply to a flag by Joe Hershberger · 12 years ago
  77. 088f1b1 common/cmd_*.c: sparse fixes by Kim Phillips · 12 years ago
  78. 8440f18 serial: remove calls to serial_assign() by Allen Martin · 12 years ago
  79. 586197d env: Check for NULL pointer in envmatch() by Joe Hershberger · 12 years ago
  80. 036036d serial: Remove CONFIG_SERIAL_MULTI from remaining sources by Marek Vasut · 12 years ago
  81. 5368c55 COMMON: Use __stringify() instead of MK_STR() by Marek Vasut · 12 years ago
  82. 7ac8055 env: fix crash using default -f -a by Gerlando Falauto · 12 years ago
  83. 7ac2fe2 OMAP: networking support for SPL by Ilya Yanok · 12 years ago
  84. b64b7c3 env: make "env default" selective, check and apply by Gerlando Falauto · 12 years ago
  85. 152874b env: check and apply changes on delete/destroy by Gerlando Falauto · 12 years ago
  86. c598359 env: add check/apply logic to himport_r() by Gerlando Falauto · 12 years ago
  87. 348b1f1 env: make himport_r() selective on variables by Gerlando Falauto · 12 years ago
  88. c3f6525 env: unify logic to check and apply changes by Gerlando Falauto · 12 years ago
  89. c2ba2ff env: cosmetic: drop assignment i = iomux_doenv() by Gerlando Falauto · 12 years ago
  90. 4796bc4 env import/export: Remove from help if disabled by Benoît Thébaudeau · 12 years ago
  91. b37d41a Block: Remove MG DISK support by Marek Vasut · 13 years ago
  92. 5017436 common/cmd_nvedit.c: Fix GCC 4.6 warning by Anatolij Gustschin · 12 years ago
  93. 50a47d0 net: punt bd->bi_ip_addr by Mike Frysinger · 12 years ago
  94. 0a85a9e powerpc/corenet_ds: Slave reads ENV from master when boot from SRIO by Liu Gang · 13 years ago
  95. 57210c7 Add support for loading and saving the environment to a FAT partition by Maximilian Schwerin · 13 years ago
  96. 4c12eeb Convert cmd_usage() calls in common to use a return value by Simon Glass · 13 years ago
  97. 9c34831 common: add possibility for readline_into_buffer timeout by Heiko Schocher · 13 years ago
  98. d3f80c7 common/cmd_nvedit.c: Fix size calculation in do_env_import() by Horst Kronstorfer · 13 years ago
  99. d798a9b common/cmd_nvedit.c: Add missing 'env save' preproc guard by Horst Kronstorfer · 13 years ago
  100. 068f158 cmd_nvedit.c: Fix compiler warning introduced by checkpatch cleanup by Kumar Gala · 13 years ago