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