1. 3e12be7 Add option -r to env import to allow import of text files with CRLF as line endings by Alexander Holler · 10 years ago
  2. 82d92da common: env_common: make env_get_char_spec __weak by Jeroen Hofstee · 10 years ago
  3. 486112d env: Implement support for encrypting environment by Marek Vasut · 11 years ago
  4. d73c129 env: Add env_export() wrapper by Marek Vasut · 11 years ago
  5. bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  6. 6d8bfcb spl: env_common.c: make CONFIG_SPL_BUILD contain function env_import by Ying Zhang · 11 years ago
  7. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  8. 6fe26c9 env: Add support for access control to .flags by Joe Hershberger · 12 years ago
  9. 71497d0 env: Add environment variable flags by Joe Hershberger · 12 years ago
  10. 864ec56 env: Use getenv_yesno() more generally by Joe Hershberger · 12 years ago
  11. 638e659 env: Refactor apply into change_ok by Joe Hershberger · 12 years ago
  12. a46f770 env: Refactor do_apply to a flag by Joe Hershberger · 12 years ago
  13. 8132114 env: cosmetic: Consilidate the default env definition by Joe Hershberger · 12 years ago
  14. 0b3176c COMMON: Use __stringify() instead of MK_STR() by Marek Vasut · 12 years ago
  15. f7a2c55 OMAP: networking support for SPL by Ilya Yanok · 12 years ago
  16. fe9f49d env: make "env default" selective, check and apply by Gerlando Falauto · 12 years ago
  17. d392595 env: add check/apply logic to himport_r() by Gerlando Falauto · 12 years ago
  18. 9b0e1ff env: make himport_r() selective on variables by Gerlando Falauto · 12 years ago
  19. 8cdea94 env_common: Add missing ethprime by Benoît Thébaudeau · 12 years ago
  20. 1465d5f Add env vars describing U-Boot target board by Stephen Warren · 13 years ago
  21. 0169e6b bootstage: Replace show_boot_progress/error() with bootstage_...() by Simon Glass · 13 years ago
  22. 964d1d4 bootstage: Convert net progress numbers to enums by Simon Glass · 13 years ago
  23. d409b1b bootstage: Use show_boot_error() for -ve progress numbers by Simon Glass · 13 years ago
  24. 76c02dc env: factor out the env_get_char_spec() function by Igor Grinberg · 13 years ago
  25. 3e77359 env: clean env_common.c checkpatch and code style by Igor Grinberg · 13 years ago
  26. e4da248 common: cosmetic: CONFIG_BOOTFILE checkpatch compliance by Joe Hershberger · 13 years ago
  27. 257ff78 common: cosmetic: CONFIG_ROOTPATH checkpatch compliance by Joe Hershberger · 13 years ago
  28. 018f0c8 constify default env by Mike Frysinger · 14 years ago
  29. 8d88232 env: re-add support for auto-completion by Mike Frysinger · 14 years ago
  30. 92d7a99 hashtable: drop all non-reentrant versions by Mike Frysinger · 14 years ago
  31. d0813e5 Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · 14 years ago
  32. e0909be env: don't set to default env twice when use CONFIG_ENV_IS_NOWHERE by Lei Wen · 14 years ago
  33. faa0d2e env: fix cmd_env_sub fct pointers if CONFIG_RELOC_FIXUP_WORKS is not defined by Heiko Schocher · 14 years ago
  34. 460a9ff New implementation for internal handling of environment variables. by Wolfgang Denk · 14 years ago
  35. 30c3add Drop support for GTH board by Wolfgang Denk · 14 years ago
  36. b0b104a Remove AmigaOneG3SE board by Wolfgang Denk · 14 years ago
  37. 9057cbf Conditionally perform common relocation fixups by Peter Tyser · 15 years ago
  38. 09304f5 env: kill off default_environment_size by Mike Frysinger · 15 years ago
  39. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  40. e5167f1 Adds two more ethernet interface to 83xx by richardretanubun · 16 years ago
  41. 7e1cda6 rename CFG_ENV macros to CONFIG_ENV by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  42. 68a8756 rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  43. 4539b1c rename CFG_ENV_IS_IN_SPI_FLASH in CONFIG_ENV_IS_IN_SPI_FLASH by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  44. dda84dd rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NAND by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  45. 72eb50a Remove code duplication for setting the default environment by Harald Welte · 16 years ago
  46. 304b359 Change env_get_char from a global function ptr to a function by Joakim Tjernlund · 16 years ago
  47. eb8951c Add support for environment in SPI flash by Haavard Skinnemoen · 17 years ago
  48. 10e247a Revert "Change env_get_char from a global function ptr to a function." by Wolfgang Denk · 17 years ago
  49. f4902a3 Change env_get_char from a global function ptr to a function. by Joakim Tjernlund · 17 years ago
  50. 8a8ec53 make show_boot_progress () weak. by Heiko Schocher · 17 years ago
  51. 633e03a [PCS440EP] upgrade the PCS440EP board: by Heiko Schocher · 17 years ago
  52. 6405a15 GCC-4.x fixes: clean up global data pointer initialization for all boards. by Wolfgang Denk · 19 years ago
  53. 7fb5266 Cleanup for GCC-4.x by Wolfgang Denk · 19 years ago
  54. 79b5937 Patch by Jian Zhang, 20 May 2004: add support for environment in NAND flash by wdenk · 20 years ago
  55. cd91445 Fix CONFIG_ETH*ADDR for Ocotea board. Sort Makefile. Update docs. by wdenk · 21 years ago
  56. 3902d70 * Patches by Pantelis Antoniou, 30 Mar 2004: by wdenk · 21 years ago
  57. 57b2d80 * Code cleanup: by wdenk · 21 years ago
  58. f5dd410 Add "pcidelay" environment variable (in ms, enabled via CONFIG_PCI_BOOTDELAY). by stroese · 22 years ago
  59. bb444c9 * Patch by Hans-Joerg Frieden, 06 Dec 2002 by wdenk · 22 years ago
  60. 452cfd6 * Patch by Thomas Frieden, 13 Nov 2002: by wdenk · 22 years ago
  61. 05706fd Initial revision by wdenk · 22 years ago