1. 9d1f619 env: Rename environment.h to env_internal.h by Simon Glass · 5 years ago
  2. 9738586 env: Move get/set_default_env() to env.h by Simon Glass · 5 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. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
  6. 9991fe8 env: mmc/fat/ext4: undefined reference to `mmc_initialize' by Heinrich Schuchardt · 7 years ago
  7. aae518f env: mmc/fat/ext4: make sure that the MMC sub-system is initialized before using it by Faiz Abbas · 7 years ago
  8. 28a2137 Fix misaligned buffer in env_fat_save by Alex Kiernan · 7 years ago
  9. 35b4c32 env: make env drivers propagate env_import return value by Simon Goldschmidt · 7 years ago
  10. be6b2dc env: fat: Make the debug messages play a little nicer by Maxime Ripard · 7 years ago
  11. 9977849 env: Adjust the load() method to return an error by Simon Glass · 7 years ago
  12. d91a8a5 env: Drop unused env_ptr variables by Simon Glass · 7 years ago
  13. d8273ed env: Drop the env_name_spec global by Simon Glass · 7 years ago
  14. d40d804 env: Drop common init() functions by Simon Glass · 7 years ago
  15. 082af92 env: Switch over to use environment location drivers by Simon Glass · 7 years ago
  16. c10a88e env: Create a location driver for each location by Simon Glass · 7 years ago
  17. 4bc2ad2 env: Add an enum for environment state by Simon Glass · 7 years ago
  18. 547cb40 Move environment files from common/ to env/ by Simon Glass · 7 years ago[Renamed from common/env_fat.c]
  19. 17f14d9 env: Migrate CONFIG_ENV_IS_IN_FAT options to Kconfig by Tom Rini · 7 years ago
  20. 2f26fff dm: block: Rename device number member dev to devnum by Simon Glass · 9 years ago
  21. e76ee97 dm: blk: Rename get_device_and_partition() by Simon Glass · 9 years ago
  22. e339475 dm: Drop the block_dev_desc_t typedef by Simon Glass · 9 years ago
  23. 2dd337a Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · 9 years ago
  24. 441c223 fat: Prepare API change for files greater than 2GB by Suriyan Ramasami · 10 years ago
  25. 0b635ed env_fat.c: Make sure our buffer is cache aligned by Tom Rini · 10 years ago
  26. 9b899f2 env_fat: use get_device_and_partition() during env save and load by Wu, Josh · 10 years ago
  27. d73c129 env: Add env_export() wrapper by Marek Vasut · 11 years ago
  28. bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  29. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  30. a840b8e Revert "env: fix potential stack overflow in environment functions" by Tom Rini · 12 years ago
  31. 04cae82 env: fix potential stack overflow in environment functions by Rob Herring · 12 years ago
  32. 79a905e env: Hide '.' variables in env print by default by Joe Hershberger · 12 years ago
  33. 49eee6e env: checkpatch clean env_fat by Igor Grinberg · 12 years ago
  34. 9274dc0 env: remove duplicated env_get_char_spec() by Igor Grinberg · 12 years ago
  35. 9765c08 Add support for loading and saving the environment to a FAT partition by Maximilian Schwerin · 13 years ago