1. 2339f01 env/fat.c: support redund environment by Brandon Maier · 3 years, 8 months ago
  2. 4dee3f7 mmc: remove duplicate mmc_get_env_dev() implementations by David Woodhouse · 4 years, 2 months ago
  3. 890feec env: Discern environment coming from external storage by Marek Vasut · 4 years, 3 months ago
  4. 6731bef env/fat.c: allow loading from a FAT partition on the MMC boot device by David Woodhouse · 4 years, 3 months ago
  5. e6f6f9e common: Drop part.h from common header by Simon Glass · 4 years, 5 months ago
  6. 0528979 part: Drop disk_partition_t typedef by Simon Glass · 4 years, 5 months ago
  7. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 5 months ago
  8. 3908bc9 env/fat.c: remove private CMD_SAVEENV logic by Rasmus Villemoes · 4 years, 7 months ago
  9. f3998fd env: Rename environment.h to env_internal.h by Simon Glass · 5 years ago
  10. 0ac7d72 env: Move get/set_default_env() to env.h by Simon Glass · 5 years ago
  11. c5d548a env: common: accept flags on reset to default env by Yaniv Levinsky · 6 years ago
  12. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  13. d024236 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 6 years ago
  14. 95058fb env: mmc/fat/ext4: undefined reference to `mmc_initialize' by Heinrich Schuchardt · 6 years ago
  15. 26862b4 env: mmc/fat/ext4: make sure that the MMC sub-system is initialized before using it by Faiz Abbas · 7 years ago
  16. cda87ec Fix misaligned buffer in env_fat_save by Alex Kiernan · 7 years ago
  17. 2166ebf env: make env drivers propagate env_import return value by Simon Goldschmidt · 7 years ago
  18. d0816da env: fat: Make the debug messages play a little nicer by Maxime Ripard · 7 years ago
  19. c595199 env: Adjust the load() method to return an error by Simon Glass · 7 years ago
  20. 98b5755 env: Drop unused env_ptr variables by Simon Glass · 7 years ago
  21. ac358be env: Drop the env_name_spec global by Simon Glass · 7 years ago
  22. 7938822 env: Drop common init() functions by Simon Glass · 7 years ago
  23. e5bce24 env: Switch over to use environment location drivers by Simon Glass · 7 years ago
  24. 4415f1d env: Create a location driver for each location by Simon Glass · 7 years ago
  25. 203e94f env: Add an enum for environment state by Simon Glass · 7 years ago
  26. 0649cd0 Move environment files from common/ to env/ by Simon Glass · 7 years ago[Renamed from common/env_fat.c]
  27. 43ba3c5 env: Migrate CONFIG_ENV_IS_IN_FAT options to Kconfig by Tom Rini · 7 years ago
  28. bcce53d dm: block: Rename device number member dev to devnum by Simon Glass · 9 years ago
  29. e35929e dm: blk: Rename get_device_and_partition() by Simon Glass · 9 years ago
  30. 4101f68 dm: Drop the block_dev_desc_t typedef by Simon Glass · 9 years ago
  31. cf92e05 Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · 9 years ago
  32. 1ad0b98 fat: Prepare API change for files greater than 2GB by Suriyan Ramasami · 10 years ago
  33. 6d1966e env_fat.c: Make sure our buffer is cache aligned by Tom Rini · 10 years ago
  34. be354c1 env_fat: use get_device_and_partition() during env save and load by Wu, Josh · 10 years ago
  35. 7ce1526 env: Add env_export() wrapper by Marek Vasut · 11 years ago
  36. 3765b3e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  37. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  38. cd0f4fa Revert "env: fix potential stack overflow in environment functions" by Tom Rini · 11 years ago
  39. 60d7d5a env: fix potential stack overflow in environment functions by Rob Herring · 12 years ago
  40. be11235 env: Hide '.' variables in env print by default by Joe Hershberger · 12 years ago
  41. 9aa90c1 env: checkpatch clean env_fat by Igor Grinberg · 12 years ago
  42. 3bb89e5 env: remove duplicated env_get_char_spec() by Igor Grinberg · 12 years ago
  43. 57210c7 Add support for loading and saving the environment to a FAT partition by Maximilian Schwerin · 13 years ago