1. 0e84d96 global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD by Simon Glass · 8 weeks ago
  2. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 6 months ago
  3. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
  4. d4b57ec Init virtio before loading ENV from EXT4 or FAT by Fiona Klute · 7 months ago
  5. e9edb7f env: Remove <common.h> and add needed includes by Tom Rini · 7 months ago
  6. 454aa19 Add SCSI scan for ENV in EXT4 or FAT by Rogier Stam · 2 years, 7 months ago
  7. 25936aa env: fat: Allow overriding interface, device and partition by He Yong · 2 years, 9 months ago
  8. ff6b8a2 env: fat: Add new lines at the end of print statements by Peter Robinson · 2 years, 11 months ago
  9. f281546 env/fat.c: support redund environment by Brandon Maier · 3 years, 10 months ago
  10. 49fee03 mmc: remove duplicate mmc_get_env_dev() implementations by David Woodhouse · 4 years, 4 months ago
  11. dfe4b7e env: Discern environment coming from external storage by Marek Vasut · 4 years, 5 months ago
  12. 9336539 env/fat.c: allow loading from a FAT partition on the MMC boot device by David Woodhouse · 4 years, 5 months ago
  13. 655306c common: Drop part.h from common header by Simon Glass · 4 years, 7 months ago
  14. c1c4a8f part: Drop disk_partition_t typedef by Simon Glass · 4 years, 7 months ago
  15. 274e0b0 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
  16. 975ffba env/fat.c: remove private CMD_SAVEENV logic by Rasmus Villemoes · 4 years, 9 months ago
  17. 9d1f619 env: Rename environment.h to env_internal.h by Simon Glass · 5 years ago
  18. 9738586 env: Move get/set_default_env() to env.h by Simon Glass · 5 years ago
  19. b2bb9bc env: common: accept flags on reset to default env by Yaniv Levinsky · 6 years ago
  20. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  21. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
  22. 9991fe8 env: mmc/fat/ext4: undefined reference to `mmc_initialize' by Heinrich Schuchardt · 7 years ago
  23. aae518f env: mmc/fat/ext4: make sure that the MMC sub-system is initialized before using it by Faiz Abbas · 7 years ago
  24. 28a2137 Fix misaligned buffer in env_fat_save by Alex Kiernan · 7 years ago
  25. 35b4c32 env: make env drivers propagate env_import return value by Simon Goldschmidt · 7 years ago
  26. be6b2dc env: fat: Make the debug messages play a little nicer by Maxime Ripard · 7 years ago
  27. 9977849 env: Adjust the load() method to return an error by Simon Glass · 7 years ago
  28. d91a8a5 env: Drop unused env_ptr variables by Simon Glass · 7 years ago
  29. d8273ed env: Drop the env_name_spec global by Simon Glass · 7 years ago
  30. d40d804 env: Drop common init() functions by Simon Glass · 7 years ago
  31. 082af92 env: Switch over to use environment location drivers by Simon Glass · 7 years ago
  32. c10a88e env: Create a location driver for each location by Simon Glass · 7 years ago
  33. 4bc2ad2 env: Add an enum for environment state by Simon Glass · 7 years ago
  34. 547cb40 Move environment files from common/ to env/ by Simon Glass · 7 years ago[Renamed from common/env_fat.c]
  35. 17f14d9 env: Migrate CONFIG_ENV_IS_IN_FAT options to Kconfig by Tom Rini · 7 years ago
  36. 2f26fff dm: block: Rename device number member dev to devnum by Simon Glass · 9 years ago
  37. e76ee97 dm: blk: Rename get_device_and_partition() by Simon Glass · 9 years ago
  38. e339475 dm: Drop the block_dev_desc_t typedef by Simon Glass · 9 years ago
  39. 2dd337a Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · 9 years ago
  40. 441c223 fat: Prepare API change for files greater than 2GB by Suriyan Ramasami · 10 years ago
  41. 0b635ed env_fat.c: Make sure our buffer is cache aligned by Tom Rini · 10 years ago
  42. 9b899f2 env_fat: use get_device_and_partition() during env save and load by Wu, Josh · 10 years ago
  43. d73c129 env: Add env_export() wrapper by Marek Vasut · 11 years ago
  44. bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  45. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  46. a840b8e Revert "env: fix potential stack overflow in environment functions" by Tom Rini · 12 years ago
  47. 04cae82 env: fix potential stack overflow in environment functions by Rob Herring · 12 years ago
  48. 79a905e env: Hide '.' variables in env print by default by Joe Hershberger · 12 years ago
  49. 49eee6e env: checkpatch clean env_fat by Igor Grinberg · 12 years ago
  50. 9274dc0 env: remove duplicated env_get_char_spec() by Igor Grinberg · 12 years ago
  51. 9765c08 Add support for loading and saving the environment to a FAT partition by Maximilian Schwerin · 13 years ago