1. aae518f env: mmc/fat/ext4: make sure that the MMC sub-system is initialized before using it by Faiz Abbas · Mon Feb 12 19:24:31 2018 +0530
  2. 35b4c32 env: make env drivers propagate env_import return value by Simon Goldschmidt · Wed Jan 31 14:47:12 2018 +0100
  3. e07096e env: move more common code to env_import_redund by Simon Goldschmidt · Wed Jan 31 14:47:11 2018 +0100
  4. dda03f9 env: mmc: Make the debug messages play a little nicer by Maxime Ripard · Tue Jan 23 21:16:56 2018 +0100
  5. 745d8de env: suppress a spurious warning with GCC 7.1 by Philipp Tomsich · Tue Nov 21 23:29:40 2017 +0100
  6. 03ab46c env: Save environment at the end of an MMC partition by Jorge Ramirez-Ortiz · Mon Nov 06 14:16:37 2017 +0100
  7. 9977849 env: Adjust the load() method to return an error by Simon Glass · Thu Aug 03 12:22:17 2017 -0600
  8. d91a8a5 env: Drop unused env_ptr variables by Simon Glass · Thu Aug 03 12:22:04 2017 -0600
  9. d8273ed env: Drop the env_name_spec global by Simon Glass · Thu Aug 03 12:22:03 2017 -0600
  10. d40d804 env: Drop common init() functions by Simon Glass · Thu Aug 03 12:22:02 2017 -0600
  11. 082af92 env: Switch over to use environment location drivers by Simon Glass · Thu Aug 03 12:22:01 2017 -0600
  12. c10a88e env: Create a location driver for each location by Simon Glass · Thu Aug 03 12:21:58 2017 -0600
  13. 4bc2ad2 env: Add an enum for environment state by Simon Glass · Thu Aug 03 12:21:56 2017 -0600
  14. 547cb40 Move environment files from common/ to env/ by Simon Glass · Thu Aug 03 12:21:49 2017 -0600[Renamed from common/env_mmc.c]
  15. 0a2e176 env: Switch env_nand, env_mmc and env_ubi to env_import_redund by Fiach Antaw · Wed Jan 25 18:53:12 2017 +1000
  16. 1d9907c dm: mmc: Ensure that block device is probed by Simon Glass · Sat May 27 11:37:18 2017 -0600
  17. 86d78c7 dm: mmc: Don't re-init when accessing environment by Simon Glass · Sun Apr 23 20:02:04 2017 -0600
  18. 8ab507b env_mmc: configure environment offsets via device tree by Philipp Tomsich · Tue May 16 00:16:31 2017 +0200
  19. 803a9bb env_mmc: Allow SPL to use any MMC device to load/save the environment by Jean-Jacques Hiblot · Wed Feb 01 11:26:53 2017 +0100
  20. da89892 dm: env: mmc: Convert env_mmc to support CONFIG_BLK by Simon Glass · Sat May 14 14:03:03 2016 -0600
  21. 11f2bb6 dm: mmc: Use the new select_hwpart() API by Simon Glass · Sun May 01 13:52:29 2016 -0600
  22. f7b6144 env_mmc: support overriding mmc dev from board code by Clemens Gruber · Wed Jan 20 15:43:37 2016 +0100
  23. 1e0f92a mmc: store hwpart in the block device by Stephen Warren · Mon Dec 07 11:38:49 2015 -0700
  24. e73f296 block: pass block dev not num to read/write/erase() by Stephen Warren · Mon Dec 07 11:38:48 2015 -0700
  25. 2dd337a Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · Wed Sep 02 17:24:58 2015 -0600
  26. 8764fd6 env_mmc: Properly prefix mmc errors with '!' by Hans de Goede · Sat Aug 15 20:05:01 2015 +0200
  27. eda75c3 env_mmc: add error message to pass to set_default_env by Tim Harvey · Fri May 08 14:52:09 2015 -0700
  28. 3a4f656 env_mmc: correct fini partition to match init partition by Peter Bigot · Wed Sep 03 12:22:43 2014 -0500
  29. 97d2fb9 env_mmc: support env partition setup in runtime by Dmitry Lifshitz · Wed Jul 30 13:19:06 2014 +0300
  30. 6284547 Merge branch 'u-boot/master' by Albert ARIBAUD · Fri May 09 10:47:05 2014 +0200
  31. a279b4c env_mmc.c: Remove NULL check on tmp_env1/2 by Tom Rini · Fri Mar 28 12:03:35 2014 -0400
  32. c929f82 env_mmc.c: Allow environment to be used within SPL by Tom Rini · Fri Mar 28 12:03:34 2014 -0400
  33. d73c129 env: Add env_export() wrapper by Marek Vasut · Wed Mar 05 19:59:50 2014 +0100
  34. bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · Mon Oct 07 13:07:26 2013 +0200
  35. 6ef41fd env_mmc: fix buffer allocation for armv7 by Markus Niebel · Fri Oct 04 15:48:03 2013 +0200
  36. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  37. 24dc203 env_mmc: allow negative CONFIG_ENV_OFFSET by Stephen Warren · Tue Jun 11 15:14:02 2013 -0600
  38. a1d25a3 env_mmc: add support for redundant environment by Michael Heimpold · Wed Apr 10 10:36:19 2013 +0000
  39. a840b8e Revert "env: fix potential stack overflow in environment functions" by Tom Rini · Fri Apr 05 14:55:21 2013 -0400
  40. 04cae82 env: fix potential stack overflow in environment functions by Rob Herring · Fri Mar 22 11:26:21 2013 +0000
  41. 606b3dd common: env_mmc: Use __weak annotation to simplify code by Fabio Estevam · Tue Jan 08 05:36:11 2013 +0000
  42. 79a905e env: Hide '.' variables in env print by default by Joe Hershberger · Tue Dec 11 22:16:23 2012 -0600
  43. 27ee0f3 env_mmc: allow environment to be in an eMMC partition by Stephen Warren · Mon Jul 30 10:55:44 2012 +0000
  44. 42a3c44 env_mmc: align buffers using ALLOC_CACHE_ALIGN_BUFFER by Stephen Warren · Thu May 24 11:38:33 2012 +0000
  45. 76c02dc env: factor out the env_get_char_spec() function by Igor Grinberg · Mon Dec 26 03:33:10 2011 +0000
  46. ecbfb62 env: clean env_mmc.c checkpatch and code style by Igor Grinberg · Mon Nov 07 01:14:05 2011 +0000
  47. 23b54b9 env: move extern environment[] to environment.h by Igor Grinberg · Thu Nov 17 06:07:23 2011 +0000
  48. 6d67c73 env: move extern default_environment[] to environment.h by Igor Grinberg · Mon Nov 07 01:13:57 2011 +0000
  49. 1e3cdf3 env: allow to export only selected variables by Wolfgang Denk · Sun Nov 06 22:49:44 2011 +0100
  50. a55fce3 env_mmc: Allow board code to override the environment address by Mingkai Hu · Mon Jan 24 17:09:55 2011 +0000
  51. 92d7a99 hashtable: drop all non-reentrant versions by Mike Frysinger · Wed Dec 08 06:26:04 2010 -0500
  52. 9f84f21 env_mmc: fix compile warning by Lei Wen · Wed Nov 10 07:39:23 2010 +0800
  53. fee0e3a Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · Sun Oct 17 20:25:05 2010 +0200
  54. ff833ed env_mmc: fix cannot save env issue by Lei Wen · Wed Oct 13 11:07:21 2010 +0800
  55. a93ec57 env_mmc: Fix crashing bug encountered after enabling ARM relocation by Steve Sakoman · Mon Oct 11 05:51:39 2010 -0700
  56. 0e657e8 env_mmc: Fix broken build due to set_default_env() change by Steve Sakoman · Tue Oct 05 15:31:38 2010 -0700
  57. b4eceac Save environment data to mmc. by Terry Lv · Mon May 17 10:57:01 2010 +0800