1. fc0b594 Various, accumulated typos collected from around the tree. by Robert P. J. Day · 8 years ago
  2. 125d193 common: env: support sata device by Peng Fan · 8 years ago
  3. fd1000b common: Add support for environment file in EXT4. by Stuart Longland · 8 years ago
  4. 2e192b2 Remove the cmd_ prefix from command files by Simon Glass · 9 years ago[Renamed from cmd/cmd_nvedit.c]
  5. 72a8cf8 Move all command code into its own directory by Simon Glass · 9 years ago[Renamed from common/cmd_nvedit.c]
  6. 5d49b4c common: nvedit: use snprintf instead of sprintf by Peng Fan · 9 years ago
  7. 24b852a Move console definitions into a new console.h file by Simon Glass · 9 years ago
  8. 94b467b env: Distinguish finer between source of env change by Joe Hershberger · 9 years ago
  9. cca98fd env: Allow env_attr_walk to pass a priv * to callback by Joe Hershberger · 9 years ago
  10. 0eb25b6 common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · 9 years ago
  11. ecd1446 Add option -r to env import to allow import of text files with CRLF as line endings by Alexander Holler · 10 years ago
  12. e1bf824 Add cli_ prefix to readline functions by Simon Glass · 10 years ago
  13. 18d6653 move CLI prototypes to cli.h and add comments by Simon Glass · 10 years ago
  14. fd37dac sandbox: Support 'env import' and 'env export' by Simon Glass · 11 years ago
  15. 3775dcd cmd_nvedit: Make 'env import -c' require size parameter by Tom Rini · 10 years ago
  16. 9a83233 env: fix the env export varname by Pierre Aubert · 11 years ago
  17. 88733e2 cmd_nvedit.c: Add env exists command by Andrew Ruder · 11 years ago
  18. 3765b3e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  19. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  20. 9602286 env: Fix minor comment typos in cmd_nvedit by Simon Glass · 11 years ago
  21. be29df6 "env grep" - add support for regular expression matches by Wolfgang Denk · 11 years ago
  22. d87244d "env grep" - add options to grep in name, value, or both. by Wolfgang Denk · 11 years ago
  23. 5a31ea0 "env grep" - reimplement command using hexport_r() by Wolfgang Denk · 11 years ago
  24. ea009d4 hashtable: preparations to use hexport_r() for "env grep" by Wolfgang Denk · 11 years ago
  25. 76b8f79 Add getenv_hex() to return an environment variable as hex by Simon Glass · 11 years ago
  26. 22a4a6c printenv: Correct out-of-memory condition check. by Maxime Larocque · 12 years ago
  27. 2b74433 env: Add support for UBI environment by Joe Hershberger · 11 years ago
  28. a7eb1d6 mtd: Make mtdparts work with pre-reloc env by Joe Hershberger · 11 years ago
  29. 7d85591 env: fix "env ask" command by Wolfgang Denk · 11 years ago
  30. 18a3cce env: Avoid clobbering an edited variable on ctrl-c by Joe Hershberger · 11 years ago
  31. 41ef372 common: Use new numeric setenv functions by Simon Glass · 11 years ago
  32. bfc5996 Update set_working_fdt_addr() to use setenv_addr() by Simon Glass · 11 years ago
  33. 9d8d661 env: Implement the env delete command by Joe Hershberger · 12 years ago
  34. 24ab5a1 env: Add setenv force support by Joe Hershberger · 12 years ago
  35. 267541f env: Add support for access control to .flags by Joe Hershberger · 12 years ago
  36. fffad71 env: Add a command to display details about env flags by Joe Hershberger · 12 years ago
  37. 2598090 env: Add environment variable flags by Joe Hershberger · 12 years ago
  38. 849d5d9 env: Add a console env handler by Joe Hershberger · 12 years ago
  39. 1cf0a8b env: Add a loadaddr env handler by Joe Hershberger · 12 years ago
  40. 3205771 env: Add a baudrate env handler by Joe Hershberger · 12 years ago
  41. a9f51c9 env: Add a bootfile env handler by Joe Hershberger · 12 years ago
  42. 5e2b3e0 env: Add a command to view callbacks by Joe Hershberger · 12 years ago
  43. be11235 env: Hide '.' variables in env print by default by Joe Hershberger · 12 years ago
  44. 7afcf3a env: Refactor apply into change_ok by Joe Hershberger · 12 years ago
  45. c4e0057 env: Refactor do_apply to a flag by Joe Hershberger · 12 years ago
  46. 088f1b1 common/cmd_*.c: sparse fixes by Kim Phillips · 12 years ago
  47. 8440f18 serial: remove calls to serial_assign() by Allen Martin · 12 years ago
  48. 586197d env: Check for NULL pointer in envmatch() by Joe Hershberger · 12 years ago
  49. 036036d serial: Remove CONFIG_SERIAL_MULTI from remaining sources by Marek Vasut · 12 years ago
  50. 5368c55 COMMON: Use __stringify() instead of MK_STR() by Marek Vasut · 12 years ago
  51. 7ac8055 env: fix crash using default -f -a by Gerlando Falauto · 12 years ago
  52. 7ac2fe2 OMAP: networking support for SPL by Ilya Yanok · 12 years ago
  53. b64b7c3 env: make "env default" selective, check and apply by Gerlando Falauto · 12 years ago
  54. 152874b env: check and apply changes on delete/destroy by Gerlando Falauto · 12 years ago
  55. c598359 env: add check/apply logic to himport_r() by Gerlando Falauto · 12 years ago
  56. 348b1f1 env: make himport_r() selective on variables by Gerlando Falauto · 12 years ago
  57. c3f6525 env: unify logic to check and apply changes by Gerlando Falauto · 12 years ago
  58. c2ba2ff env: cosmetic: drop assignment i = iomux_doenv() by Gerlando Falauto · 12 years ago
  59. 4796bc4 env import/export: Remove from help if disabled by Benoît Thébaudeau · 12 years ago
  60. b37d41a Block: Remove MG DISK support by Marek Vasut · 12 years ago
  61. 5017436 common/cmd_nvedit.c: Fix GCC 4.6 warning by Anatolij Gustschin · 12 years ago
  62. 50a47d0 net: punt bd->bi_ip_addr by Mike Frysinger · 12 years ago
  63. 0a85a9e powerpc/corenet_ds: Slave reads ENV from master when boot from SRIO by Liu Gang · 12 years ago
  64. 57210c7 Add support for loading and saving the environment to a FAT partition by Maximilian Schwerin · 12 years ago
  65. 4c12eeb Convert cmd_usage() calls in common to use a return value by Simon Glass · 13 years ago
  66. 9c34831 common: add possibility for readline_into_buffer timeout by Heiko Schocher · 13 years ago
  67. d3f80c7 common/cmd_nvedit.c: Fix size calculation in do_env_import() by Horst Kronstorfer · 13 years ago
  68. d798a9b common/cmd_nvedit.c: Add missing 'env save' preproc guard by Horst Kronstorfer · 13 years ago
  69. 068f158 cmd_nvedit.c: Fix compiler warning introduced by checkpatch cleanup by Kumar Gala · 13 years ago
  70. d09b178 env: clean cmd_nvedit.c checkpatch and code style by Igor Grinberg · 13 years ago
  71. e315046 common: move extern char console_buffer[] to common.h by Igor Grinberg · 13 years ago
  72. 79afc88 Fix warnings in cmd_nvedit.c by Simon Glass · 13 years ago
  73. 37f2fe7 env: allow to export only selected variables by Wolfgang Denk · 13 years ago
  74. 1aec244 tftpput: add save_addr and save_size global variables by Simon Glass · 13 years ago
  75. d67f10c Add setenv_ulong() and setenv_addr() by Simon Glass · 13 years ago
  76. 4a9b413 Add getenv_ulong() to read an integer from an environment variable by Simon Glass · 13 years ago
  77. 7fcd9bb GCC4.6: Squash warning in cmd_nvedit.c by Marek Vasut · 13 years ago
  78. 84b5e80 Constify getenv(), setenv() and hash code functions by Wolfgang Denk · 13 years ago
  79. a02a884 cmd_nvedit.c: make error message more helpful by Wolfgang Denk · 13 years ago
  80. f3c615b cmd_nvedit.c: clean up with checkpatch by Macpaul Lin · 13 years ago
  81. a000b79 common: add a grepenv command by Kim Phillips · 13 years ago
  82. 31e4139 Fix typo in #error: IS_IN_NOWHERE vs. IS_NOWHERE by Loïc Minier · 13 years ago
  83. 0c79cda env: make import/export optional by Mike Frysinger · 14 years ago
  84. 8c3aff5 cmd_nvedit: use explicit typecast for printf by Andreas Bießmann · 13 years ago
  85. 558605c load_addr: move to common env code by Mike Frysinger · 14 years ago
  86. 2eb1573 hashtable: drop all non-reentrant versions by Mike Frysinger · 14 years ago
  87. 722b061 autocomplete: remove runtime handler install by Mike Frysinger · 14 years ago
  88. 0d302af common/cmd_nvedit: Use return value of cmd_usage by Thomas Weber · 14 years ago
  89. 5904da0 Common/cmd_nvedit: Check for env subcommand by Thomas Weber · 14 years ago
  90. 2e5167c Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · 14 years ago
  91. 60f7da1 env: fix cmd_env_sub fct pointers if CONFIG_RELOC_FIXUP_WORKS is not defined by Heiko Schocher · 14 years ago
  92. ea882ba New implementation for internal handling of environment variables. by Wolfgang Denk · 14 years ago
  93. 91a7675 Make getenv() work before relocation. by Wolfgang Denk · 14 years ago
  94. 6d014ad Remove support for CONFIG_HAS_UID and "forceenv" command by Wolfgang Denk · 14 years ago
  95. a806035 Save environment data to mmc. by Terry Lv · 14 years ago
  96. 9ed4a95 getenv_f(): fix handling of too short buffers by Wolfgang Denk · 14 years ago
  97. cdb7497 Rename getenv_r() into getenv_f() by Wolfgang Denk · 14 years ago
  98. 47e26b1 cmd_usage(): simplify return code handling by Wolfgang Denk · 14 years ago
  99. 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  100. 953b7e6 Remove AmigaOneG3SE board by Wolfgang Denk · 14 years ago