1. 9b0d66b env: restore old env_get_char() behaviour by Goldschmidt Simon · 7 years ago
  2. 470947d env: Fix env_load_location by York Sun · 7 years ago
  3. e07096e env: move more common code to env_import_redund by Simon Goldschmidt · 7 years ago
  4. fd3158e env: Pass additional parameters to the env lookup function by Maxime Ripard · 7 years ago
  5. 3c0b2e5 cmd: nvedit: Get rid of the env lookup by Maxime Ripard · 7 years ago
  6. 6b6ee8a env: Remove CONFIG_ENV_AES support by Tom Rini · 7 years ago
  7. bfef297 env: Drop CONFIG_ENV_IS_IN_DATAFLASH by Tuomas Tynkkynen · 7 years ago
  8. 9977849 env: Adjust the load() method to return an error by Simon Glass · 7 years ago
  9. 3fa4c22 env: Adjust the get_char() method to return an int by Simon Glass · 7 years ago
  10. da1a134 env: Rename some other getenv()-related functions by Simon Glass · 7 years ago
  11. d49b889 env: Drop saveenv() in favour of env_save() by Simon Glass · 7 years ago
  12. 1753957 env: Drop env_relocate_spec() in favour of env_load() by Simon Glass · 7 years ago
  13. 10b0d7b env: Drop env_get_char_spec() by Simon Glass · 7 years ago
  14. d8273ed env: Drop the env_name_spec global by Simon Glass · 7 years ago
  15. d40d804 env: Drop common init() functions by Simon Glass · 7 years ago
  16. c10a88e env: Create a location driver for each location by Simon Glass · 7 years ago
  17. 4bc2ad2 env: Add an enum for environment state by Simon Glass · 7 years ago
  18. 480a36c env: common: Make env_get_addr/get_char_memory() static by Simon Glass · 7 years ago
  19. 57ea7f7 env: Add generic redundant environment implementation by Fiach Antaw · 8 years ago
  20. d780cdc common: Move environment choice to Kconfig by Maxime Ripard · 8 years ago
  21. c5b1e5d Various, accumulated typos collected from around the tree. by Robert P. J. Day · 8 years ago
  22. 97d2fb9 env_mmc: support env partition setup in runtime by Dmitry Lifshitz · 10 years ago
  23. df90f8e env_mmc: add mmc_get_env_addr() prototype by Dmitry Lifshitz · 10 years ago
  24. 486112d env: Implement support for encrypting environment by Marek Vasut · 11 years ago
  25. d73c129 env: Add env_export() wrapper by Marek Vasut · 11 years ago
  26. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  27. 6c5ad5c mmc: fix env in mmc with redundant compile error by Bo Shen · 12 years ago
  28. db14e86 env: Add redundant env support to UBI env by Joe Hershberger · 12 years ago
  29. 0c5faa8 env: Add support for UBI environment by Joe Hershberger · 12 years ago
  30. 6fe26c9 env: Add support for access control to .flags by Joe Hershberger · 12 years ago
  31. 71497d0 env: Add environment variable flags by Joe Hershberger · 12 years ago
  32. 60fd3ad env: Add support for callbacks to environment vars by Joe Hershberger · 12 years ago
  33. 638e659 env: Refactor apply into change_ok by Joe Hershberger · 12 years ago
  34. fe9f49d env: make "env default" selective, check and apply by Gerlando Falauto · 12 years ago
  35. d392595 env: add check/apply logic to himport_r() by Gerlando Falauto · 12 years ago
  36. 36437bc Block: Remove MG DISK support by Marek Vasut · 13 years ago
  37. d766c51 env: remove value from boolean defines by Igor Grinberg · 13 years ago
  38. 3e77359 env: clean env_common.c checkpatch and code style by Igor Grinberg · 13 years ago
  39. de83256 env: clean cmd_nvedit.c checkpatch and code style by Igor Grinberg · 13 years ago
  40. 23b54b9 env: move extern environment[] to environment.h by Igor Grinberg · 13 years ago
  41. 6d67c73 env: move extern default_environment[] to environment.h by Igor Grinberg · 13 years ago
  42. 8954e63 env: clean environment.h checkpatch and code style by Igor Grinberg · 13 years ago
  43. 7728b74 environment.h: fix warning: "CONFIG_ENV_IS_EMBEDDED" redefined by Wolfgang Denk · 13 years ago
  44. 018f0c8 constify default env by Mike Frysinger · 14 years ago
  45. 9663497 add checking the CONFIG_ENV_IS_IN_SPI_FLASH in Enbedded env by Yoshihiro Shimoda · 14 years ago
  46. 92d7a99 hashtable: drop all non-reentrant versions by Mike Frysinger · 14 years ago
  47. 460a9ff New implementation for internal handling of environment variables. by Wolfgang Denk · 14 years ago
  48. 5fc8b7f NAND: environment offset in OOB (CONFIG_ENV_OFFSET_OOB) by Ben Gardiner · 14 years ago
  49. 89f5df9 Redundant environment: move flag definitions to header file by Wolfgang Denk · 14 years ago
  50. 9e800f4 unify {CONFIG_,}ENV_IS_EMBEDDED by Mike Frysinger · 15 years ago
  51. 4ad8e9f compiler.h: unify system ifdef cruft here by Mike Frysinger · 15 years ago
  52. f0b1bdd mflash: Initial mflash support by unsik Kim · 16 years ago
  53. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  54. 7e1cda6 rename CFG_ENV macros to CONFIG_ENV by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  55. 53db4cd rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  56. dda84dd rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NAND by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  57. 72eb50a Remove code duplication for setting the default environment by Harald Welte · 16 years ago
  58. 304b359 Change env_get_char from a global function ptr to a function by Joakim Tjernlund · 16 years ago
  59. 0ff010c environment: fix bug introduced by commit a8409f4f1ac8 by Wolfgang Denk · 17 years ago
  60. 7a8b855 environment: cleanup prototype declarations of env functions. by Wolfgang Denk · 17 years ago
  61. a2c67e9 crc32: use uint32_t rather than unsigned long by Mike Frysinger · 17 years ago
  62. bdeef64 [PATCH] Select NAND embedded environment from board configuration by Stefan Roese · 18 years ago
  63. bbfcbb7 Add NAND environment support for PPC440EPx Sequoia NAND boot config by Stefan Roese · 18 years ago
  64. 5d113e0 Support for redundant environment in NAND Flash. by Markus Klotzbuecher · 19 years ago
  65. d730fbc Fix problem with default #defines Cleanup compiler warning by wdenk · 22 years ago
  66. c609719 Initial revision by wdenk · 22 years ago