1. 91d1b5f env: Avoid clobbering an edited variable on ctrl-c by Joe Hershberger · 12 years ago
  2. 103789d common: Use new numeric setenv functions by Simon Glass · 12 years ago
  3. 044dc9e Update set_working_fdt_addr() to use setenv_addr() by Simon Glass · 12 years ago
  4. 8335ce7 env: Implement the env delete command by Joe Hershberger · 12 years ago
  5. f64bb77 env: Add setenv force support by Joe Hershberger · 12 years ago
  6. 6fe26c9 env: Add support for access control to .flags by Joe Hershberger · 12 years ago
  7. a2d62b7 env: Add a command to display details about env flags by Joe Hershberger · 12 years ago
  8. 71497d0 env: Add environment variable flags by Joe Hershberger · 12 years ago
  9. 5c89d6d env: Add a console env handler by Joe Hershberger · 12 years ago
  10. d1f5ae9 env: Add a loadaddr env handler by Joe Hershberger · 12 years ago
  11. 3928bb6 env: Add a baudrate env handler by Joe Hershberger · 12 years ago
  12. dc9d1e5 env: Add a bootfile env handler by Joe Hershberger · 12 years ago
  13. 1b0d551 env: Add a command to view callbacks by Joe Hershberger · 12 years ago
  14. 79a905e env: Hide '.' variables in env print by default by Joe Hershberger · 12 years ago
  15. 638e659 env: Refactor apply into change_ok by Joe Hershberger · 12 years ago
  16. a46f770 env: Refactor do_apply to a flag by Joe Hershberger · 12 years ago
  17. dc00a68 common/cmd_*.c: sparse fixes by Kim Phillips · 12 years ago
  18. 3a136bc serial: remove calls to serial_assign() by Allen Martin · 12 years ago
  19. dd000dd env: Check for NULL pointer in envmatch() by Joe Hershberger · 12 years ago
  20. 52039da serial: Remove CONFIG_SERIAL_MULTI from remaining sources by Marek Vasut · 12 years ago
  21. 0b3176c COMMON: Use __stringify() instead of MK_STR() by Marek Vasut · 12 years ago
  22. a62685d env: fix crash using default -f -a by Gerlando Falauto · 12 years ago
  23. f7a2c55 OMAP: networking support for SPL by Ilya Yanok · 12 years ago
  24. fe9f49d env: make "env default" selective, check and apply by Gerlando Falauto · 12 years ago
  25. 393acf0 env: check and apply changes on delete/destroy by Gerlando Falauto · 12 years ago
  26. d392595 env: add check/apply logic to himport_r() by Gerlando Falauto · 12 years ago
  27. 9b0e1ff env: make himport_r() selective on variables by Gerlando Falauto · 12 years ago
  28. dc88d59 env: unify logic to check and apply changes by Gerlando Falauto · 12 years ago
  29. ee55de2 env: cosmetic: drop assignment i = iomux_doenv() by Gerlando Falauto · 12 years ago
  30. f712897 env import/export: Remove from help if disabled by Benoît Thébaudeau · 12 years ago
  31. 36437bc Block: Remove MG DISK support by Marek Vasut · 13 years ago
  32. ae5dfde common/cmd_nvedit.c: Fix GCC 4.6 warning by Anatolij Gustschin · 13 years ago
  33. 04b63f2 net: punt bd->bi_ip_addr by Mike Frysinger · 13 years ago
  34. 85bcd73 powerpc/corenet_ds: Slave reads ENV from master when boot from SRIO by Liu Gang · 13 years ago
  35. 9765c08 Add support for loading and saving the environment to a FAT partition by Maximilian Schwerin · 13 years ago
  36. a06dfc7 Convert cmd_usage() calls in common to use a return value by Simon Glass · 13 years ago
  37. 0eab4d5 common: add possibility for readline_into_buffer timeout by Heiko Schocher · 13 years ago
  38. 295da64 common/cmd_nvedit.c: Fix size calculation in do_env_import() by Horst Kronstorfer · 13 years ago
  39. c63e900 common/cmd_nvedit.c: Add missing 'env save' preproc guard by Horst Kronstorfer · 13 years ago
  40. e7c338b cmd_nvedit.c: Fix compiler warning introduced by checkpatch cleanup by Kumar Gala · 13 years ago
  41. de83256 env: clean cmd_nvedit.c checkpatch and code style by Igor Grinberg · 13 years ago
  42. 269cbef common: move extern char console_buffer[] to common.h by Igor Grinberg · 13 years ago
  43. c6f4e12 Fix warnings in cmd_nvedit.c by Simon Glass · 13 years ago
  44. 1e3cdf3 env: allow to export only selected variables by Wolfgang Denk · 13 years ago
  45. 34f5229 tftpput: add save_addr and save_size global variables by Simon Glass · 13 years ago
  46. b8e926e Add setenv_ulong() and setenv_addr() by Simon Glass · 13 years ago
  47. bf690f8 Add getenv_ulong() to read an integer from an environment variable by Simon Glass · 13 years ago
  48. 305e02a GCC4.6: Squash warning in cmd_nvedit.c by Marek Vasut · 13 years ago
  49. d67abff Constify getenv(), setenv() and hash code functions by Wolfgang Denk · 13 years ago
  50. 4328547 cmd_nvedit.c: make error message more helpful by Wolfgang Denk · 14 years ago
  51. ff2a9f3 cmd_nvedit.c: clean up with checkpatch by Macpaul Lin · 14 years ago
  52. f0c9d53 common: add a grepenv command by Kim Phillips · 14 years ago
  53. 74ac020 Fix typo in #error: IS_IN_NOWHERE vs. IS_NOWHERE by Loïc Minier · 14 years ago
  54. f3ddf20 env: make import/export optional by Mike Frysinger · 14 years ago
  55. 92b9b2e cmd_nvedit: use explicit typecast for printf by Andreas Bießmann · 14 years ago
  56. 3b70e55 load_addr: move to common env code by Mike Frysinger · 14 years ago
  57. 92d7a99 hashtable: drop all non-reentrant versions by Mike Frysinger · 14 years ago
  58. b5bc05e autocomplete: remove runtime handler install by Mike Frysinger · 14 years ago
  59. ad8058f common/cmd_nvedit: Use return value of cmd_usage by Thomas Weber · 14 years ago
  60. 4d28265 Common/cmd_nvedit: Check for env subcommand by Thomas Weber · 14 years ago
  61. d0813e5 Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · 14 years ago
  62. faa0d2e env: fix cmd_env_sub fct pointers if CONFIG_RELOC_FIXUP_WORKS is not defined by Heiko Schocher · 14 years ago
  63. 460a9ff New implementation for internal handling of environment variables. by Wolfgang Denk · 14 years ago
  64. f710efd Make getenv() work before relocation. by Wolfgang Denk · 14 years ago
  65. b830e54 Remove support for CONFIG_HAS_UID and "forceenv" command by Wolfgang Denk · 14 years ago
  66. b4eceac Save environment data to mmc. by Terry Lv · 15 years ago
  67. 7a060a7 getenv_f(): fix handling of too short buffers by Wolfgang Denk · 14 years ago
  68. 76af278 Rename getenv_r() into getenv_f() by Wolfgang Denk · 14 years ago
  69. 3b68311 cmd_usage(): simplify return code handling by Wolfgang Denk · 14 years ago
  70. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  71. b0b104a Remove AmigaOneG3SE board by Wolfgang Denk · 14 years ago
  72. 0deafa2 Add 'editenv' command by Peter Tyser · 15 years ago
  73. 9fb48fd setenv(): Delete 0-length environment variables by Peter Tyser · 15 years ago
  74. 5d4d06c setenv: do console redirection even if previously unset by Alessandro Rubini · 15 years ago
  75. c54781c General help message cleanup by Wolfgang Denk · 16 years ago
  76. 8794492 nvedit: speed up printing of environment by Mike Frysinger · 16 years ago
  77. 3b195ff netloop: updates for NetLoop by Heiko Schocher · 16 years ago
  78. f0b1bdd mflash: Initial mflash support by unsik Kim · 16 years ago
  79. c3c533c nvedit: do not update global bi_enetaddr and do not call eth_set_enetaddr() by Mike Frysinger · 16 years ago
  80. 0c303fa netloop: speed up NetLoop by Heiko Schocher · 16 years ago
  81. 78dcaf4 rename CONFIG_CMD_ENV to CONFIG_CMD_SAVEENV by Mike Frysinger · 16 years ago
  82. dfb72b8 Command usage cleanup by Peter Tyser · 16 years ago
  83. ddb3af9 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
  84. 6158393 saveenv: standardize enablement by Mike Frysinger · 16 years ago
  85. c6dc755 IOMUX: Add console multiplexing support. by Gary Jennejohn · 16 years ago
  86. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  87. 7e1cda6 rename CFG_ENV macros to CONFIG_ENV by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  88. f80353b nvedit: rename error comment to CONFIG_ENV_IS_IN_ by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  89. 53db4cd rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  90. 68a8756 rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  91. 4539b1c rename CFG_ENV_IS_IN_SPI_FLASH in CONFIG_ENV_IS_IN_SPI_FLASH by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  92. 7598916 rename CFG_ENV_IS_IN_ONENAND in CONFIG_ENV_IS_IN_ONENAND by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  93. fdb79c3 rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAM by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  94. dda84dd rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NAND by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  95. 2b14d2b rename CFG_ENV_IS_IN_DATAFLASH in CONFIG_ENV_IS_IN_DATAFLASH by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  96. e46af64 rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROM by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  97. fe036dd Fix some more printf() format problems. by Wolfgang Denk · 16 years ago
  98. c4fb57c Fix some more printf() format issues. by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  99. 2a1d4e4 cmd_nvedit.c: clean up syntax highlighting by Steven A. Falco · 16 years ago
  100. 1ce6f99 Make setenv() return status by Steven A. Falco · 16 years ago