1. 6d8d840 env: correctly handle env_load_prio by Patrick Delaunay · 4 years, 2 months ago
  2. 22140d1 env: sf: avoid space in backend name by Patrick Delaunay · 4 years, 2 months ago
  3. 286fee5 env: ext4: set gd->env_valid by Patrick Delaunay · 4 years, 2 months ago
  4. 87dac74 env: add absolute path at CONFIG_ENV_EXT4_FILE by Patrick Delaunay · 4 years, 2 months ago
  5. e91907a Convert CONFIG_ENV_OVERWRITE to Kconfig by Adam Ford · 4 years, 3 months ago
  6. 5d4f7b4 env: mmc: add redundancy support in mmc_offset_try_partition by Patrick Delaunay · 4 years, 3 months ago
  7. 76b640c env: mmc: correct the offset returned by mmc_offset_try_partition by Patrick Delaunay · 4 years, 3 months ago
  8. 2b2f727 env: mmc: allow support of mmc_get_env_dev with OF_CONTROL by Patrick Delaunay · 4 years, 3 months ago
  9. 8968288 env: add failing trace in env_save by Patrick Delaunay · 4 years, 3 months ago
  10. d5a6a5a env: correct overflow check of env_has_init size by Patrick Delaunay · 4 years, 3 months ago
  11. 6731bef env/fat.c: allow loading from a FAT partition on the MMC boot device by David Woodhouse · 4 years, 3 months ago
  12. 56c4046 spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI* by Lukasz Majewski · 4 years, 4 months ago
  13. 35c2683 env: Kconfig: cosmetics: update comment for SYS_RELOC_GD_ENV_ADDR by Patrick Delaunay · 4 years, 3 months ago
  14. c8cbf17 env: sf: Free the old env_flash by Jagan Teki · 4 years, 4 months ago
  15. 3ec4699 env: Convert ENV_ACCESS_IGNORE_FORCE to Kconfig by Marek Vasut · 4 years, 4 months ago
  16. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 4 months ago
  17. eb41d8a common: Drop linux/bug.h from common header by Simon Glass · 4 years, 4 months ago
  18. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 4 months ago
  19. 52f2423 common: Drop bootstage.h from common header by Simon Glass · 4 years, 4 months ago
  20. e6f6f9e common: Drop part.h from common header by Simon Glass · 4 years, 4 months ago
  21. 0528979 part: Drop disk_partition_t typedef by Simon Glass · 4 years, 4 months ago
  22. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 4 months ago
  23. b79fdc7 common: Drop flash.h from common header by Simon Glass · 4 years, 4 months ago
  24. b8879f2 env: Convert CONFIG_DELAY_ENVIRONMENT to Kconfig by Ovidiu Panait · 4 years, 5 months ago
  25. 6d3524c env/sf.c: honour CONFIG_SPL_SAVEENV by Rasmus Villemoes · 4 years, 6 months ago
  26. 9e3c94d env/sf.c: drop private CMD_SAVEENV logic by Rasmus Villemoes · 4 years, 7 months ago
  27. 1df96a7 env/ext4.c: remove CONFIG_CMD_SAVEENV ifdef by Rasmus Villemoes · 4 years, 7 months ago
  28. 3908bc9 env/fat.c: remove private CMD_SAVEENV logic by Rasmus Villemoes · 4 years, 7 months ago
  29. 1d0adee env: add SAVEENV as an alias of the CMD_SAVEENV symbol by Rasmus Villemoes · 4 years, 7 months ago
  30. 080019b make env_entry::callback conditional on !CONFIG_SPL_BUILD by Rasmus Villemoes · 4 years, 7 months ago
  31. e13df08 env: remove callback.o for an SPL build by Rasmus Villemoes · 4 years, 7 months ago
  32. 46d9d1c env: make file-scope env_ptr variables static by Rasmus Villemoes · 4 years, 7 months ago
  33. 8d78211 env: Make mmc as default option for CONFIG_ENV_FAT_INTERFACE by Michal Simek · 4 years, 7 months ago
  34. 63e988e env: Kconfig: Adding default values for Microblaze by Varalaxmi Bingi · 4 years, 8 months ago
  35. 0536b44 env: Update env_addr for mmc environment driver by Pankit Garg · 4 years, 10 months ago
  36. 54b85a9 env: Enable SPI flash env for rockchip by Jagan Teki · 4 years, 9 months ago
  37. d7b433e env: kconfig: Restrict rockchip env for MMC by Jagan Teki · 4 years, 9 months ago
  38. c822168 env: another attempt at fixing SPL build failures by Rasmus Villemoes · 4 years, 9 months ago
  39. 0ee48252 common: Move flash_perror() to flash.h by Simon Glass · 4 years, 9 months ago
  40. 00e2704 mtd: ensure UBI is compiled when ENV_IS_IN_UBI is selected by Miquel Raynal · 5 years ago
  41. cb3ef68 common: Move old EEPROM functions into a new header by Simon Glass · 4 years, 10 months ago
  42. 8bef79b common: Move sorting functions to their own header file by Simon Glass · 4 years, 10 months ago
  43. 3db7110 crc32: Use the crc.h header for crc functions by Simon Glass · 4 years, 10 months ago
  44. a09fea1 env: Finish migration of common ENV options by Tom Rini · 4 years, 10 months ago
  45. a8992e7 env: Remove useless CONFIG_ENV_SIZE_REDUND and fix ENV_IS_REDUND check by Tom Rini · 4 years, 10 months ago
  46. 8d8ee47 env: Add CONFIG_SYS_RELOC_GD_ENV_ADDR symbol by Tom Rini · 4 years, 10 months ago
  47. cb6617a defconfigs: Migrate CONFIG_SYS_REDUNDAND_ENVIRONMENT by Tom Rini · 4 years, 11 months ago
  48. 6116234 ubi: env: fix redundand management by Philippe Reynes · 5 years ago
  49. f8c0f9f env: Kconfig: Add environment default offset in versal by T Karthik Reddy · 5 years ago
  50. d90fc9c Revert "env: solve compilation error in SPL" by Tom Rini · 5 years ago
  51. f3998fd env: Rename environment.h to env_internal.h by Simon Glass · 5 years ago
  52. 3f0d680 env: Drop the ACTION typedef by Simon Glass · 5 years ago
  53. d3716dd env: Rename the redundancy flags by Simon Glass · 5 years ago
  54. dd2408c env: Drop the ENTRY typedef by Simon Glass · 5 years ago
  55. db19701 env: Move env_valid to env.h by Simon Glass · 5 years ago
  56. be54ec1 env: Rename environment to embedded_environment by Simon Glass · 5 years ago
  57. 0ac7d72 env: Move get/set_default_env() to env.h by Simon Glass · 5 years ago
  58. 0b9d8a0 env: Move set_default_vars to env.h by Simon Glass · 5 years ago
  59. 7b51b57 env: Move env_get() to env.h by Simon Glass · 5 years ago
  60. 9fb625c env: Move env_set() to env.h by Simon Glass · 5 years ago
  61. 3f989e7b env: Move env_relocate() to env.h by Simon Glass · 5 years ago
  62. 4bfd1f5 env: Move env_init() to env.h by Simon Glass · 5 years ago
  63. 3485392 env: mmc: add erase-function by Frank Wunderlich · 5 years ago
  64. cd121bd env: register erase command by Frank Wunderlich · 5 years ago
  65. 4048e17 stm32mp1: move CONFIG_ENV in Kconfig by Patrick Delaunay · 5 years ago
  66. 985186d env: ubi: support configurable VID offset by Hamish Guthrie · 5 years ago
  67. a9221f3 at91, omap2plus: configs: migrate CONFIG_ENV_ to defconfigs by Markus Klotzbuecher · 5 years ago
  68. ff4818c env: ubi: KConfig: add CONFIG_ENV_UBI_VOLUME_REDUND by Markus Klotzbuecher · 5 years ago
  69. c3f4318 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 5 years ago
  70. a4298dd Kconfig: Add SPI / SPI_FLASH as dependencies by Tom Rini · 5 years ago
  71. 208bd2b env: allow ENV_IS_NOWHERE with other storage target by Patrice Chotard · 5 years ago
  72. d319edc env: ext4: Allow overriding interface, device and partition by Patrice Chotard · 6 years ago
  73. 7d47765 env: solve compilation error in SPL by Patrick Delaunay · 5 years ago
  74. 579a3e7 stm32mp1: Move ENV_SIZE and ENV_OFFSET to Kconfig by Patrick Delaunay · 5 years ago
  75. dd30961 env: spi: Fix incorrect entry description by Marek Vasut · 5 years ago
  76. f2fae51 env: Don't check CONFIG_ENV_OFFSET_REDUND for SPL build by Martyn Welch · 6 years ago
  77. 5efc068 fs: ext4: Add support for the creation of symbolic links by Jean-Jacques Hiblot · 6 years ago
  78. abe66b1 Convert CONFIG_ENV_SPI_* to Kconfig by Patrick Delaunay · 6 years ago
  79. 9ba5e5b Revert "env: add spi_flash_read_env function" by Heiko Schocher · 6 years ago
  80. 0da9025 Merge branch '2019-01-25-master-imports' by Tom Rini · 6 years ago
  81. 293a172 env: Fix saving environment to "bad CRC" location by Sam Protsenko · 6 years ago
  82. 49d04c5 env: common: Return specific error code on bad CRC by Sam Protsenko · 6 years ago
  83. 70b5ea7 ARC: Move ENV_SIZE and ENV_OFFSET to Kconfig by Alexey Brodkin · 6 years ago
  84. 82eeb71 Revert "env: sf: fix environment in SPI NOR" by Tom Rini · 6 years ago
  85. 3d5931e env: sf: fix environment in SPI NOR by Heiko Schocher · 6 years ago
  86. 9a9d66f env: add spi_flash_read_env function by Horatiu Vultur · 6 years ago
  87. 03dcf17 common: command: Add support for $ auto-completion by Boris Brezillon · 6 years ago
  88. 17be909 env: sata: Fix saveenv issue by Ye Li · 6 years ago
  89. 9a6a311 env: sata: Add missed env location for SATA boot by Ye Li · 6 years ago
  90. 119c01c2 env: sf: define API to override sf environment address by Rajesh Bhagat · 6 years ago
  91. b6cba29 env: allow flash and nand env driver to compile together by Rajesh Bhagat · 6 years ago
  92. ec48b6c arm64: versal: Add support for new Xilinx Versal ACAPs by Michal Simek · 6 years ago
  93. 25a1765 fix: env: Fix the SPI flash device setup for DM mode by Konstantin Porotchkin · 6 years ago
  94. 344ca79 env: ubi: Add missing ENV_NAME by Marek Vasut · 6 years ago
  95. 4aee624 env: Merge Rockchip, Sunxi, Zynq and ZynqMP by Michal Simek · 6 years ago
  96. 13bbfb4 env: Don't show "Failed" error message by Sam Protsenko · 6 years ago
  97. d30ba23 u-boot: remove driver lookup loop from env_save() by Nicholas Faustini · 6 years ago
  98. 474ecd2 env: Simplify Makefile using $(SPL_TPL_) by York Sun · 6 years ago
  99. 646f1ab env: typo in description of ENV_IS_IN_REMOTE by Heinrich Schuchardt · 7 years ago
  100. 6c90f62 env: add the same prefix to error messages to make it detectable by tests by Quentin Schulz · 6 years ago