1. d3f80c7 common/cmd_nvedit.c: Fix size calculation in do_env_import() by Horst Kronstorfer · 13 years ago
  2. d798a9b common/cmd_nvedit.c: Add missing 'env save' preproc guard by Horst Kronstorfer · 13 years ago
  3. 068f158 cmd_nvedit.c: Fix compiler warning introduced by checkpatch cleanup by Kumar Gala · 13 years ago
  4. d09b178 env: clean cmd_nvedit.c checkpatch and code style by Igor Grinberg · 13 years ago
  5. e315046 common: move extern char console_buffer[] to common.h by Igor Grinberg · 13 years ago
  6. 79afc88 Fix warnings in cmd_nvedit.c by Simon Glass · 13 years ago
  7. 37f2fe7 env: allow to export only selected variables by Wolfgang Denk · 13 years ago
  8. 1aec244 tftpput: add save_addr and save_size global variables by Simon Glass · 13 years ago
  9. d67f10c Add setenv_ulong() and setenv_addr() by Simon Glass · 13 years ago
  10. 4a9b413 Add getenv_ulong() to read an integer from an environment variable by Simon Glass · 13 years ago
  11. 7fcd9bb GCC4.6: Squash warning in cmd_nvedit.c by Marek Vasut · 13 years ago
  12. 84b5e80 Constify getenv(), setenv() and hash code functions by Wolfgang Denk · 13 years ago
  13. a02a884 cmd_nvedit.c: make error message more helpful by Wolfgang Denk · 13 years ago
  14. f3c615b cmd_nvedit.c: clean up with checkpatch by Macpaul Lin · 13 years ago
  15. a000b79 common: add a grepenv command by Kim Phillips · 13 years ago
  16. 31e4139 Fix typo in #error: IS_IN_NOWHERE vs. IS_NOWHERE by Loïc Minier · 14 years ago
  17. 0c79cda env: make import/export optional by Mike Frysinger · 14 years ago
  18. 8c3aff5 cmd_nvedit: use explicit typecast for printf by Andreas Bießmann · 14 years ago
  19. 558605c load_addr: move to common env code by Mike Frysinger · 14 years ago
  20. 2eb1573 hashtable: drop all non-reentrant versions by Mike Frysinger · 14 years ago
  21. 722b061 autocomplete: remove runtime handler install by Mike Frysinger · 14 years ago
  22. 0d302af common/cmd_nvedit: Use return value of cmd_usage by Thomas Weber · 14 years ago
  23. 5904da0 Common/cmd_nvedit: Check for env subcommand by Thomas Weber · 14 years ago
  24. 2e5167c Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · 14 years ago
  25. 60f7da1 env: fix cmd_env_sub fct pointers if CONFIG_RELOC_FIXUP_WORKS is not defined by Heiko Schocher · 14 years ago
  26. ea882ba New implementation for internal handling of environment variables. by Wolfgang Denk · 14 years ago
  27. 91a7675 Make getenv() work before relocation. by Wolfgang Denk · 14 years ago
  28. 6d014ad Remove support for CONFIG_HAS_UID and "forceenv" command by Wolfgang Denk · 14 years ago
  29. a806035 Save environment data to mmc. by Terry Lv · 14 years ago
  30. 9ed4a95 getenv_f(): fix handling of too short buffers by Wolfgang Denk · 14 years ago
  31. cdb7497 Rename getenv_r() into getenv_f() by Wolfgang Denk · 14 years ago
  32. 47e26b1 cmd_usage(): simplify return code handling by Wolfgang Denk · 14 years ago
  33. 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  34. 953b7e6 Remove AmigaOneG3SE board by Wolfgang Denk · 14 years ago
  35. 246c692 Add 'editenv' command by Peter Tyser · 15 years ago
  36. b0fa8e5 setenv(): Delete 0-length environment variables by Peter Tyser · 15 years ago
  37. 9c5586a setenv: do console redirection even if previously unset by Alessandro Rubini · 15 years ago
  38. a89c33d General help message cleanup by Wolfgang Denk · 15 years ago
  39. 4c94f6c nvedit: speed up printing of environment by Mike Frysinger · 15 years ago
  40. da95427 netloop: updates for NetLoop by Heiko Schocher · 15 years ago
  41. 75eb82e mflash: Initial mflash support by unsik Kim · 16 years ago
  42. 56b555a nvedit: do not update global bi_enetaddr and do not call eth_set_enetaddr() by Mike Frysinger · 16 years ago
  43. 2f70c49 netloop: speed up NetLoop by Heiko Schocher · 16 years ago
  44. bdab39d rename CONFIG_CMD_ENV to CONFIG_CMD_SAVEENV by Mike Frysinger · 16 years ago
  45. 2fb2604 Command usage cleanup by Peter Tyser · 16 years ago
  46. 62c3ae7 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
  47. ba69dc2 saveenv: standardize enablement by Mike Frysinger · 16 years ago
  48. 16a28ef IOMUX: Add console multiplexing support. by Gary Jennejohn · 16 years ago
  49. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  50. 0e8d158 rename CFG_ENV macros to CONFIG_ENV by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  51. 1ede787 nvedit: rename error comment to CONFIG_ENV_IS_IN_ by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  52. 5a1aceb rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  53. 93f6d72 rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  54. 0b5099a rename CFG_ENV_IS_IN_SPI_FLASH in CONFIG_ENV_IS_IN_SPI_FLASH by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  55. 9656138 rename CFG_ENV_IS_IN_ONENAND in CONFIG_ENV_IS_IN_ONENAND by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  56. 9314cee rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAM by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  57. 51bfee1 rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NAND by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  58. 057c849 rename CFG_ENV_IS_IN_DATAFLASH in CONFIG_ENV_IS_IN_DATAFLASH by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  59. bb1f8b4 rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROM by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  60. d5996dd Fix some more printf() format problems. by Wolfgang Denk · 16 years ago
  61. 0a5676b Fix some more printf() format issues. by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  62. f6a6955 cmd_nvedit.c: clean up syntax highlighting by Steven A. Falco · 16 years ago
  63. 75678c8 Make setenv() return status by Steven A. Falco · 16 years ago
  64. 8c66497 Add support for environment in SPI flash by Haavard Skinnemoen · 16 years ago
  65. a8409f4 environment: cleanup prototype declarations of env functions. by Wolfgang Denk · 16 years ago
  66. c9dca3c Revert "Change env_get_char from a global function ptr to a function." by Wolfgang Denk · 16 years ago
  67. c0559be Change env_get_char from a global function ptr to a function. by Joakim Tjernlund · 16 years ago
  68. 00b48a4 ENV: remove saveenv when CFG_ENV_IS_NOWHERE is selected by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  69. 26a4179 Globalize envmatch() by Rafal Jaworowski · 17 years ago
  70. d7e8ce1 OneNAND support (take #2) by Kyungmin Park · 17 years ago
  71. c74b210 [ARM] TI DaVinci support, hopefully final by Sergey Kubushyn · 17 years ago
  72. 3865b1f Fix some compile problems introduced by the latest CFG_CMD_xxx cleanup by Stefan Roese · 17 years ago
  73. 9025317 common/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
  74. c76fe47 common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS. by Jon Loeliger · 17 years ago
  75. 65c450b common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  76. 9ffd451 [patch] setenv(...) can delete environmentalvariables by Jeffrey Mann · 17 years ago
  77. c84bad0 Fix to make the baudrate changes immediate for the MCF52x2 family. by Bartlomiej Sieka · 18 years ago
  78. 471a7be Check for illegal character '=' in environment variable names. by Wolfgang Denk · 18 years ago
  79. d87080b GCC-4.x fixes: clean up global data pointer initialization for all boards. by Wolfgang Denk · 19 years ago
  80. 3c4eb08 Some minor fixes to environment in NAND code. by Markus Klotzbuecher · 19 years ago
  81. 77ddac9 Cleanup for GCC-4.x by Wolfgang Denk · 19 years ago
  82. a5bbcc3 * Patches by Sean Chang, 09 Aug 2004: by wdenk · 20 years ago
  83. 281e00a * Code cleanup by wdenk · 20 years ago
  84. 13a5695 Patch by Jian Zhang, 20 May 2004: add support for environment in NAND flash by wdenk · 20 years ago
  85. 5779d8d * Patch by Nicolas Lacressonnière, 12 Nov 2003: by wdenk · 21 years ago
  86. 155cb01 - Fix bug in CONFIG_VERSION_VARIABLE. by stroese · 21 years ago
  87. 0d49839 Patch by Kenneth Johansson, 30 Jun 2003: by wdenk · 21 years ago
  88. 8bde7f7 * Code cleanup: by wdenk · 21 years ago
  89. 0587597 U-Boot version environment variable "ver" added (CONFIG_VERSION_VARIABLE). by stroese · 22 years ago
  90. d0fb80c * Restrict baudrate settings on LWMON to higher speeds when watchdog is on by wdenk · 22 years ago
  91. c7de829 * Patch by Thomas Frieden, 13 Nov 2002: by wdenk · 22 years ago
  92. 2a3cb02 Quick & Dirty fix for log buffer problem when environment is not set by wdenk · 22 years ago
  93. a68d3ed Initial revision by wdenk · 22 years ago