1. bd7defa cmd: env: add "-at" option to "env set -e" command by AKASHI Takahiro · 4 years, 8 months ago
  2. 8e7545e net: Always build the string_to_enetaddr() helper by Joe Hershberger · 5 years ago
  3. ceed4b4 cmd: Migrate from_env() from pxe.c to nvedit.c by Patrice Chotard · 5 years ago
  4. 48b6c6b crc32: Use the crc.h header for crc functions by Simon Glass · 5 years ago
  5. 2e95212 cmd: env: extend "env [set|print] -e" to manage UEFI variables by AKASHI Takahiro · 5 years ago
  6. 9d1f619 env: Rename environment.h to env_internal.h by Simon Glass · 5 years ago
  7. 63a2f57 env: Drop the ACTION typedef by Simon Glass · 5 years ago
  8. 4686d8f env: Rename the redundancy flags by Simon Glass · 5 years ago
  9. 1a23686 env: Drop the ENTRY typedef by Simon Glass · 5 years ago
  10. 9738586 env: Move get/set_default_env() to env.h by Simon Glass · 5 years ago
  11. eec9796 env: Move set_default_vars to env.h by Simon Glass · 5 years ago
  12. d416b4b env: net: Move eth_parse_enetaddr() to net.c/h by Simon Glass · 5 years ago
  13. 909ff4d env: Move envmatch() to env.h by Simon Glass · 5 years ago
  14. 2d85a75 env: Move get_env_id() to env.h by Simon Glass · 5 years ago
  15. 33afa93 env: register erase command by Frank Wunderlich · 5 years ago
  16. 7450b87 cmd: nvedit: Add sub-command 'env info' by Leo Ruan · 6 years ago
  17. 0fda700 Merge tag 'u-boot-stm32-20190606' of https://github.com/pchotard/u-boot by Tom Rini · 5 years ago
  18. bd5f581 env: enable saveenv command when one CONFIG_ENV_IS_IN is activated by Patrick Delaunay · 6 years ago
  19. 2610576 cmd: env: add -nv option for UEFI non-volatile variable by AKASHI Takahiro · 5 years ago
  20. 117e68a cmd: env: add "-e" option for handling UEFI variables by AKASHI Takahiro · 6 years ago
  21. cf80bd7 cmd: nvedit: use correct format code by Heinrich Schuchardt · 6 years ago
  22. 960a5fd cmd: env: Fix CRC calculation for 'env export -c -s' by Neil Stainton · 6 years ago
  23. 0312b94 cmd: nvedit: env import can now import only variables passed as parameters by Quentin Schulz · 6 years ago
  24. 4e9d34cf env: add the same prefix to error messages to make it detectable by tests by Quentin Schulz · 6 years ago
  25. b2bb9bc env: common: accept flags on reset to default env by Yaniv Levinsky · 6 years ago
  26. 16e3424 cmd: nvedit: set H_INTERACTIVE in do_env_default by Yaniv Levinsky · 6 years ago
  27. 23840d1 cmd: nvedit: propagate envflag to set_default_vars by Yaniv Levinsky · 6 years ago
  28. 72e10ca cmd: nvedit: rename flags in do_env_default by Yaniv Levinsky · 6 years ago
  29. efe757c u-boot: Fix several typos by Shyam Saini · 6 years ago
  30. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  31. 9c21549 net: Move enetaddr env access code to env config instead of net config by Alex Kiernan · 7 years ago
  32. 5a90fb7 cmd: nvedit: env_get_f must check for env_get_char error codes by Simon Goldschmidt · 7 years ago
  33. 3c0b2e5 cmd: nvedit: Get rid of the env lookup by Maxime Ripard · 7 years ago
  34. bfef297 env: Drop CONFIG_ENV_IS_IN_DATAFLASH by Tuomas Tynkkynen · 7 years ago
  35. a29829e cmd/gpt.c, cmd/nvedit.c, tools/fit_image.c: Rework recent fixes for Coverity by Tom Rini · 7 years ago
  36. 4beb235 cmd/nvedit.c: Update input handling to cover overflow cases by Tom Rini · 7 years ago
  37. 81e1042 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
  38. 22c34c2 env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() by Simon Glass · 7 years ago
  39. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  40. 4d949a2 env: Rename common functions related to setenv() by Simon Glass · 7 years ago
  41. 6a38e41 env: Rename setenv() to env_set() by Simon Glass · 7 years ago
  42. d49b889 env: Drop saveenv() in favour of env_save() by Simon Glass · 7 years ago
  43. d8273ed env: Drop the env_name_spec global by Simon Glass · 7 years ago
  44. bdad0fa cmd: nvedit: bring error message in sync with condition under which it appears by Lothar Waßmann · 7 years ago
  45. e77ba3e common: env: remove superfluous assignment by xypron.glpk@gmx.de · 8 years ago
  46. c5b1e5d Various, accumulated typos collected from around the tree. by Robert P. J. Day · 8 years ago
  47. 5da543c common: env: support sata device by Peng Fan · 9 years ago
  48. d1f4063 common: Add support for environment file in EXT4. by Stuart Longland · 9 years ago
  49. 5f861a7 Remove the cmd_ prefix from command files by Simon Glass · 9 years ago[Renamed from cmd/cmd_nvedit.c]
  50. 29499a0 Move all command code into its own directory by Simon Glass · 9 years ago[Renamed from common/cmd_nvedit.c]
  51. 46c99d4 common: nvedit: use snprintf instead of sprintf by Peng Fan · 9 years ago
  52. a73bda4 Move console definitions into a new console.h file by Simon Glass · 9 years ago
  53. dfc382a env: Distinguish finer between source of env change by Joe Hershberger · 10 years ago
  54. d741f56 env: Allow env_attr_walk to pass a priv * to callback by Joe Hershberger · 10 years ago
  55. 65b905b common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · 10 years ago
  56. 3e12be7 Add option -r to env import to allow import of text files with CRLF as line endings by Alexander Holler · 10 years ago
  57. be6aafc Add cli_ prefix to readline functions by Simon Glass · 11 years ago
  58. dec3c01 move CLI prototypes to cli.h and add comments by Simon Glass · 11 years ago
  59. a745926 sandbox: Support 'env import' and 'env export' by Simon Glass · 11 years ago
  60. 0c44c49 cmd_nvedit: Make 'env import -c' require size parameter by Tom Rini · 11 years ago
  61. d8d51f8 env: fix the env export varname by Pierre Aubert · 11 years ago
  62. 9446340 cmd_nvedit.c: Add env exists command by Andrew Ruder · 11 years ago
  63. bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  64. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  65. df372d6 env: Fix minor comment typos in cmd_nvedit by Simon Glass · 12 years ago
  66. ac9c301 "env grep" - add support for regular expression matches by Wolfgang Denk · 12 years ago
  67. b917ba4 "env grep" - add options to grep in name, value, or both. by Wolfgang Denk · 12 years ago
  68. e27fc12 "env grep" - reimplement command using hexport_r() by Wolfgang Denk · 12 years ago
  69. 565af27 hashtable: preparations to use hexport_r() for "env grep" by Wolfgang Denk · 12 years ago
  70. abbd512 Add getenv_hex() to return an environment variable as hex by Simon Glass · 12 years ago
  71. ec85681 printenv: Correct out-of-memory condition check. by Maxime Larocque · 12 years ago
  72. 0c5faa8 env: Add support for UBI environment by Joe Hershberger · 12 years ago
  73. 3902c60 mtd: Make mtdparts work with pre-reloc env by Joe Hershberger · 12 years ago
  74. 586895d env: fix "env ask" command by Wolfgang Denk · 12 years ago
  75. 91d1b5f env: Avoid clobbering an edited variable on ctrl-c by Joe Hershberger · 12 years ago
  76. 103789d common: Use new numeric setenv functions by Simon Glass · 12 years ago
  77. 044dc9e Update set_working_fdt_addr() to use setenv_addr() by Simon Glass · 12 years ago
  78. 8335ce7 env: Implement the env delete command by Joe Hershberger · 12 years ago
  79. f64bb77 env: Add setenv force support by Joe Hershberger · 12 years ago
  80. 6fe26c9 env: Add support for access control to .flags by Joe Hershberger · 12 years ago
  81. a2d62b7 env: Add a command to display details about env flags by Joe Hershberger · 12 years ago
  82. 71497d0 env: Add environment variable flags by Joe Hershberger · 12 years ago
  83. 5c89d6d env: Add a console env handler by Joe Hershberger · 12 years ago
  84. d1f5ae9 env: Add a loadaddr env handler by Joe Hershberger · 12 years ago
  85. 3928bb6 env: Add a baudrate env handler by Joe Hershberger · 12 years ago
  86. dc9d1e5 env: Add a bootfile env handler by Joe Hershberger · 12 years ago
  87. 1b0d551 env: Add a command to view callbacks by Joe Hershberger · 12 years ago
  88. 79a905e env: Hide '.' variables in env print by default by Joe Hershberger · 12 years ago
  89. 638e659 env: Refactor apply into change_ok by Joe Hershberger · 12 years ago
  90. a46f770 env: Refactor do_apply to a flag by Joe Hershberger · 12 years ago
  91. dc00a68 common/cmd_*.c: sparse fixes by Kim Phillips · 12 years ago
  92. 3a136bc serial: remove calls to serial_assign() by Allen Martin · 12 years ago
  93. dd000dd env: Check for NULL pointer in envmatch() by Joe Hershberger · 12 years ago
  94. 52039da serial: Remove CONFIG_SERIAL_MULTI from remaining sources by Marek Vasut · 12 years ago
  95. 0b3176c COMMON: Use __stringify() instead of MK_STR() by Marek Vasut · 12 years ago
  96. a62685d env: fix crash using default -f -a by Gerlando Falauto · 12 years ago
  97. f7a2c55 OMAP: networking support for SPL by Ilya Yanok · 12 years ago
  98. fe9f49d env: make "env default" selective, check and apply by Gerlando Falauto · 12 years ago
  99. 393acf0 env: check and apply changes on delete/destroy by Gerlando Falauto · 12 years ago
  100. d392595 env: add check/apply logic to himport_r() by Gerlando Falauto · 12 years ago