1. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 6 months ago
  2. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
  3. e9edb7f env: Remove <common.h> and add needed includes by Tom Rini · 7 months ago
  4. 6684413 env: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · 1 year, 3 months ago
  5. 39962b2 env: Remove misuse of env is nowhere leftover by Stefan Herbrechtsmeier · 1 year, 7 months ago
  6. 755703b env: Complete generic support for writable list by Jan Kiszka · 1 year, 10 months ago
  7. 43e7989d env: Drop ENV_IS_IN_SATA by Simon Glass · 1 year, 10 months ago
  8. 6d6a1d0 env: add failing trace in env_erase by Patrick Delaunay · 2 years ago
  9. f92cf58 env: Implement lower priority arch_env_get_location() by Marek Vasut · 2 years, 8 months ago
  10. 8e25d0c Revert "env: Load env when ENV_IS_NOWHERE is only location selected" by Marek Vasut · 2 years, 8 months ago
  11. d0f9106 env: Load env when ENV_IS_NOWHERE is only location selected by Felix.Vietmeyer@jila.colorado.edu · 3 years, 7 months ago
  12. 9a359b5 env: Inline env_get_char() into its only user by Marek Behún · 3 years, 1 month ago
  13. a88ce3d env: Drop env_get_char_spec() and old, unused .get_char() implementations by Marek Behún · 3 years, 1 month ago
  14. 447ac2c env: Fix invalid env handling in env_init() by Marek Vasut · 3 years, 10 months ago
  15. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  16. 8ba7b61 env: sf: fix init function behaviour by Heiko Schocher · 4 years, 1 month ago
  17. a7b8267 env: Add option to only ever append environment by Marek Vasut · 4 years, 5 months ago
  18. a59f7ec cmd: env: add env select command by Patrick Delaunay · 4 years, 4 months ago
  19. 748e42e cmd: env: add env load command by Patrick Delaunay · 4 years, 4 months ago
  20. eebd74d env: the ops driver load becomes mandatory in struct env_driver by Patrick Delaunay · 4 years, 4 months ago
  21. a639f4e env: correctly handle env_load_prio by Patrick Delaunay · 4 years, 4 months ago
  22. 65bbec2 env: add failing trace in env_save by Patrick Delaunay · 4 years, 5 months ago
  23. 13ac85a env: correct overflow check of env_has_init size by Patrick Delaunay · 4 years, 5 months ago
  24. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 7 months ago
  25. c06c1be common: Drop linux/bug.h from common header by Simon Glass · 4 years, 7 months ago
  26. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  27. 9d1f619 env: Rename environment.h to env_internal.h by Simon Glass · 5 years ago
  28. 79fd214 env: Move env_init() to env.h by Simon Glass · 5 years ago
  29. 33afa93 env: register erase command by Frank Wunderlich · 5 years ago
  30. 239f312 env: Fix saving environment to "bad CRC" location by Sam Protsenko · 6 years ago
  31. a44849a env: sata: Add missed env location for SATA boot by Ye Li · 6 years ago
  32. 051dfd8 env: Don't show "Failed" error message by Sam Protsenko · 6 years ago
  33. a8a17f8 u-boot: remove driver lookup loop from env_save() by Nicholas Faustini · 6 years ago
  34. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  35. 75c6579 env: Relocate env drivers if manual reloc is required by Siva Durga Prasad Paladugu · 7 years ago
  36. 9b0d66b env: restore old env_get_char() behaviour by Goldschmidt Simon · 7 years ago
  37. 470947d env: Fix env_load_location by York Sun · 7 years ago
  38. 8944875 env: Mark env_get_location as weak by Maxime Ripard · 7 years ago
  39. 2131c5e env: Initialise all the environments by Maxime Ripard · 7 years ago
  40. 520cf80 env: Support multiple environments by Maxime Ripard · 7 years ago
  41. 185402a env: Make it explicit where we're loading our environment from by Maxime Ripard · 7 years ago
  42. 1e8294d env: Make the env save message a bit more explicit by Maxime Ripard · 7 years ago
  43. fd3158e env: Pass additional parameters to the env lookup function by Maxime Ripard · 7 years ago
  44. b7da89a env: Rename env_driver_lookup_default and env_get_default_location by Maxime Ripard · 7 years ago
  45. 3c0b2e5 cmd: nvedit: Get rid of the env lookup by Maxime Ripard · 7 years ago
  46. 4a4c26d env: enable accessing the environment in an EXT4 partition by Jorge Ramirez-Ortiz · 7 years ago
  47. bfef297 env: Drop CONFIG_ENV_IS_IN_DATAFLASH by Tuomas Tynkkynen · 7 years ago
  48. 1f39d0b env: Replace all open-coded gd->env_valid values with ENV_ flags by Simon Glass · 7 years ago
  49. 3e238a2 env: Allow env_load() to detect errors by Simon Glass · 7 years ago
  50. 8a7c44b env: Correct case of no sub-init function by Tom Rini · 7 years ago
  51. d49b889 env: Drop saveenv() in favour of env_save() by Simon Glass · 7 years ago
  52. 1753957 env: Drop env_relocate_spec() in favour of env_load() by Simon Glass · 7 years ago
  53. 10b0d7b env: Drop env_get_char_spec() by Simon Glass · 7 years ago
  54. 36d8581 env: Drop env_init_new() by Simon Glass · 7 years ago
  55. d8273ed env: Drop the env_name_spec global by Simon Glass · 7 years ago
  56. d40d804 env: Drop common init() functions by Simon Glass · 7 years ago
  57. 082af92 env: Switch over to use environment location drivers by Simon Glass · 7 years ago
  58. 15e5a1a env: Add a new implementation of environment access by Simon Glass · 7 years ago