1. f4bf81b env: sf: Allow to use env_sf_init_addr() at any stage by Pali Rohár · 2 years, 7 months ago
  2. af8149e env: sf: Put ENV_INVALID into gd->env_valid on CRC failure by Marek Behún · 3 years ago
  3. 87221bd env: sf: Use ENV_VALID enum names instead of literals by Marek Behún · 3 years ago
  4. 9ab30d2 env: sf: Cosmetic fix in env_sf_init_addr() by Marek Behún · 3 years ago
  5. ecf1544 env: sf: remove the static env_flash variable by Patrick Delaunay · 3 years, 7 months ago
  6. c2d0036 env: sf: add missing spi_flash_free by Patrick Delaunay · 3 years, 7 months ago
  7. 25d90ad env: sf: add support of command env erase by Patrick Delaunay · 3 years, 8 months ago
  8. e41f55b env: sf: update the use of macro ENV_SAVE_PTR by Patrick Delaunay · 3 years, 8 months ago
  9. b9c3052 env: increment redund flag on read fail by Brandon Maier · 3 years, 9 months ago
  10. bcb44f6 env: add CONFIG_ENV_SECT_SIZE_AUTO by Rasmus Villemoes · 3 years, 5 months ago
  11. 4da7347 env/sf.c: use a variable to hold the sector size by Rasmus Villemoes · 3 years, 5 months ago
  12. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 3 years, 11 months ago
  13. ea5641e env: sf: cosmetic: remove unnecessary space by Patrick Delaunay · 3 years, 9 months ago
  14. 46ce9e7 env: sf: fix init function behaviour by Heiko Schocher · 3 years, 11 months ago
  15. 92765f45 env: Access Environment in SPI flashes before relocation by Heiko Schocher · 4 years ago
  16. 890feec env: Discern environment coming from external storage by Marek Vasut · 4 years, 3 months ago
  17. 22140d1 env: sf: avoid space in backend name by Patrick Delaunay · 4 years, 2 months ago
  18. 56c4046 spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI* by Lukasz Majewski · 4 years, 4 months ago
  19. c8cbf17 env: sf: Free the old env_flash by Jagan Teki · 4 years, 4 months ago
  20. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 5 months ago
  21. b79fdc7 common: Drop flash.h from common header by Simon Glass · 4 years, 5 months ago
  22. 6d3524c env/sf.c: honour CONFIG_SPL_SAVEENV by Rasmus Villemoes · 4 years, 6 months ago
  23. 9e3c94d env/sf.c: drop private CMD_SAVEENV logic by Rasmus Villemoes · 4 years, 7 months ago
  24. 3db7110 crc32: Use the crc.h header for crc functions by Simon Glass · 4 years, 10 months ago
  25. a09fea1 env: Finish migration of common ENV options by Tom Rini · 4 years, 10 months ago
  26. f3998fd env: Rename environment.h to env_internal.h by Simon Glass · 5 years ago
  27. d3716dd env: Rename the redundancy flags by Simon Glass · 5 years ago
  28. 0ac7d72 env: Move get/set_default_env() to env.h by Simon Glass · 5 years ago
  29. abe66b1 Convert CONFIG_ENV_SPI_* to Kconfig by Patrick Delaunay · 6 years ago
  30. 9ba5e5b Revert "env: add spi_flash_read_env function" by Heiko Schocher · 6 years ago
  31. 82eeb71 Revert "env: sf: fix environment in SPI NOR" by Tom Rini · 6 years ago
  32. 3d5931e env: sf: fix environment in SPI NOR by Heiko Schocher · 6 years ago
  33. 9a9d66f env: add spi_flash_read_env function by Horatiu Vultur · 6 years ago
  34. 119c01c2 env: sf: define API to override sf environment address by Rajesh Bhagat · 6 years ago
  35. 25a1765 fix: env: Fix the SPI flash device setup for DM mode by Konstantin Porotchkin · 6 years ago
  36. c5d548a env: common: accept flags on reset to default env by Yaniv Levinsky · 6 years ago
  37. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  38. 8071993 env: sf: use env_import_redund to simplify env_sf_load by Simon Goldschmidt · 7 years ago
  39. 42a1820 env: make env_import(_redund) return 0 on success, not 1 by Simon Goldschmidt · 7 years ago
  40. b500c92 env: sf: Add support for env init for QSPI-NOR by Ashish Kumar · 7 years ago
  41. 9b643e3 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
  42. c595199 env: Adjust the load() method to return an error by Simon Glass · 7 years ago
  43. ac358be env: Drop the env_name_spec global by Simon Glass · 7 years ago
  44. 7938822 env: Drop common init() functions by Simon Glass · 7 years ago
  45. e5bce24 env: Switch over to use environment location drivers by Simon Glass · 7 years ago
  46. 4415f1d env: Create a location driver for each location by Simon Glass · 7 years ago
  47. 203e94f env: Add an enum for environment state by Simon Glass · 7 years ago
  48. 0649cd0 Move environment files from common/ to env/ by Simon Glass · 7 years ago[Renamed from common/env_sf.c]
  49. 9d92245 dm: Use dm.h header when driver mode is used by Simon Glass · 7 years ago
  50. 0b2e5bb env_sf: use DIV_ROUND_UP to calculate number of sectors to erase by Andreas Fenkart · 7 years ago
  51. c041c60 env_sf: re-order error handling in single-buffer env_relocate_spec by Andreas Fenkart · 7 years ago
  52. 8fee884 enf_sf: reuse setup_flash_device instead of open coding it by Andreas Fenkart · 7 years ago
  53. afa81a7 env_sf: factor out prepare_flash_device by Andreas Fenkart · 7 years ago
  54. 2e4e5ad common: env_sf: Use CONFIG_SF_DEFAULT_xxx as the default value for CONFIG_ENV_SPI_xxx by Jean-Jacques Hiblot · 8 years ago
  55. 96907c0 dm: spi: Read default speed and mode values from DT by Vignesh R · 8 years ago
  56. 9a5d993 common: env_sf: Add exclamation mark by Peng Fan · 8 years ago
  57. 19c3128 dm: env_sf: fix saveenv() to use driver model by Gong Qianyu · 9 years ago
  58. 7dd0174 env: use cache line aligned memory for flash read by Ravi Babu · 9 years ago
  59. 5e8397d env_sf: Fix recovery default by Mario Schuknecht · 10 years ago
  60. 843c9e8 dm: Add spi.h header to a few files by Simon Glass · 10 years ago
  61. 7ce1526 env: Add env_export() wrapper by Marek Vasut · 11 years ago
  62. 5a89fa9 SPL: P2020RDB: fix the problem booting from spi flash by Ying Zhang · 11 years ago
  63. 402ba1e cmd_sf|env_sf: Fix code cleanup by Jagannadha Sutradharudu Teki · 11 years ago
  64. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  65. cd0f4fa Revert "env: fix potential stack overflow in environment functions" by Tom Rini · 11 years ago
  66. 60d7d5a env: fix potential stack overflow in environment functions by Rob Herring · 12 years ago
  67. be11235 env: Hide '.' variables in env print by default by Joe Hershberger · 12 years ago
  68. bf95df4 env: factor out the env_get_char_spec() function by Igor Grinberg · 13 years ago
  69. eb58a7f env: clean env_sf.c checkpatch and code style by Igor Grinberg · 13 years ago
  70. d1459f0 env: move extern default_environment[] to environment.h by Igor Grinberg · 13 years ago
  71. 37f2fe7 env: allow to export only selected variables by Wolfgang Denk · 13 years ago
  72. 2dc55d9 fix redundant environment for serial flash by thomas.langer@lantiq.com · 13 years ago
  73. 2eb1573 hashtable: drop all non-reentrant versions by Mike Frysinger · 14 years ago
  74. 590084a env_sf: remove warning introduced with last patch by Stefano Babic · 14 years ago
  75. a3110f0 env_sf: updated to the new environment code by Stefano Babic · 14 years ago
  76. ea882ba New implementation for internal handling of environment variables. by Wolfgang Denk · 14 years ago
  77. 7319bca add redundant environment for env_sf.c by Wolfgang Wegner · 14 years ago
  78. 18304f7 env: kill off default_environment_size by Mike Frysinger · 15 years ago
  79. 5b3375a env_sf: support embedded environments by Mike Frysinger · 16 years ago
  80. 0e8d158 rename CFG_ENV macros to CONFIG_ENV by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  81. 2556ef7 env_sf: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  82. 0b5099a rename CFG_ENV_IS_IN_SPI_FLASH in CONFIG_ENV_IS_IN_SPI_FLASH by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  83. 07efc9e Change CFG_ENV_SIZE to CFG_ENV_SECT_SIZE for SPI sector erase by TsiChung Liew · 16 years ago
  84. 8c66497 Add support for environment in SPI flash by Haavard Skinnemoen · 16 years ago