1. d90fc9c Revert "env: solve compilation error in SPL" by Tom Rini · 5 years ago
  2. f3998fd env: Rename environment.h to env_internal.h by Simon Glass · 5 years ago
  3. dd2408c env: Drop the ENTRY typedef by Simon Glass · 5 years ago
  4. 0ac7d72 env: Move get/set_default_env() to env.h by Simon Glass · 5 years ago
  5. 0b9d8a0 env: Move set_default_vars to env.h by Simon Glass · 5 years ago
  6. 3f989e7b env: Move env_relocate() to env.h by Simon Glass · 5 years ago
  7. 7d47765 env: solve compilation error in SPL by Patrick Delaunay · 5 years ago
  8. 49d04c5 env: common: Return specific error code on bad CRC by Sam Protsenko · 6 years ago
  9. 03dcf17 common: command: Add support for $ auto-completion by Boris Brezillon · 6 years ago
  10. 6c90f62 env: add the same prefix to error messages to make it detectable by tests by Quentin Schulz · 6 years ago
  11. c5d548a env: common: accept flags on reset to default env by Yaniv Levinsky · 6 years ago
  12. 5a04264 cmd: nvedit: set H_INTERACTIVE in do_env_default by Yaniv Levinsky · 6 years ago
  13. 477f811 cmd: nvedit: propagate envflag to set_default_vars by Yaniv Levinsky · 6 years ago
  14. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  15. 7bcdf19 env: Relocate env drivers if manual reloc is required by Siva Durga Prasad Paladugu · 6 years ago
  16. 31f044b env: move more common code to env_import_redund by Simon Goldschmidt · 7 years ago
  17. 42a1820 env: make env_import(_redund) return 0 on success, not 1 by Simon Goldschmidt · 7 years ago
  18. 58ae999 env: common: Make the debug messages play a little nicer by Maxime Ripard · 7 years ago
  19. c6831c7 env: Remove CONFIG_ENV_AES support by Tom Rini · 7 years ago
  20. 9b643e3 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
  21. 2d7cb5b env: Replace all open-coded gd->env_valid values with ENV_ flags by Simon Glass · 7 years ago
  22. 723806c env: Rename some other getenv()-related functions by Simon Glass · 7 years ago
  23. bfebc8c env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() by Simon Glass · 7 years ago
  24. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  25. 310fb14 env: Drop env_relocate_spec() in favour of env_load() by Simon Glass · 7 years ago
  26. a69d0f6 env: Drop env_get_char_spec() by Simon Glass · 7 years ago
  27. 75de597 env: common: Drop env_get_char_memory() by Simon Glass · 7 years ago
  28. 81a4dea env: common: Drop env_get_char_init() by Simon Glass · 7 years ago
  29. 5fc5254 env: common: Factor out the common env_valid check by Simon Glass · 7 years ago
  30. 0219fb6 env: common: Drop env_get_addr() by Simon Glass · 7 years ago
  31. bcdfb8d env: common: Make env_get_addr/get_char_memory() static by Simon Glass · 7 years ago
  32. 0649cd0 Move environment files from common/ to env/ by Simon Glass · 7 years ago[Renamed from common/env_common.c]
  33. 76768f5 env: Add generic redundant environment implementation by Fiach Antaw · 8 years ago
  34. b80c0b9 Rename aes.h to uboot_aes.h by Stefano Babic · 7 years ago
  35. fc0b594 Various, accumulated typos collected from around the tree. by Robert P. J. Day · 8 years ago
  36. 62a3b7d Various, unrelated tree-wide typo fixes. by Robert P. J. Day · 8 years ago
  37. 340b0e3 env: Setup GD_FLG_ENV_DEFAULT flag when default environment are used by Michal Simek · 8 years ago
  38. ecd1446 Add option -r to env import to allow import of text files with CRLF as line endings by Alexander Holler · 10 years ago
  39. 0b7df65 common: env_common: make env_get_char_spec __weak by Jeroen Hofstee · 10 years ago
  40. a4223b7 env: Implement support for encrypting environment by Marek Vasut · 11 years ago
  41. 7ce1526 env: Add env_export() wrapper by Marek Vasut · 11 years ago
  42. 3765b3e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  43. 7cb4f1c spl: env_common.c: make CONFIG_SPL_BUILD contain function env_import by Ying Zhang · 11 years ago
  44. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  45. 267541f env: Add support for access control to .flags by Joe Hershberger · 12 years ago
  46. 2598090 env: Add environment variable flags by Joe Hershberger · 12 years ago
  47. ec8a252 env: Use getenv_yesno() more generally by Joe Hershberger · 12 years ago
  48. 7afcf3a env: Refactor apply into change_ok by Joe Hershberger · 12 years ago
  49. c4e0057 env: Refactor do_apply to a flag by Joe Hershberger · 12 years ago
  50. ddd8418 env: cosmetic: Consilidate the default env definition by Joe Hershberger · 12 years ago
  51. 5368c55 COMMON: Use __stringify() instead of MK_STR() by Marek Vasut · 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. c598359 env: add check/apply logic to himport_r() by Gerlando Falauto · 12 years ago
  55. 348b1f1 env: make himport_r() selective on variables by Gerlando Falauto · 12 years ago
  56. 84209af env_common: Add missing ethprime by Benoît Thébaudeau · 12 years ago
  57. 5e724ca Add env vars describing U-Boot target board by Stephen Warren · 12 years ago
  58. 770605e bootstage: Replace show_boot_progress/error() with bootstage_...() by Simon Glass · 13 years ago
  59. c8e66db bootstage: Convert net progress numbers to enums by Simon Glass · 13 years ago
  60. 5ddb118 bootstage: Use show_boot_error() for -ve progress numbers by Simon Glass · 13 years ago
  61. bf95df4 env: factor out the env_get_char_spec() function by Igor Grinberg · 13 years ago
  62. 27aafe9 env: clean env_common.c checkpatch and code style by Igor Grinberg · 13 years ago
  63. b3f44c2 common: cosmetic: CONFIG_BOOTFILE checkpatch compliance by Joe Hershberger · 13 years ago
  64. 8b3637c common: cosmetic: CONFIG_ROOTPATH checkpatch compliance by Joe Hershberger · 13 years ago
  65. 147c716 constify default env by Mike Frysinger · 13 years ago
  66. 560d424 env: re-add support for auto-completion by Mike Frysinger · 14 years ago
  67. 2eb1573 hashtable: drop all non-reentrant versions by Mike Frysinger · 14 years ago
  68. 2e5167c Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · 14 years ago
  69. d259079 env: don't set to default env twice when use CONFIG_ENV_IS_NOWHERE by Lei Wen · 14 years ago
  70. 60f7da1 env: fix cmd_env_sub fct pointers if CONFIG_RELOC_FIXUP_WORKS is not defined by Heiko Schocher · 14 years ago
  71. ea882ba New implementation for internal handling of environment variables. by Wolfgang Denk · 14 years ago
  72. 0fe247b Drop support for GTH board by Wolfgang Denk · 14 years ago
  73. 953b7e6 Remove AmigaOneG3SE board by Wolfgang Denk · 14 years ago
  74. 521af04 Conditionally perform common relocation fixups by Peter Tyser · 15 years ago
  75. 18304f7 env: kill off default_environment_size by Mike Frysinger · 15 years ago
  76. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  77. c68a05f Adds two more ethernet interface to 83xx by richardretanubun · 16 years ago
  78. 0e8d158 rename CFG_ENV macros to CONFIG_ENV by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  79. 93f6d72 rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  80. 0b5099a rename CFG_ENV_IS_IN_SPI_FLASH in CONFIG_ENV_IS_IN_SPI_FLASH by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  81. 51bfee1 rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NAND by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  82. 5bb12db Remove code duplication for setting the default environment by Harald Welte · 16 years ago
  83. b502611 Change env_get_char from a global function ptr to a function by Joakim Tjernlund · 16 years ago
  84. 8c66497 Add support for environment in SPI flash by Haavard Skinnemoen · 16 years ago
  85. c9dca3c Revert "Change env_get_char from a global function ptr to a function." by Wolfgang Denk · 16 years ago
  86. c0559be Change env_get_char from a global function ptr to a function. by Joakim Tjernlund · 16 years ago
  87. fad6340 make show_boot_progress () weak. by Heiko Schocher · 17 years ago
  88. 566a494 [PCS440EP] upgrade the PCS440EP board: by Heiko Schocher · 17 years ago
  89. d87080b GCC-4.x fixes: clean up global data pointer initialization for all boards. by Wolfgang Denk · 18 years ago
  90. 77ddac9 Cleanup for GCC-4.x by Wolfgang Denk · 19 years ago
  91. 13a5695 Patch by Jian Zhang, 20 May 2004: add support for environment in NAND flash by wdenk · 20 years ago
  92. 6945979 Fix CONFIG_ETH*ADDR for Ocotea board. Sort Makefile. Update docs. by wdenk · 20 years ago
  93. 04a85b3 * Patches by Pantelis Antoniou, 30 Mar 2004: by wdenk · 20 years ago
  94. 8bde7f7 * Code cleanup: by wdenk · 21 years ago
  95. ad10dd9 Add "pcidelay" environment variable (in ms, enabled via CONFIG_PCI_BOOTDELAY). by stroese · 22 years ago
  96. 7c7a23b * Patch by Hans-Joerg Frieden, 06 Dec 2002 by wdenk · 22 years ago
  97. c7de829 * Patch by Thomas Frieden, 13 Nov 2002: by wdenk · 22 years ago
  98. 05706fd Initial revision by wdenk · 22 years ago