1. 9e70676 env: mmc: statically set the environment partition name by Emmanuel Di Fede · 1 year, 3 months ago
  2. 5b4acb0 env: mmc: Apply GPT only on eMMC user HW partition by Marek Vasut · 1 year, 8 months ago
  3. ccd0542 env: mmc: Fix offset issue for env save by Ye Li · 1 year, 8 months ago
  4. 6a90e92 env: mmc: cosmetic: remove unused macro STR(X) by Patrick Delaunay · 1 year, 11 months ago
  5. 52e9aa3 env: mmc: add debug message when mmc-env-partition is not found by Patrick Delaunay · 1 year, 11 months ago
  6. 80105d8 env: mmc: select GPT env partition by type guid by Patrick Delaunay · 1 year, 11 months ago
  7. d2103e2 env: mmc: add CONFIG_ENV_MMC_USE_DT by Patrick Delaunay · 1 year, 11 months ago
  8. 8566050 env: mcc: fix compilation error with ENV_IS_EMBEDDED by Patrick Delaunay · 1 year, 11 months ago
  9. 46c9016 env: mcc: Drop unnecessary #ifdefs by Patrick Delaunay · 1 year, 11 months ago
  10. f7e07a7 env: mmc: introduced ENV_MMC_OFFSET by Patrick Delaunay · 1 year, 11 months ago
  11. e33a5c6 blk: Switch over to using uclass IDs by Simon Glass · 2 years, 1 month ago
  12. d722670 env: mmc : align erase address and size on erase_grp_size by Patrick Delaunay · 2 years, 7 months ago
  13. d11d1be env: mmc: Add support for redundant env in both eMMC boot partitions by Marek Vasut · 3 years ago
  14. f47f87f env: mmc: Add missing eMMC bootpart restoration to env erase by Marek Vasut · 3 years ago
  15. 7de8bd0 treewide: fdt: Move fdt_get_config_... to ofnode_conf_read... by Simon Glass · 3 years, 2 months ago
  16. 1af031a env: add ENV_ERASE_PTR macro by Patrick Delaunay · 3 years, 8 months ago
  17. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 3 years, 11 months ago
  18. 2a0a577 env: mmc: Correct partition comparison in mmc_offset_try_partition by Hoyeonjiki Kim · 3 years, 10 months ago
  19. 4dee3f7 mmc: remove duplicate mmc_get_env_dev() implementations by David Woodhouse · 4 years, 2 months ago
  20. 7d08077 Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig by Tom Rini · 4 years, 2 months ago
  21. 890feec env: Discern environment coming from external storage by Marek Vasut · 4 years, 3 months ago
  22. 5d4f7b4 env: mmc: add redundancy support in mmc_offset_try_partition by Patrick Delaunay · 4 years, 3 months ago
  23. 76b640c env: mmc: correct the offset returned by mmc_offset_try_partition by Patrick Delaunay · 4 years, 3 months ago
  24. 2b2f727 env: mmc: allow support of mmc_get_env_dev with OF_CONTROL by Patrick Delaunay · 4 years, 3 months ago
  25. 0528979 part: Drop disk_partition_t typedef by Simon Glass · 4 years, 4 months ago
  26. 0536b44 env: Update env_addr for mmc environment driver by Pankit Garg · 4 years, 10 months ago
  27. a09fea1 env: Finish migration of common ENV options by Tom Rini · 4 years, 10 months ago
  28. a8992e7 env: Remove useless CONFIG_ENV_SIZE_REDUND and fix ENV_IS_REDUND check by Tom Rini · 4 years, 10 months ago
  29. f3998fd env: Rename environment.h to env_internal.h by Simon Glass · 5 years ago
  30. 0ac7d72 env: Move get/set_default_env() to env.h by Simon Glass · 5 years ago
  31. 3485392 env: mmc: add erase-function by Frank Wunderlich · 5 years ago
  32. c5d548a env: common: accept flags on reset to default env by Yaniv Levinsky · 6 years ago
  33. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  34. d48b8d1 env: Properly check for BLK support by Sjoerd Simons · 7 years ago
  35. 26862b4 env: mmc/fat/ext4: make sure that the MMC sub-system is initialized before using it by Faiz Abbas · 7 years ago
  36. 2166ebf env: make env drivers propagate env_import return value by Simon Goldschmidt · 7 years ago
  37. 31f044b env: move more common code to env_import_redund by Simon Goldschmidt · 7 years ago
  38. 29b8f21 env: mmc: Make the debug messages play a little nicer by Maxime Ripard · 7 years ago
  39. fd37466 env: suppress a spurious warning with GCC 7.1 by Philipp Tomsich · 7 years ago
  40. c9e87ba env: Save environment at the end of an MMC partition by Jorge Ramirez-Ortiz · 7 years ago
  41. c595199 env: Adjust the load() method to return an error by Simon Glass · 7 years ago
  42. 98b5755 env: Drop unused env_ptr variables by Simon Glass · 7 years ago
  43. ac358be env: Drop the env_name_spec global by Simon Glass · 7 years ago
  44. 7938822 env: Drop common init() functions by Simon Glass · 7 years ago
  45. e5bce24 env: Switch over to use environment location drivers by Simon Glass · 7 years ago
  46. 4415f1d env: Create a location driver for each location by Simon Glass · 7 years ago
  47. 203e94f env: Add an enum for environment state by Simon Glass · 7 years ago
  48. 0649cd0 Move environment files from common/ to env/ by Simon Glass · 7 years ago[Renamed from common/env_mmc.c]
  49. 9d364af env: Switch env_nand, env_mmc and env_ubi to env_import_redund by Fiach Antaw · 8 years ago
  50. 01b73fe dm: mmc: Ensure that block device is probed by Simon Glass · 7 years ago
  51. e7017a3 dm: mmc: Don't re-init when accessing environment by Simon Glass · 7 years ago
  52. f8b8a55 env_mmc: configure environment offsets via device tree by Philipp Tomsich · 7 years ago
  53. 687d207 env_mmc: Allow SPL to use any MMC device to load/save the environment by Jean-Jacques Hiblot · 8 years ago
  54. 5461acb dm: env: mmc: Convert env_mmc to support CONFIG_BLK by Simon Glass · 8 years ago
  55. 69f45cd dm: mmc: Use the new select_hwpart() API by Simon Glass · 8 years ago
  56. e92029c env_mmc: support overriding mmc dev from board code by Clemens Gruber · 9 years ago
  57. 873cc1d mmc: store hwpart in the block device by Stephen Warren · 9 years ago
  58. 7c4213f block: pass block dev not num to read/write/erase() by Stephen Warren · 9 years ago
  59. cf92e05 Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · 9 years ago
  60. a85da21 env_mmc: Properly prefix mmc errors with '!' by Hans de Goede · 9 years ago
  61. c75648d env_mmc: add error message to pass to set_default_env by Tim Harvey · 9 years ago
  62. 19345d7 env_mmc: correct fini partition to match init partition by Peter Bigot · 10 years ago
  63. 6e7b7df env_mmc: support env partition setup in runtime by Dmitry Lifshitz · 10 years ago
  64. d2a3e911 Merge branch 'u-boot/master' by Albert ARIBAUD · 10 years ago
  65. 39b924a env_mmc.c: Remove NULL check on tmp_env1/2 by Tom Rini · 10 years ago
  66. b9c8cca env_mmc.c: Allow environment to be used within SPL by Tom Rini · 10 years ago
  67. 7ce1526 env: Add env_export() wrapper by Marek Vasut · 11 years ago
  68. 3765b3e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  69. 452a272 env_mmc: fix buffer allocation for armv7 by Markus Niebel · 11 years ago
  70. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  71. 5c088ee env_mmc: allow negative CONFIG_ENV_OFFSET by Stephen Warren · 11 years ago
  72. d196bd8 env_mmc: add support for redundant environment by Michael Heimpold · 11 years ago
  73. cd0f4fa Revert "env: fix potential stack overflow in environment functions" by Tom Rini · 11 years ago
  74. 60d7d5a env: fix potential stack overflow in environment functions by Rob Herring · 12 years ago
  75. b565408 common: env_mmc: Use __weak annotation to simplify code by Fabio Estevam · 12 years ago
  76. be11235 env: Hide '.' variables in env print by default by Joe Hershberger · 12 years ago
  77. 9404a5f env_mmc: allow environment to be in an eMMC partition by Stephen Warren · 12 years ago
  78. 4036b63 env_mmc: align buffers using ALLOC_CACHE_ALIGN_BUFFER by Stephen Warren · 12 years ago
  79. bf95df4 env: factor out the env_get_char_spec() function by Igor Grinberg · 13 years ago
  80. e8db8f7 env: clean env_mmc.c checkpatch and code style by Igor Grinberg · 13 years ago
  81. 994bc67 env: move extern environment[] to environment.h by Igor Grinberg · 13 years ago
  82. d1459f0 env: move extern default_environment[] to environment.h by Igor Grinberg · 13 years ago
  83. 37f2fe7 env: allow to export only selected variables by Wolfgang Denk · 13 years ago
  84. 97039ab env_mmc: Allow board code to override the environment address by Mingkai Hu · 14 years ago
  85. 2eb1573 hashtable: drop all non-reentrant versions by Mike Frysinger · 14 years ago
  86. 6d1d51b env_mmc: fix compile warning by Lei Wen · 14 years ago
  87. cacc342 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 14 years ago
  88. e79f483 env_mmc: fix cannot save env issue by Lei Wen · 14 years ago
  89. d470a6f env_mmc: Fix crashing bug encountered after enabling ARM relocation by Steve Sakoman · 14 years ago
  90. a2f69d3 env_mmc: Fix broken build due to set_default_env() change by Steve Sakoman · 14 years ago
  91. a806035 Save environment data to mmc. by Terry Lv · 14 years ago