1. b414119 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · 10 years ago
  2. 45f08d3 env_nand: make local functions static by Jeroen Hofstee · 10 years ago
  3. 7ce1526 env: Add env_export() wrapper by Marek Vasut · 11 years ago
  4. 3765b3e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  5. 2b26201 env_nand.c: support falling back to redundant env when writing by Phil Sutter · 11 years ago
  6. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  7. c39d6a0 nand: Extend nand_(read|write)_skip_bad with *actual and limit parameters by Tom Rini · 12 years ago
  8. cd0f4fa Revert "env: fix potential stack overflow in environment functions" by Tom Rini · 11 years ago
  9. 60d7d5a env: fix potential stack overflow in environment functions by Rob Herring · 12 years ago
  10. a1eac57 common/env_nand.c: calculate crc only when readenv was OK by Phil Sutter · 12 years ago
  11. b76a147 env_nand.c: clarify log messages when env reading fails by Phil Sutter · 12 years ago
  12. be11235 env: Hide '.' variables in env print by default by Joe Hershberger · 12 years ago
  13. 78b2de8 env_nand: fix incorrect size parameter to ALLOC_CACHE_ALIGN_BUFFER by Stephen Warren · 12 years ago
  14. 3801a15 env_nand: align NAND buffers by Stephen Warren · 12 years ago
  15. bf95df4 env: factor out the env_get_char_spec() function by Igor Grinberg · 13 years ago
  16. a621614 env_nand: Remove DEBUG definition by Thomas Weber · 13 years ago
  17. de152b9 env: clean env_nand.c checkpatch and code style by Igor Grinberg · 13 years ago
  18. 994bc67 env: move extern environment[] to environment.h by Igor Grinberg · 13 years ago
  19. d1459f0 env: move extern default_environment[] to environment.h by Igor Grinberg · 13 years ago
  20. 37f2fe7 env: allow to export only selected variables by Wolfgang Denk · 13 years ago
  21. 3b250ff env_nand: zero-initialize variable nand_erase_options by Daniel Hobi · 13 years ago
  22. eef1d71 NAND: env: remember the flags used in the previous environment by Scott Wood · 14 years ago
  23. 920a5dd NAND: Fix saving of redundand environment by Alexander Holler · 14 years ago
  24. 2eb1573 hashtable: drop all non-reentrant versions by Mike Frysinger · 14 years ago
  25. 068a208 env_nand: Use nand_read_skip_bad instead of nand_read by Steve Sakoman · 14 years ago
  26. ea882ba New implementation for internal handling of environment variables. by Wolfgang Denk · 14 years ago
  27. 962ad59 env_nand: return error when no device is found by Mike Frysinger · 14 years ago
  28. 53504a2 NAND: formatting cleanups from env.oob support by Scott Wood · 14 years ago
  29. c9f7351 NAND: environment offset in OOB (CONFIG_ENV_OFFSET_OOB) by Ben Gardiner · 14 years ago
  30. 0e70aaa shannon/INFERNO: fix special handling of environment configuration by Wolfgang Denk · 14 years ago
  31. 15b86c3 env_nand.c: print error message and fail gracefully by Wolfgang Denk · 15 years ago
  32. 18304f7 env: kill off default_environment_size by Mike Frysinger · 15 years ago
  33. be33b04 Remove legacy NAND and disk on chip code. by Scott Wood · 15 years ago
  34. b74ab73 nand_spl: read environment early, when booting from NAND using nand_spl by Guennadi Liakhovetski · 15 years ago
  35. d27bc72 env_nand: remove unused variable. by Guennadi Liakhovetski · 15 years ago
  36. bdab39d rename CONFIG_CMD_ENV to CONFIG_CMD_SAVEENV by Mike Frysinger · 16 years ago
  37. 5a9427d env_nand: fix env memory release by derek@siconix.com · 16 years ago
  38. 0e8d158 rename CFG_ENV macros to CONFIG_ENV by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  39. 06f6135 env_nand: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  40. 51bfee1 rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NAND by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  41. c3db8c6 NAND: Do not write or read a whole block if it is larger than the environment by Guennadi Liakhovetski · 16 years ago
  42. 4023453 Merge branch 'master' of git://www.denx.de/git/u-boot-nand-flash by Wolfgang Denk · 16 years ago
  43. 5bb12db Remove code duplication for setting the default environment by Harald Welte · 16 years ago
  44. 99c2b43 NAND: Fix warning due to missing env_ptr casts to u_char * in env_nand.c. by Marcel Ziswiler · 16 years ago
  45. e093a24 Coding Style Cleanup by Wolfgang Denk · 16 years ago
  46. 9e4006bc NAND: Add missing declaration to non-redundant saveenv(). by Philip Balister · 16 years ago
  47. cc49cad env_nand.c: Added bad block management for environment variables by Stuart Wood · 16 years ago
  48. 5922db6 Cleanup nand_info[] declaration. by Stelian Pop · 16 years ago
  49. 53677ef Big white-space cleanup. by Wolfgang Denk · 16 years ago
  50. 378e7ec Fix warning in env_nand.c if compiled for DaVinci Schmoogie by dirk.behme@googlemail.com · 16 years ago
  51. f7b16a0 common/env_nand.c: fix one more incompatible pointer type issue by Wolfgang Denk · 16 years ago
  52. 4ca79f4 NAND: fix some strict-aliasing compiler warnings by Wolfgang Denk · 16 years ago
  53. 7817cb2 fix comments with new drivers organization by Marcel Ziswiler · 17 years ago
  54. 9025317 common/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
  55. c3517f9 common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  56. b453960 common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  57. d12ae80 Add NAND environment support for PPC440EPx Sequoia NAND boot config by Stefan Roese · 18 years ago
  58. d87080b GCC-4.x fixes: clean up global data pointer initialization for all boards. by Wolfgang Denk · 18 years ago
  59. 2770bcb Merge with http://www.denx.de/git/u-boot.git by Markus Klotzbuecher · 19 years ago
  60. e443c94 Support for redundant environment in NAND Flash. by Markus Klotzbuecher · 19 years ago
  61. d52fb7e Some code cleanup for GCC 4.x by Wolfgang Denk · 19 years ago
  62. 3c4eb08 Some minor fixes to environment in NAND code. by Markus Klotzbuecher · 19 years ago
  63. addb2e1 Re-factoring the legacy NAND code (legacy NAND now only in board-specific by Bartlomiej Sieka · 19 years ago
  64. 3146629 Remove unneeded #include <malloc.h> Patch by Ladislav Michl, 22 Feb 2005 by Wolfgang Denk · 19 years ago
  65. 49822e2 Patch by Josef Wagner, 04 Jun 2004: by wdenk · 20 years ago
  66. 13a5695 Patch by Jian Zhang, 20 May 2004: add support for environment in NAND flash by wdenk · 20 years ago