1. d73c129 env: Add env_export() wrapper by Marek Vasut · 11 years ago
  2. bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  3. c0d0ef4 env_nand.c: support falling back to redundant env when writing by Phil Sutter · 11 years ago
  4. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  5. 32d9618 nand: Extend nand_(read|write)_skip_bad with *actual and limit parameters by Tom Rini · 12 years ago
  6. a840b8e Revert "env: fix potential stack overflow in environment functions" by Tom Rini · 12 years ago
  7. 04cae82 env: fix potential stack overflow in environment functions by Rob Herring · 12 years ago
  8. 3c51a85 common/env_nand.c: calculate crc only when readenv was OK by Phil Sutter · 12 years ago
  9. 190e58a env_nand.c: clarify log messages when env reading fails by Phil Sutter · 12 years ago
  10. 79a905e env: Hide '.' variables in env print by default by Joe Hershberger · 12 years ago
  11. f6c92cd env_nand: fix incorrect size parameter to ALLOC_CACHE_ALIGN_BUFFER by Stephen Warren · 12 years ago
  12. 1150ff8 env_nand: align NAND buffers by Stephen Warren · 12 years ago
  13. 76c02dc env: factor out the env_get_char_spec() function by Igor Grinberg · 13 years ago
  14. 1cd368d env_nand: Remove DEBUG definition by Thomas Weber · 13 years ago
  15. 90f2ca8 env: clean env_nand.c checkpatch and code style by Igor Grinberg · 13 years ago
  16. 23b54b9 env: move extern environment[] to environment.h by Igor Grinberg · 13 years ago
  17. 6d67c73 env: move extern default_environment[] to environment.h by Igor Grinberg · 13 years ago
  18. 1e3cdf3 env: allow to export only selected variables by Wolfgang Denk · 13 years ago
  19. 201e7a2 env_nand: zero-initialize variable nand_erase_options by Daniel Hobi · 14 years ago
  20. 00eed7f NAND: env: remember the flags used in the previous environment by Scott Wood · 14 years ago
  21. 2da3ce4 NAND: Fix saving of redundand environment by Alexander Holler · 14 years ago
  22. 92d7a99 hashtable: drop all non-reentrant versions by Mike Frysinger · 14 years ago
  23. c5e84fa env_nand: Use nand_read_skip_bad instead of nand_read by Steve Sakoman · 14 years ago
  24. 460a9ff New implementation for internal handling of environment variables. by Wolfgang Denk · 14 years ago
  25. 3dc4ccd env_nand: return error when no device is found by Mike Frysinger · 14 years ago
  26. 0268da0 NAND: formatting cleanups from env.oob support by Scott Wood · 14 years ago
  27. 5fc8b7f NAND: environment offset in OOB (CONFIG_ENV_OFFSET_OOB) by Ben Gardiner · 14 years ago
  28. d9f22d1 shannon/INFERNO: fix special handling of environment configuration by Wolfgang Denk · 14 years ago
  29. be14eb1 env_nand.c: print error message and fail gracefully by Wolfgang Denk · 15 years ago
  30. 09304f5 env: kill off default_environment_size by Mike Frysinger · 15 years ago
  31. 9866305 Remove legacy NAND and disk on chip code. by Scott Wood · 16 years ago
  32. fad2444 nand_spl: read environment early, when booting from NAND using nand_spl by Guennadi Liakhovetski · 16 years ago
  33. a68e058 env_nand: remove unused variable. by Guennadi Liakhovetski · 16 years ago
  34. 78dcaf4 rename CONFIG_CMD_ENV to CONFIG_CMD_SAVEENV by Mike Frysinger · 16 years ago
  35. 4904385 env_nand: fix env memory release by derek@siconix.com · 16 years ago
  36. 7e1cda6 rename CFG_ENV macros to CONFIG_ENV by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  37. b0ba065 env_nand: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  38. dda84dd rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NAND by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  39. 0c40ae94 NAND: Do not write or read a whole block if it is larger than the environment by Guennadi Liakhovetski · 16 years ago
  40. 4ba6929 Merge branch 'master' of git://www.denx.de/git/u-boot-nand-flash by Wolfgang Denk · 16 years ago
  41. 72eb50a Remove code duplication for setting the default environment by Harald Welte · 16 years ago
  42. f5e21f6 NAND: Fix warning due to missing env_ptr casts to u_char * in env_nand.c. by Marcel Ziswiler · 16 years ago
  43. 41df50a Coding Style Cleanup by Wolfgang Denk · 16 years ago
  44. 8c57e9a NAND: Add missing declaration to non-redundant saveenv(). by Philip Balister · 16 years ago
  45. 37e1144 env_nand.c: Added bad block management for environment variables by Stuart Wood · 16 years ago
  46. 3ab2ad5 Cleanup nand_info[] declaration. by Stelian Pop · 17 years ago
  47. a1be476 Big white-space cleanup. by Wolfgang Denk · 17 years ago
  48. 3bdeb7c Fix warning in env_nand.c if compiled for DaVinci Schmoogie by dirk.behme@googlemail.com · 17 years ago
  49. 43ab1dd common/env_nand.c: fix one more incompatible pointer type issue by Wolfgang Denk · 17 years ago
  50. 9a11ccd NAND: fix some strict-aliasing compiler warnings by Wolfgang Denk · 17 years ago
  51. aea6856 fix comments with new drivers organization by Marcel Ziswiler · 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. bbfcbb7 Add NAND environment support for PPC440EPx Sequoia NAND boot config by Stefan Roese · 18 years ago
  56. 6405a15 GCC-4.x fixes: clean up global data pointer initialization for all boards. by Wolfgang Denk · 19 years ago
  57. ffe7ef5 Merge with http://www.denx.de/git/u-boot.git by Markus Klotzbuecher · 19 years ago
  58. 5d113e0 Support for redundant environment in NAND Flash. by Markus Klotzbuecher · 19 years ago
  59. 7fa6e90 Some code cleanup for GCC 4.x by Wolfgang Denk · 19 years ago
  60. be8ebab Some minor fixes to environment in NAND code. by Markus Klotzbuecher · 19 years ago
  61. 582f1a3 Re-factoring the legacy NAND code (legacy NAND now only in board-specific by Bartlomiej Sieka · 19 years ago
  62. 6493420 Remove unneeded #include <malloc.h> Patch by Ladislav Michl, 22 Feb 2005 by Wolfgang Denk · 19 years ago
  63. 9e930b6 Patch by Josef Wagner, 04 Jun 2004: by wdenk · 20 years ago
  64. 79b5937 Patch by Jian Zhang, 20 May 2004: add support for environment in NAND flash by wdenk · 20 years ago