1. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  2. dfe4b7e env: Discern environment coming from external storage by Marek Vasut · 4 years, 5 months ago
  3. 48b6c6b crc32: Use the crc.h header for crc functions by Simon Glass · 5 years ago
  4. f4bdf1b env: Remove useless CONFIG_ENV_SIZE_REDUND and fix ENV_IS_REDUND check by Tom Rini · 5 years ago
  5. 9d1f619 env: Rename environment.h to env_internal.h by Simon Glass · 5 years ago
  6. 9738586 env: Move get/set_default_env() to env.h by Simon Glass · 5 years ago
  7. da9647c env: Don't check CONFIG_ENV_OFFSET_REDUND for SPL build by Martyn Welch · 6 years ago
  8. 0e9fe16 env: allow flash and nand env driver to compile together by Rajesh Bhagat · 6 years ago
  9. b2bb9bc env: common: accept flags on reset to default env by Yaniv Levinsky · 6 years ago
  10. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  11. 35b4c32 env: make env drivers propagate env_import return value by Simon Goldschmidt · 7 years ago
  12. e07096e env: move more common code to env_import_redund by Simon Goldschmidt · 7 years ago
  13. 1f39d0b env: Replace all open-coded gd->env_valid values with ENV_ flags by Simon Glass · 7 years ago
  14. 9977849 env: Adjust the load() method to return an error by Simon Glass · 7 years ago
  15. d8273ed env: Drop the env_name_spec global by Simon Glass · 7 years ago
  16. 082af92 env: Switch over to use environment location drivers by Simon Glass · 7 years ago
  17. c10a88e env: Create a location driver for each location by Simon Glass · 7 years ago
  18. a37a7c4 env: Rename nand env_location to nand_env_location by Simon Glass · 7 years ago
  19. 4bc2ad2 env: Add an enum for environment state by Simon Glass · 7 years ago
  20. 547cb40 Move environment files from common/ to env/ by Simon Glass · 7 years ago[Renamed from common/env_nand.c]
  21. 0a2e176 env: Switch env_nand, env_mmc and env_ubi to env_import_redund by Fiach Antaw · 8 years ago
  22. 2cf7ab7 common: env_nand: use get_nand_dev_by_index() by Grygorii Strashko · 7 years ago
  23. bc8571d common: env_nand: Ensure that we have nand_info[0] prior to use by Tom Rini · 8 years ago
  24. 2c1b7e1 nand: Embed mtd_info in struct nand_chip by Scott Wood · 8 years ago
  25. 08364d9 mtd: nand: Remove nand_info_t typedef by Scott Wood · 8 years ago
  26. 2dd337a Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · 9 years ago
  27. c9a6d6f env_nand: use nand_spl_load_image for readenv if SPL by Tim Harvey · 10 years ago
  28. db20464 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · 10 years ago
  29. 1313039 env_nand: make local functions static by Jeroen Hofstee · 10 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. c0d0ef4 env_nand.c: support falling back to redundant env when writing by Phil Sutter · 11 years ago
  33. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  34. 32d9618 nand: Extend nand_(read|write)_skip_bad with *actual and limit parameters by Tom Rini · 12 years ago
  35. a840b8e Revert "env: fix potential stack overflow in environment functions" by Tom Rini · 12 years ago
  36. 04cae82 env: fix potential stack overflow in environment functions by Rob Herring · 12 years ago
  37. 3c51a85 common/env_nand.c: calculate crc only when readenv was OK by Phil Sutter · 12 years ago
  38. 190e58a env_nand.c: clarify log messages when env reading fails by Phil Sutter · 12 years ago
  39. 79a905e env: Hide '.' variables in env print by default by Joe Hershberger · 12 years ago
  40. f6c92cd env_nand: fix incorrect size parameter to ALLOC_CACHE_ALIGN_BUFFER by Stephen Warren · 12 years ago
  41. 1150ff8 env_nand: align NAND buffers by Stephen Warren · 12 years ago
  42. 76c02dc env: factor out the env_get_char_spec() function by Igor Grinberg · 13 years ago
  43. 1cd368d env_nand: Remove DEBUG definition by Thomas Weber · 13 years ago
  44. 90f2ca8 env: clean env_nand.c checkpatch and code style by Igor Grinberg · 13 years ago
  45. 23b54b9 env: move extern environment[] to environment.h by Igor Grinberg · 13 years ago
  46. 6d67c73 env: move extern default_environment[] to environment.h by Igor Grinberg · 13 years ago
  47. 1e3cdf3 env: allow to export only selected variables by Wolfgang Denk · 13 years ago
  48. 201e7a2 env_nand: zero-initialize variable nand_erase_options by Daniel Hobi · 14 years ago
  49. 00eed7f NAND: env: remember the flags used in the previous environment by Scott Wood · 14 years ago
  50. 2da3ce4 NAND: Fix saving of redundand environment by Alexander Holler · 14 years ago
  51. 92d7a99 hashtable: drop all non-reentrant versions by Mike Frysinger · 14 years ago
  52. c5e84fa env_nand: Use nand_read_skip_bad instead of nand_read by Steve Sakoman · 14 years ago
  53. 460a9ff New implementation for internal handling of environment variables. by Wolfgang Denk · 14 years ago
  54. 3dc4ccd env_nand: return error when no device is found by Mike Frysinger · 14 years ago
  55. 0268da0 NAND: formatting cleanups from env.oob support by Scott Wood · 14 years ago
  56. 5fc8b7f NAND: environment offset in OOB (CONFIG_ENV_OFFSET_OOB) by Ben Gardiner · 14 years ago
  57. d9f22d1 shannon/INFERNO: fix special handling of environment configuration by Wolfgang Denk · 14 years ago
  58. be14eb1 env_nand.c: print error message and fail gracefully by Wolfgang Denk · 15 years ago
  59. 09304f5 env: kill off default_environment_size by Mike Frysinger · 15 years ago
  60. 9866305 Remove legacy NAND and disk on chip code. by Scott Wood · 16 years ago
  61. fad2444 nand_spl: read environment early, when booting from NAND using nand_spl by Guennadi Liakhovetski · 16 years ago
  62. a68e058 env_nand: remove unused variable. by Guennadi Liakhovetski · 16 years ago
  63. 78dcaf4 rename CONFIG_CMD_ENV to CONFIG_CMD_SAVEENV by Mike Frysinger · 16 years ago
  64. 4904385 env_nand: fix env memory release by derek@siconix.com · 16 years ago
  65. 7e1cda6 rename CFG_ENV macros to CONFIG_ENV by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  66. b0ba065 env_nand: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  67. dda84dd rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NAND by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  68. 0c40ae94 NAND: Do not write or read a whole block if it is larger than the environment by Guennadi Liakhovetski · 16 years ago
  69. 4ba6929 Merge branch 'master' of git://www.denx.de/git/u-boot-nand-flash by Wolfgang Denk · 16 years ago
  70. 72eb50a Remove code duplication for setting the default environment by Harald Welte · 16 years ago
  71. f5e21f6 NAND: Fix warning due to missing env_ptr casts to u_char * in env_nand.c. by Marcel Ziswiler · 16 years ago
  72. 41df50a Coding Style Cleanup by Wolfgang Denk · 16 years ago
  73. 8c57e9a NAND: Add missing declaration to non-redundant saveenv(). by Philip Balister · 16 years ago
  74. 37e1144 env_nand.c: Added bad block management for environment variables by Stuart Wood · 16 years ago
  75. 3ab2ad5 Cleanup nand_info[] declaration. by Stelian Pop · 17 years ago
  76. a1be476 Big white-space cleanup. by Wolfgang Denk · 17 years ago
  77. 3bdeb7c Fix warning in env_nand.c if compiled for DaVinci Schmoogie by dirk.behme@googlemail.com · 17 years ago
  78. 43ab1dd common/env_nand.c: fix one more incompatible pointer type issue by Wolfgang Denk · 17 years ago
  79. 9a11ccd NAND: fix some strict-aliasing compiler warnings by Wolfgang Denk · 17 years ago
  80. aea6856 fix comments with new drivers organization by Marcel Ziswiler · 17 years ago
  81. d704d91 common/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
  82. 052fc84 common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  83. e4ea796 common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  84. bbfcbb7 Add NAND environment support for PPC440EPx Sequoia NAND boot config by Stefan Roese · 18 years ago
  85. 6405a15 GCC-4.x fixes: clean up global data pointer initialization for all boards. by Wolfgang Denk · 19 years ago
  86. ffe7ef5 Merge with http://www.denx.de/git/u-boot.git by Markus Klotzbuecher · 19 years ago
  87. 5d113e0 Support for redundant environment in NAND Flash. by Markus Klotzbuecher · 19 years ago
  88. 7fa6e90 Some code cleanup for GCC 4.x by Wolfgang Denk · 19 years ago
  89. be8ebab Some minor fixes to environment in NAND code. by Markus Klotzbuecher · 19 years ago
  90. 582f1a3 Re-factoring the legacy NAND code (legacy NAND now only in board-specific by Bartlomiej Sieka · 19 years ago
  91. 6493420 Remove unneeded #include <malloc.h> Patch by Ladislav Michl, 22 Feb 2005 by Wolfgang Denk · 19 years ago
  92. 9e930b6 Patch by Josef Wagner, 04 Jun 2004: by wdenk · 20 years ago
  93. 79b5937 Patch by Jian Zhang, 20 May 2004: add support for environment in NAND flash by wdenk · 20 years ago