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