1. f8e932e Convert CONFIG_ENV_SPI_* to Kconfig by Patrick Delaunay · Wed Feb 27 15:20:38 2019 +0100
  2. f45775c Revert "env: add spi_flash_read_env function" by Heiko Schocher · Wed Mar 13 12:15:45 2019 +0100
  3. f92421c Revert "env: sf: fix environment in SPI NOR" by Tom Rini · Mon Jan 21 11:57:58 2019 -0500
  4. 6a6c75e env: sf: fix environment in SPI NOR by Heiko Schocher · Fri Jan 18 10:45:56 2019 +0100
  5. 5e7fae7 env: add spi_flash_read_env function by Horatiu Vultur · Tue Dec 11 10:13:56 2018 +0100
  6. 9a90cc9 env: sf: define API to override sf environment address by Rajesh Bhagat · Mon Nov 05 18:01:15 2018 +0000
  7. 0be67b2 fix: env: Fix the SPI flash device setup for DM mode by Konstantin Porotchkin · Wed Aug 29 16:34:52 2018 +0300
  8. b2bb9bc env: common: accept flags on reset to default env by Yaniv Levinsky · Sun Jun 24 19:16:57 2018 +0300
  9. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  10. 8f9ce3a env: sf: use env_import_redund to simplify env_sf_load by Simon Goldschmidt · Wed Jan 31 14:47:13 2018 +0100
  11. 32c3eb5 env: make env_import(_redund) return 0 on success, not 1 by Simon Goldschmidt · Wed Jan 31 14:47:10 2018 +0100
  12. a7bf68a env: sf: Add support for env init for QSPI-NOR by Ashish Kumar · Thu Dec 14 17:37:08 2017 +0530
  13. 81e1042 treewide: replace with error() with pr_err() by Masahiro Yamada · Sat Sep 16 14:10:41 2017 +0900
  14. 9977849 env: Adjust the load() method to return an error by Simon Glass · Thu Aug 03 12:22:17 2017 -0600
  15. d8273ed env: Drop the env_name_spec global by Simon Glass · Thu Aug 03 12:22:03 2017 -0600
  16. d40d804 env: Drop common init() functions by Simon Glass · Thu Aug 03 12:22:02 2017 -0600
  17. 082af92 env: Switch over to use environment location drivers by Simon Glass · Thu Aug 03 12:22:01 2017 -0600
  18. c10a88e env: Create a location driver for each location by Simon Glass · Thu Aug 03 12:21:58 2017 -0600
  19. 4bc2ad2 env: Add an enum for environment state by Simon Glass · Thu Aug 03 12:21:56 2017 -0600
  20. 547cb40 Move environment files from common/ to env/ by Simon Glass · Thu Aug 03 12:21:49 2017 -0600[Renamed from common/env_sf.c]
  21. 11c89f3 dm: Use dm.h header when driver mode is used by Simon Glass · Wed May 17 17:18:03 2017 -0600
  22. df70191 env_sf: use DIV_ROUND_UP to calculate number of sectors to erase by Andreas Fenkart · Sat Apr 08 11:59:34 2017 +0200
  23. a2c6585 env_sf: re-order error handling in single-buffer env_relocate_spec by Andreas Fenkart · Sat Apr 08 11:59:33 2017 +0200
  24. a2d1883 enf_sf: reuse setup_flash_device instead of open coding it by Andreas Fenkart · Sat Apr 08 11:59:32 2017 +0200
  25. 52b9444 env_sf: factor out prepare_flash_device by Andreas Fenkart · Sat Apr 08 11:59:31 2017 +0200
  26. 464eee1 common: env_sf: Use CONFIG_SF_DEFAULT_xxx as the default value for CONFIG_ENV_SPI_xxx by Jean-Jacques Hiblot · Wed Feb 01 14:51:47 2017 +0100
  27. ae56979 dm: spi: Read default speed and mode values from DT by Vignesh R · Wed Jul 06 10:04:28 2016 +0530
  28. 3e21c72 common: env_sf: Add exclamation mark by Peng Fan · Mon Mar 28 17:26:27 2016 +0800
  29. 6d85a60 dm: env_sf: fix saveenv() to use driver model by Gong Qianyu · Tue Jan 26 15:06:42 2016 +0800
  30. 20d93fc env: use cache line aligned memory for flash read by Ravi Babu · Mon Aug 17 13:29:49 2015 +0530
  31. 12f1a54 env_sf: Fix recovery default by Mario Schuknecht · Tue Mar 24 08:59:00 2015 +0100
  32. def9215 dm: Add spi.h header to a few files by Simon Glass · Mon Oct 13 23:41:55 2014 -0600
  33. d73c129 env: Add env_export() wrapper by Marek Vasut · Wed Mar 05 19:59:50 2014 +0100
  34. 354846f SPL: P2020RDB: fix the problem booting from spi flash by Ying Zhang · Fri Jan 24 15:50:07 2014 +0800
  35. b1df922 cmd_sf|env_sf: Fix code cleanup by Jagannadha Sutradharudu Teki · Mon Jul 29 22:12:52 2013 +0530
  36. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  37. a840b8e Revert "env: fix potential stack overflow in environment functions" by Tom Rini · Fri Apr 05 14:55:21 2013 -0400
  38. 04cae82 env: fix potential stack overflow in environment functions by Rob Herring · Fri Mar 22 11:26:21 2013 +0000
  39. 79a905e env: Hide '.' variables in env print by default by Joe Hershberger · Tue Dec 11 22:16:23 2012 -0600
  40. 76c02dc env: factor out the env_get_char_spec() function by Igor Grinberg · Mon Dec 26 03:33:10 2011 +0000
  41. c3c1bed env: clean env_sf.c checkpatch and code style by Igor Grinberg · Mon Nov 07 01:14:08 2011 +0000
  42. 6d67c73 env: move extern default_environment[] to environment.h by Igor Grinberg · Mon Nov 07 01:13:57 2011 +0000
  43. 1e3cdf3 env: allow to export only selected variables by Wolfgang Denk · Sun Nov 06 22:49:44 2011 +0100
  44. 97dfdcf fix redundant environment for serial flash by thomas.langer@lantiq.com · Tue Mar 29 02:35:14 2011 +0000
  45. 92d7a99 hashtable: drop all non-reentrant versions by Mike Frysinger · Wed Dec 08 06:26:04 2010 -0500
  46. 5e26a1f env_sf: remove warning introduced with last patch by Stefano Babic · Fri Oct 29 11:49:45 2010 +0200
  47. 5f6c286 env_sf: updated to the new environment code by Stefano Babic · Wed Oct 27 11:06:20 2010 +0200
  48. 460a9ff New implementation for internal handling of environment variables. by Wolfgang Denk · Sun Jun 20 23:33:59 2010 +0200
  49. 0cae3d4 add redundant environment for env_sf.c by Wolfgang Wegner · Fri Apr 23 17:22:55 2010 +0200
  50. 09304f5 env: kill off default_environment_size by Mike Frysinger · Fri Jul 24 17:51:27 2009 -0400
  51. 9af10d5 env_sf: support embedded environments by Mike Frysinger · Thu Dec 11 06:23:37 2008 -0500
  52. 7e1cda6 rename CFG_ENV macros to CONFIG_ENV by Jean-Christophe PLAGNIOL-VILLARD · Wed Sep 10 22:48:06 2008 +0200
  53. 1b3c7e8 env_sf: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · Wed Sep 10 22:48:00 2008 +0200
  54. 4539b1c rename CFG_ENV_IS_IN_SPI_FLASH in CONFIG_ENV_IS_IN_SPI_FLASH by Jean-Christophe PLAGNIOL-VILLARD · Wed Sep 10 22:48:00 2008 +0200
  55. 08792d7 Change CFG_ENV_SIZE to CFG_ENV_SECT_SIZE for SPI sector erase by TsiChung Liew · Wed Aug 06 19:37:17 2008 -0500
  56. eb8951c Add support for environment in SPI flash by Haavard Skinnemoen · Fri May 16 11:10:35 2008 +0200