1. e50e0d5 env: Fix default environment saving issue by Ashok Reddy Soma · Tue Jul 04 00:16:07 2023 -0600
  2. d0aff8b dm: core: Rename ofnode_get_property_by_prop() by Simon Glass · Tue Sep 06 20:27:14 2022 -0600
  3. fec058d dm: core: Rename ofnode_get_first/next_property() by Simon Glass · Tue Sep 06 20:27:13 2022 -0600
  4. 80877fa cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · Fri Sep 02 14:10:46 2022 +0200
  5. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · Wed Jan 19 18:05:50 2022 +0100
  6. 46b530a bootm: Tidy up use of autostart env var by Simon Glass · Thu Oct 21 21:08:52 2021 -0600
  7. c20046f env: Simplify env_get_default() by Marek Behún · Thu Nov 04 00:23:23 2021 +0100
  8. e087a46 env: Fix env_get() when returning empty string using env_get_f() by Marek Behún · Thu Nov 04 00:23:22 2021 +0100
  9. 08c6b04 env: Don't set ready flag if import failed in env_set_default() by Marek Behún · Thu Nov 04 00:23:21 2021 +0100
  10. adb431e env: Use static_assert() to check if default_environment is too large by Marek Behún · Fri Oct 22 15:47:25 2021 +0200
  11. 73d2534 env: Always use char for default_environment by Marek Behún · Fri Oct 22 15:47:24 2021 +0200
  12. 30044c5 env: Move non-cli env functions to env/common.c by Marek Behún · Sun Oct 17 17:36:38 2021 +0200
  13. cf8e543 env: allow environment to be amended from control dtb by Rasmus Villemoes · Wed Apr 21 11:06:54 2021 +0200
  14. 61374b0 env: increment redund flag on read fail by Brandon Maier · Thu Dec 17 17:19:18 2020 -0600
  15. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  16. 3065113 env: split env_import_redund() into 2 functions by Heiko Schocher · Sat Oct 10 10:28:04 2020 +0200
  17. dfe4b7e env: Discern environment coming from external storage by Marek Vasut · Tue Jul 07 20:51:35 2020 +0200
  18. ab6b15a env: Add H_DEFAULT flag by Marek Vasut · Tue Jul 07 20:51:34 2020 +0200
  19. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  20. 1ea9789 common: Drop bootstage.h from common header by Simon Glass · Sun May 10 11:40:00 2020 -0600
  21. 16ff570 common: Move sorting functions to their own header file by Simon Glass · Thu Nov 14 12:57:19 2019 -0700
  22. 48b6c6b crc32: Use the crc.h header for crc functions by Simon Glass · Thu Nov 14 12:57:16 2019 -0700
  23. 9ad1d3b Revert "env: solve compilation error in SPL" by Tom Rini · Fri Oct 04 12:21:33 2019 -0400
  24. 9d1f619 env: Rename environment.h to env_internal.h by Simon Glass · Fri Aug 02 09:44:25 2019 -0600
  25. 1a23686 env: Drop the ENTRY typedef by Simon Glass · Fri Aug 02 09:44:18 2019 -0600
  26. 9738586 env: Move get/set_default_env() to env.h by Simon Glass · Thu Aug 01 09:47:00 2019 -0600
  27. eec9796 env: Move set_default_vars to env.h by Simon Glass · Thu Aug 01 09:46:56 2019 -0600
  28. 8fe4093 env: Move env_relocate() to env.h by Simon Glass · Thu Aug 01 09:46:44 2019 -0600
  29. a3a43b3 env: solve compilation error in SPL by Patrick Delaunay · Thu Apr 18 17:32:49 2019 +0200
  30. c309788 env: common: Return specific error code on bad CRC by Sam Protsenko · Fri Jan 18 21:19:03 2019 +0200
  31. 619fc68 common: command: Add support for $ auto-completion by Boris Brezillon · Wed Dec 05 09:26:50 2018 +0100
  32. 4e9d34cf env: add the same prefix to error messages to make it detectable by tests by Quentin Schulz · Mon Jul 09 19:16:25 2018 +0200
  33. b2bb9bc env: common: accept flags on reset to default env by Yaniv Levinsky · Sun Jun 24 19:16:57 2018 +0300
  34. 16e3424 cmd: nvedit: set H_INTERACTIVE in do_env_default by Yaniv Levinsky · Sun Jun 24 19:16:56 2018 +0300
  35. 23840d1 cmd: nvedit: propagate envflag to set_default_vars by Yaniv Levinsky · Sun Jun 24 19:16:55 2018 +0300
  36. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  37. 75c6579 env: Relocate env drivers if manual reloc is required by Siva Durga Prasad Paladugu · Fri Apr 13 07:57:21 2018 +0200
  38. e07096e env: move more common code to env_import_redund by Simon Goldschmidt · Wed Jan 31 14:47:11 2018 +0100
  39. 32c3eb5 env: make env_import(_redund) return 0 on success, not 1 by Simon Goldschmidt · Wed Jan 31 14:47:10 2018 +0100
  40. 12e6eac env: common: Make the debug messages play a little nicer by Maxime Ripard · Tue Jan 23 21:16:57 2018 +0100
  41. 6b6ee8a env: Remove CONFIG_ENV_AES support by Tom Rini · Tue Nov 14 08:39:35 2017 -0500
  42. 81e1042 treewide: replace with error() with pr_err() by Masahiro Yamada · Sat Sep 16 14:10:41 2017 +0900
  43. 1f39d0b env: Replace all open-coded gd->env_valid values with ENV_ flags by Simon Glass · Sun Aug 20 04:45:15 2017 -0600
  44. da1a134 env: Rename some other getenv()-related functions by Simon Glass · Thu Aug 03 12:22:15 2017 -0600
  45. 22c34c2 env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() by Simon Glass · Thu Aug 03 12:22:13 2017 -0600
  46. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · Thu Aug 03 12:22:12 2017 -0600
  47. 1753957 env: Drop env_relocate_spec() in favour of env_load() by Simon Glass · Thu Aug 03 12:22:07 2017 -0600
  48. 10b0d7b env: Drop env_get_char_spec() by Simon Glass · Thu Aug 03 12:22:06 2017 -0600
  49. 6b6c930 env: common: Drop env_get_char_memory() by Simon Glass · Thu Aug 03 12:21:55 2017 -0600
  50. 60ba44e env: common: Drop env_get_char_init() by Simon Glass · Thu Aug 03 12:21:54 2017 -0600
  51. 4be5f75 env: common: Factor out the common env_valid check by Simon Glass · Thu Aug 03 12:21:53 2017 -0600
  52. 9898ff3 env: common: Drop env_get_addr() by Simon Glass · Thu Aug 03 12:21:52 2017 -0600
  53. 480a36c env: common: Make env_get_addr/get_char_memory() static by Simon Glass · Thu Aug 03 12:21:51 2017 -0600
  54. 547cb40 Move environment files from common/ to env/ by Simon Glass · Thu Aug 03 12:21:49 2017 -0600[Renamed from common/env_common.c]
  55. 57ea7f7 env: Add generic redundant environment implementation by Fiach Antaw · Wed Jan 25 18:53:11 2017 +1000
  56. 4a24308 Rename aes.h to uboot_aes.h by Stefano Babic · Wed Apr 05 18:08:00 2017 +0200
  57. c5b1e5d Various, accumulated typos collected from around the tree. by Robert P. J. Day · Wed Sep 07 14:27:59 2016 -0400
  58. 8d56db9 Various, unrelated tree-wide typo fixes. by Robert P. J. Day · Fri Jul 15 13:44:45 2016 -0400
  59. 32bb7c8 env: Setup GD_FLG_ENV_DEFAULT flag when default environment are used by Michal Simek · Mon May 30 16:06:54 2016 +0200
  60. 3e12be7 Add option -r to env import to allow import of text files with CRLF as line endings by Alexander Holler · Mon Jul 14 17:49:55 2014 +0200
  61. 82d92da common: env_common: make env_get_char_spec __weak by Jeroen Hofstee · Sat Jul 12 15:22:13 2014 +0200
  62. 486112d env: Implement support for encrypting environment by Marek Vasut · Wed Mar 05 19:59:51 2014 +0100
  63. d73c129 env: Add env_export() wrapper by Marek Vasut · Wed Mar 05 19:59:50 2014 +0100
  64. bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · Mon Oct 07 13:07:26 2013 +0200
  65. 6d8bfcb spl: env_common.c: make CONFIG_SPL_BUILD contain function env_import by Ying Zhang · Thu Jun 20 16:04:24 2013 +0800
  66. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  67. 6fe26c9 env: Add support for access control to .flags by Joe Hershberger · Tue Dec 11 22:16:34 2012 -0600
  68. 71497d0 env: Add environment variable flags by Joe Hershberger · Tue Dec 11 22:16:31 2012 -0600
  69. 864ec56 env: Use getenv_yesno() more generally by Joe Hershberger · Tue Dec 11 22:16:22 2012 -0600
  70. 638e659 env: Refactor apply into change_ok by Joe Hershberger · Tue Dec 11 22:16:21 2012 -0600
  71. a46f770 env: Refactor do_apply to a flag by Joe Hershberger · Tue Dec 11 22:16:19 2012 -0600
  72. 8132114 env: cosmetic: Consilidate the default env definition by Joe Hershberger · Fri Oct 12 08:48:51 2012 +0000
  73. 0b3176c COMMON: Use __stringify() instead of MK_STR() by Marek Vasut · Sun Sep 23 17:41:24 2012 +0200
  74. f7a2c55 OMAP: networking support for SPL by Ilya Yanok · Tue Sep 18 00:22:50 2012 +0000
  75. fe9f49d env: make "env default" selective, check and apply by Gerlando Falauto · Fri Aug 24 00:11:41 2012 +0000
  76. d392595 env: add check/apply logic to himport_r() by Gerlando Falauto · Fri Aug 24 00:11:39 2012 +0000
  77. 9b0e1ff env: make himport_r() selective on variables by Gerlando Falauto · Fri Aug 24 00:11:38 2012 +0000
  78. 8cdea94 env_common: Add missing ethprime by Benoît Thébaudeau · Fri Aug 10 07:45:31 2012 +0000
  79. 1465d5f Add env vars describing U-Boot target board by Stephen Warren · Tue May 22 09:21:54 2012 +0000
  80. 0169e6b bootstage: Replace show_boot_progress/error() with bootstage_...() by Simon Glass · Mon Feb 13 13:51:18 2012 +0000
  81. 964d1d4 bootstage: Convert net progress numbers to enums by Simon Glass · Sat Jan 14 15:24:52 2012 +0000
  82. d409b1b bootstage: Use show_boot_error() for -ve progress numbers by Simon Glass · Sat Dec 10 11:07:55 2011 +0000
  83. 76c02dc env: factor out the env_get_char_spec() function by Igor Grinberg · Mon Dec 26 03:33:10 2011 +0000
  84. 3e77359 env: clean env_common.c checkpatch and code style by Igor Grinberg · Mon Nov 07 01:14:11 2011 +0000
  85. e4da248 common: cosmetic: CONFIG_BOOTFILE checkpatch compliance by Joe Hershberger · Thu Oct 13 13:03:48 2011 +0000
  86. 257ff78 common: cosmetic: CONFIG_ROOTPATH checkpatch compliance by Joe Hershberger · Thu Oct 13 13:03:47 2011 +0000
  87. 018f0c8 constify default env by Mike Frysinger · Sat Apr 23 23:43:21 2011 +0000
  88. 8d88232 env: re-add support for auto-completion by Mike Frysinger · Fri Dec 17 16:51:59 2010 -0500
  89. 92d7a99 hashtable: drop all non-reentrant versions by Mike Frysinger · Wed Dec 08 06:26:04 2010 -0500
  90. d0813e5 Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · Thu Oct 28 20:00:11 2010 +0200
  91. e0909be env: don't set to default env twice when use CONFIG_ENV_IS_NOWHERE by Lei Wen · Sun Oct 10 12:36:40 2010 +0800
  92. faa0d2e env: fix cmd_env_sub fct pointers if CONFIG_RELOC_FIXUP_WORKS is not defined by Heiko Schocher · Tue Oct 05 14:17:00 2010 +0200
  93. 460a9ff New implementation for internal handling of environment variables. by Wolfgang Denk · Sun Jun 20 23:33:59 2010 +0200
  94. 30c3add Drop support for GTH board by Wolfgang Denk · Mon Jul 05 22:46:33 2010 +0200
  95. b0b104a Remove AmigaOneG3SE board by Wolfgang Denk · Sun Jun 13 18:28:54 2010 +0200
  96. 9057cbf Conditionally perform common relocation fixups by Peter Tyser · Mon Sep 21 11:20:36 2009 -0500
  97. 09304f5 env: kill off default_environment_size by Mike Frysinger · Fri Jul 24 17:51:27 2009 -0400
  98. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
  99. e5167f1 Adds two more ethernet interface to 83xx by richardretanubun · Mon Sep 29 18:28:23 2008 -0400
  100. 7e1cda6 rename CFG_ENV macros to CONFIG_ENV by Jean-Christophe PLAGNIOL-VILLARD · Wed Sep 10 22:48:06 2008 +0200