1. cbacacd Correct SPL use of CMD_ERASEENV by Simon Glass · 1 year, 8 months ago
  2. 6bd2372 env: Rework ENV_IS_EMBEDDED and related logic slightly by Tom Rini · 1 year, 10 months ago
  3. de70e88 env: Implement lower priority arch_env_get_location() by Marek Vasut · 2 years, 6 months ago
  4. eb68ead env: fat: Allow overriding interface, device and partition by He Yong · 2 years, 7 months ago
  5. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 8 months ago
  6. 27480e0 Convert CONFIG_ENV_IS_IN_SPI_FLASH et al to Kconfig by Tom Rini · 2 years, 11 months ago
  7. c5cbbe3 env: Always use char for default_environment by Marek Behún · 2 years, 11 months ago
  8. 1af031a env: add ENV_ERASE_PTR macro by Patrick Delaunay · 3 years, 7 months ago
  9. 93f4048 env: Allow to set default_environment[] from board code via compile option DEFAULT_ENV_IS_RW by Pali Rohár · 3 years, 9 months ago
  10. 466d985 env: the ops driver load becomes mandatory in struct env_driver by Patrick Delaunay · 4 years, 2 months ago
  11. 879369e env: add prototypes for weak function by Patrick Delaunay · 4 years, 3 months ago
  12. 2f96b32 cmd: env: check real location for env info command by Patrick Delaunay · 4 years, 3 months ago
  13. 82b2f41 env_internal.h: add alternative ENV_SAVE_PTR macro by Rasmus Villemoes · 4 years, 7 months ago
  14. a09fea1 env: Finish migration of common ENV options by Tom Rini · 4 years, 10 months ago
  15. a8992e7 env: Remove useless CONFIG_ENV_SIZE_REDUND and fix ENV_IS_REDUND check by Tom Rini · 4 years, 10 months ago
  16. cb6617a defconfigs: Migrate CONFIG_SYS_REDUNDAND_ENVIRONMENT by Tom Rini · 4 years, 11 months ago
  17. 6116234 ubi: env: fix redundand management by Philippe Reynes · 5 years ago
  18. f3998fd env: Rename environment.h to env_internal.h by Simon Glass · 5 years ago[Renamed (93%) from include/environment.h]
  19. f030b7b env: Move TOTAL_MALLOC_LEN to environment.h by Simon Glass · 5 years ago
  20. d3716dd env: Rename the redundancy flags by Simon Glass · 5 years ago
  21. db19701 env: Move env_valid to env.h by Simon Glass · 5 years ago
  22. be54ec1 env: Rename environment to embedded_environment by Simon Glass · 5 years ago
  23. c62f62b env: Move env_reloc() to env.h by Simon Glass · 5 years ago
  24. b5f449e env: Move env_get_char() to env.h by Simon Glass · 5 years ago
  25. 0ac7d72 env: Move get/set_default_env() to env.h by Simon Glass · 5 years ago
  26. 1f3db0c env: Drop env_crc_update() by Simon Glass · 5 years ago
  27. 4e9ce8a env: Move env import/export functions to env.h by Simon Glass · 5 years ago
  28. 4be490a env: Move env_load/save functions to env.h by Simon Glass · 5 years ago
  29. 0b9d8a0 env: Move set_default_vars to env.h by Simon Glass · 5 years ago
  30. 03ed918 env: Move env_fix_drivers() to env.h by Simon Glass · 5 years ago
  31. 36c8b14 env: net: Move eth_parse_enetaddr() to net.c/h by Simon Glass · 5 years ago
  32. b79cf1a env: Move eth_env_get/set_enetaddr() to env.h by Simon Glass · 5 years ago
  33. cd121bd env: register erase command by Frank Wunderlich · 5 years ago
  34. 43d17c4 env: fix allow to build multiple environments by Rajesh Bhagat · 6 years ago
  35. b6cba29 env: allow flash and nand env driver to compile together by Rajesh Bhagat · 6 years ago
  36. c5d548a env: common: accept flags on reset to default env by Yaniv Levinsky · 6 years ago
  37. 477f811 cmd: nvedit: propagate envflag to set_default_vars by Yaniv Levinsky · 6 years ago
  38. 919d25c u-boot: Fix several typos by Shyam Saini · 6 years ago
  39. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  40. 7bcdf19 env: Relocate env drivers if manual reloc is required by Siva Durga Prasad Paladugu · 6 years ago
  41. 9925f1d net: Move enetaddr env access code to env config instead of net config by Alex Kiernan · 6 years ago
  42. b2cdef4 env: restore old env_get_char() behaviour by Goldschmidt Simon · 7 years ago
  43. e1caa58 env: Fix env_load_location by York Sun · 7 years ago
  44. 31f044b env: move more common code to env_import_redund by Simon Goldschmidt · 7 years ago
  45. 8a3a7e2 env: Pass additional parameters to the env lookup function by Maxime Ripard · 7 years ago
  46. 9c24dfb cmd: nvedit: Get rid of the env lookup by Maxime Ripard · 7 years ago
  47. c6831c7 env: Remove CONFIG_ENV_AES support by Tom Rini · 7 years ago
  48. 7b7341d env: Drop CONFIG_ENV_IS_IN_DATAFLASH by Tuomas Tynkkynen · 7 years ago
  49. c595199 env: Adjust the load() method to return an error by Simon Glass · 7 years ago
  50. 21f6394 env: Adjust the get_char() method to return an int by Simon Glass · 7 years ago
  51. 723806c env: Rename some other getenv()-related functions by Simon Glass · 7 years ago
  52. 0151009 env: Drop saveenv() in favour of env_save() by Simon Glass · 7 years ago
  53. 310fb14 env: Drop env_relocate_spec() in favour of env_load() by Simon Glass · 7 years ago
  54. a69d0f6 env: Drop env_get_char_spec() by Simon Glass · 7 years ago
  55. ac358be env: Drop the env_name_spec global by Simon Glass · 7 years ago
  56. 7938822 env: Drop common init() functions by Simon Glass · 7 years ago
  57. 4415f1d env: Create a location driver for each location by Simon Glass · 7 years ago
  58. 203e94f env: Add an enum for environment state by Simon Glass · 7 years ago
  59. bcdfb8d env: common: Make env_get_addr/get_char_memory() static by Simon Glass · 7 years ago
  60. 76768f5 env: Add generic redundant environment implementation by Fiach Antaw · 8 years ago
  61. fb1c43c common: Move environment choice to Kconfig by Maxime Ripard · 8 years ago
  62. fc0b594 Various, accumulated typos collected from around the tree. by Robert P. J. Day · 8 years ago
  63. 6e7b7df env_mmc: support env partition setup in runtime by Dmitry Lifshitz · 10 years ago
  64. ac77f42 env_mmc: add mmc_get_env_addr() prototype by Dmitry Lifshitz · 10 years ago
  65. a4223b7 env: Implement support for encrypting environment by Marek Vasut · 11 years ago
  66. 7ce1526 env: Add env_export() wrapper by Marek Vasut · 11 years ago
  67. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  68. 5707df7 mmc: fix env in mmc with redundant compile error by Bo Shen · 11 years ago
  69. 785881f env: Add redundant env support to UBI env by Joe Hershberger · 11 years ago
  70. 2b74433 env: Add support for UBI environment by Joe Hershberger · 11 years ago
  71. 267541f env: Add support for access control to .flags by Joe Hershberger · 12 years ago
  72. 2598090 env: Add environment variable flags by Joe Hershberger · 12 years ago
  73. 170ab11 env: Add support for callbacks to environment vars by Joe Hershberger · 12 years ago
  74. 7afcf3a env: Refactor apply into change_ok by Joe Hershberger · 12 years ago
  75. b64b7c3 env: make "env default" selective, check and apply by Gerlando Falauto · 12 years ago
  76. c598359 env: add check/apply logic to himport_r() by Gerlando Falauto · 12 years ago
  77. b37d41a Block: Remove MG DISK support by Marek Vasut · 13 years ago
  78. 6f403ba env: remove value from boolean defines by Igor Grinberg · 13 years ago
  79. 27aafe9 env: clean env_common.c checkpatch and code style by Igor Grinberg · 13 years ago
  80. d09b178 env: clean cmd_nvedit.c checkpatch and code style by Igor Grinberg · 13 years ago
  81. 994bc67 env: move extern environment[] to environment.h by Igor Grinberg · 13 years ago
  82. d1459f0 env: move extern default_environment[] to environment.h by Igor Grinberg · 13 years ago
  83. 507651d env: clean environment.h checkpatch and code style by Igor Grinberg · 13 years ago
  84. 33a6b9e environment.h: fix warning: "CONFIG_ENV_IS_EMBEDDED" redefined by Wolfgang Denk · 13 years ago
  85. 147c716 constify default env by Mike Frysinger · 13 years ago
  86. efb0633 add checking the CONFIG_ENV_IS_IN_SPI_FLASH in Enbedded env by Yoshihiro Shimoda · 14 years ago
  87. 2eb1573 hashtable: drop all non-reentrant versions by Mike Frysinger · 14 years ago
  88. ea882ba New implementation for internal handling of environment variables. by Wolfgang Denk · 14 years ago
  89. c9f7351 NAND: environment offset in OOB (CONFIG_ENV_OFFSET_OOB) by Ben Gardiner · 14 years ago
  90. b218ccb Redundant environment: move flag definitions to header file by Wolfgang Denk · 14 years ago
  91. 0a9e4e7 unify {CONFIG_,}ENV_IS_EMBEDDED by Mike Frysinger · 15 years ago
  92. 3756609 compiler.h: unify system ifdef cruft here by Mike Frysinger · 15 years ago
  93. 75eb82e mflash: Initial mflash support by unsik Kim · 16 years ago
  94. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  95. 0e8d158 rename CFG_ENV macros to CONFIG_ENV by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  96. 5a1aceb rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  97. 51bfee1 rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NAND by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  98. 5bb12db Remove code duplication for setting the default environment by Harald Welte · 16 years ago
  99. b502611 Change env_get_char from a global function ptr to a function by Joakim Tjernlund · 16 years ago
  100. 4f805c1 environment: fix bug introduced by commit a8409f4f1ac8 by Wolfgang Denk · 16 years ago