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. e9edb7f env: Remove <common.h> and add needed includes by Tom Rini · 7 months ago
  5. 063c938 Audit <flash.h> inclusion by Tom Rini · 2 years, 4 months ago
  6. c27f9a1 env: flash: Cosmetic fix by Marek Behún · 3 years, 1 month ago
  7. 7945006 env: flash: Let generic env_init() assign default environment by Marek Behún · 3 years, 1 month ago
  8. a5a378b env: superfluous check before free() by Heinrich Schuchardt · 3 years, 1 month ago
  9. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  10. dfe4b7e env: Discern environment coming from external storage by Marek Vasut · 4 years, 5 months ago
  11. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  12. a606ffc common: Move flash_perror() to flash.h by Simon Glass · 5 years ago
  13. 48b6c6b crc32: Use the crc.h header for crc functions by Simon Glass · 5 years ago
  14. f4bdf1b env: Remove useless CONFIG_ENV_SIZE_REDUND and fix ENV_IS_REDUND check by Tom Rini · 5 years ago
  15. 9d1f619 env: Rename environment.h to env_internal.h by Simon Glass · 5 years ago
  16. 4686d8f env: Rename the redundancy flags by Simon Glass · 5 years ago
  17. bf86488 env: Move env_valid to env.h by Simon Glass · 5 years ago
  18. 204eb22 env: Rename environment to embedded_environment by Simon Glass · 5 years ago
  19. 0e9fe16 env: allow flash and nand env driver to compile together by Rajesh Bhagat · 6 years ago
  20. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  21. 35b4c32 env: make env drivers propagate env_import return value by Simon Goldschmidt · 7 years ago
  22. 1f39d0b env: Replace all open-coded gd->env_valid values with ENV_ flags by Simon Glass · 7 years ago
  23. 9977849 env: Adjust the load() method to return an error by Simon Glass · 7 years ago
  24. d8273ed env: Drop the env_name_spec global by Simon Glass · 7 years ago
  25. 082af92 env: Switch over to use environment location drivers by Simon Glass · 7 years ago
  26. c10a88e env: Create a location driver for each location by Simon Glass · 7 years ago
  27. 4bc2ad2 env: Add an enum for environment state by Simon Glass · 7 years ago
  28. 547cb40 Move environment files from common/ to env/ by Simon Glass · 7 years ago[Renamed from common/env_flash.c]
  29. cfbdf56 env_flash.c: Drop unused variables by Tom Rini · 11 years ago
  30. d73c129 env: Add env_export() wrapper by Marek Vasut · 11 years ago
  31. bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  32. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  33. 79a905e env: Hide '.' variables in env print by default by Joe Hershberger · 12 years ago
  34. 76c02dc env: factor out the env_get_char_spec() function by Igor Grinberg · 13 years ago
  35. 2182105 env: clean env_flash.c checkpatch and code style by Igor Grinberg · 13 years ago
  36. 23b54b9 env: move extern environment[] to environment.h by Igor Grinberg · 13 years ago
  37. 6d67c73 env: move extern default_environment[] to environment.h by Igor Grinberg · 13 years ago
  38. 1e3cdf3 env: allow to export only selected variables by Wolfgang Denk · 13 years ago
  39. 018f0c8 constify default env by Mike Frysinger · 14 years ago
  40. 92d7a99 hashtable: drop all non-reentrant versions by Mike Frysinger · 14 years ago
  41. eff2809 env_flash: Disable debug print statements by Peter Tyser · 14 years ago
  42. 460a9ff New implementation for internal handling of environment variables. by Wolfgang Denk · 14 years ago
  43. 89f5df9 Redundant environment: move flag definitions to header file by Wolfgang Denk · 14 years ago
  44. d9f22d1 shannon/INFERNO: fix special handling of environment configuration by Wolfgang Denk · 14 years ago
  45. 09304f5 env: kill off default_environment_size by Mike Frysinger · 15 years ago
  46. 78dcaf4 rename CONFIG_CMD_ENV to CONFIG_CMD_SAVEENV by Mike Frysinger · 16 years ago
  47. 7e1cda6 rename CFG_ENV macros to CONFIG_ENV by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  48. 7376831 env_flash: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  49. 53db4cd rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  50. 45cdb5f fix building when saveenv is disabled in some setups by Mike Frysinger · 17 years ago
  51. afa1dd5 Fix compilation error for omap2420h4_config. by Dirk Behme · 17 years ago
  52. d704d91 common/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
  53. 052fc84 common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  54. e4ea796 common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  55. 6405a15 GCC-4.x fixes: clean up global data pointer initialization for all boards. by Wolfgang Denk · 19 years ago
  56. 7fb5266 Cleanup for GCC-4.x by Wolfgang Denk · 19 years ago
  57. f806271 * Patches by Richard Woodruff, 01 Oct 2004: by wdenk · 20 years ago
  58. acd9b10 * Patch by Yuli Barcohen, 4 Mar 2004: by wdenk · 21 years ago
  59. f602aa0 * Patch by Rune Torgersen, 27 Feb 2004: by wdenk · 21 years ago
  60. 57b2d80 * Code cleanup: by wdenk · 21 years ago
  61. d730fbc Fix problem with default #defines Cleanup compiler warning by wdenk · 22 years ago
  62. cc1e256 * Patches by Robert Schwebel, 06 Mar 2003: by wdenk · 22 years ago
  63. 4a5c8a7 * Patch by Robert Schwebel, 21 Jan 2003: by wdenk · 22 years ago
  64. c609719 Initial revision by wdenk · 22 years ago