1. fb9a9bd cmd, nand: add more info to "nand info" by Heiko Schocher · Sun Apr 12 10:18:09 2015 +0200
  2. ae6ad78 nand: yaffs: Remove the "nand write.yaffs" command by Peter Tyser · Tue Feb 03 11:58:16 2015 -0600
  3. 5fa8b98 cmd_nand: Verify writes to NAND by Peter Tyser · Tue Feb 03 11:58:13 2015 -0600
  4. cdb389d cmd_nand: Update (nand_info_t*)nand after arg_off(_size) call by Rostislav Lisovy · Tue Sep 16 14:38:52 2014 +0200
  5. 515eb12 bootm: make use of legacy image format configurable by Heiko Schocher · Wed May 28 11:33:33 2014 +0200
  6. 5fef9d3 Add the function 'confirm_yesno' for interactive by Pierre Aubert · Thu Apr 24 10:30:07 2014 +0200
  7. 19f9c97 cmd_nand: Do not show usage when scrub is aborted by Masahiro Yamada · Thu Jul 11 17:29:57 2013 +0900
  8. 3f97e27 cmd_nand: slight optimization of nand_dump function by Masahiro Yamada · Thu Jul 11 17:27:13 2013 +0900
  9. 756e51c cmd_nand: fix a memory leak in nand_dump function by Masahiro Yamada · Thu Jul 11 17:27:12 2013 +0900
  10. 7fdf356 nand: Don't call adjust_size_for_badblocks for erase by Scott Wood · Thu Jun 20 12:45:31 2013 -0500
  11. 3a38a55 mtd: resync with Linux-3.7.1 by Sergey Lapin · Mon Jan 14 03:46:50 2013 +0000
  12. 39e6886 nand: adjust erase/read/write partition/chip size for bad blocks by Harvey Chapman · Tue Feb 26 17:57:14 2013 +0000
  13. 647a6a1 cmd_nand.c: Fix CONFIG_CMD_NAND_YAFFS by Tom Rini · Thu Mar 14 05:32:51 2013 +0000
  14. 32d9618 nand: Extend nand_(read|write)_skip_bad with *actual and limit parameters by Tom Rini · Thu Mar 14 05:32:50 2013 +0000
  15. 103789d common: Use new numeric setenv functions by Simon Glass · Sun Feb 24 17:33:22 2013 +0000
  16. abd3a3b nand: fix nand read.option parsing by Harvey Chapman · Thu Feb 07 11:34:44 2013 +0000
  17. 5661f70 nand: Add torture feature by Benoît Thébaudeau · Fri Nov 16 20:20:54 2012 +0100
  18. dc00a68 common/cmd_*.c: sparse fixes by Kim Phillips · Mon Oct 29 13:34:31 2012 +0000
  19. e1ced00 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Fri Sep 21 14:53:13 2012 -0700
  20. 5376856 nand: Make NAND lock status compatible with Micron by Joe Hershberger · Wed Aug 22 16:49:45 2012 -0500
  21. cccf595 nand: Add support for unlock.invert by Joe Hershberger · Wed Aug 22 16:49:42 2012 -0500
  22. 7d6784f cmd_nand: dump: Align data and OOB buffers by Thierry Reding · Mon Jul 30 20:21:55 2012 +0000
  23. 736d325 cmd_nand: fix crashing bug in nand read/write by Steve Sakoman · Thu Jun 07 10:19:18 2012 -0700
  24. 4facb98 common/cmd_nand.c: Fix GCC 4.6 warning by Anatolij Gustschin · Sun May 20 11:52:47 2012 +0000
  25. 733fb02 nand: extend .raw accesses to work on multiple pages by Scott Wood · Fri Mar 02 14:01:57 2012 -0600
  26. dea93b8 GCC47: Fix warning in cmd_nand.c by Marek Vasut · Sun Apr 29 00:28:39 2012 +0200
  27. 0169e6b bootstage: Replace show_boot_progress/error() with bootstage_...() by Simon Glass · Mon Feb 13 13:51:18 2012 +0000
  28. 9acfb15 bootstage: Convert NAND progress numbers to enums by Simon Glass · Sat Dec 10 11:08:00 2011 +0000
  29. d409b1b bootstage: Use show_boot_error() for -ve progress numbers by Simon Glass · Sat Dec 10 11:07:55 2011 +0000
  30. a06dfc7 Convert cmd_usage() calls in common to use a return value by Simon Glass · Sat Dec 10 08:44:01 2011 +0000
  31. 2d2e975 cmd_nand.c: Fix 'nand dump' after latest MTD resync by Tom Rini · Thu Feb 23 15:47:46 2012 -0700
  32. 185ce25 NAND: Make page, erase, oob size available via cmd_nand by Marek Vasut · Thu Sep 22 03:57:26 2011 +0200
  33. a986981 NAND: Add -y option to nand scrub command by Marek Vasut · Wed Sep 14 00:20:35 2011 +0200
  34. 357b78e NAND: Add nand read.raw and write.raw commands by Marek Vasut · Fri Sep 23 15:43:10 2011 +0200
  35. aed704f GCC4,6: Squash warning in cmd_nand.c by Marek Vasut · Fri Sep 30 12:13:23 2011 +0200
  36. 194c2e8 autostart: unify duplicated logic into the bootm code by Mike Frysinger · Sun Jun 05 13:43:02 2011 +0000
  37. bc04b4d cmd_nand: add nand write.trimffs command by Ben Gardiner · Tue Jun 14 16:35:07 2011 -0400
  38. 1caafbb nand_util: convert nand_write_skip_bad() to flags by Ben Gardiner · Tue May 24 10:18:35 2011 -0400
  39. d99968f cmd_nand: fix help of nand erase subcommand by Daniel Hobi · Thu May 19 19:28:54 2011 +0200
  40. 4b5deaa NAND: add the ability to directly write yaffs image by Lei Wen · Thu Jan 06 11:11:58 2011 +0800
  41. f489250 Revert "boot cmds: convert to getenv_yesno() with autostart" by Wolfgang Denk · Tue Jan 11 20:56:34 2011 +0100
  42. 27c0b4a boot cmds: convert to getenv_yesno() with autostart by Mike Frysinger · Wed Oct 20 07:17:55 2010 -0400
  43. 2a5ba45 do_bootm: unify duplicate prototypes by Mike Frysinger · Wed Oct 20 03:35:39 2010 -0400
  44. 6587e3e Fix warning in nand unlock command by Scott Wood · Wed Oct 13 11:04:30 2010 -0500
  45. 67d5a2a nand commands: make only "dump" repeatable. by Scott Wood · Wed Aug 25 15:24:01 2010 -0500
  46. 1b5cd51 nand erase: .spread, .part, .chip subcommands by Scott Wood · Wed Aug 25 14:43:29 2010 -0500
  47. e5836dc cmd_nand: some infrastructure fixes and refactoring by Scott Wood · Mon Aug 02 13:04:24 2010 -0500
  48. 7675a09 various cmd_* files: fixed layout a little bit by Frans Meulenbroeks · Sat Jul 31 15:01:53 2010 +0200
  49. 3b68311 cmd_usage(): simplify return code handling by Wolfgang Denk · Sat Jul 17 01:06:04 2010 +0200
  50. 0268da0 NAND: formatting cleanups from env.oob support by Scott Wood · Mon Jul 12 18:17:40 2010 -0500
  51. 5fc8b7f NAND: environment offset in OOB (CONFIG_ENV_OFFSET_OOB) by Ben Gardiner · Mon Jul 05 13:27:07 2010 -0400
  52. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · Mon Jun 28 22:00:46 2010 +0200
  53. 161bfc5 Fix "par[t]ition" typo. by Wolfgang Denk · Tue Nov 17 21:27:39 2009 +0100
  54. adb8eb9 cmd_nand: show nand scrub confirmation character by Florian Fainelli · Sat Mar 20 19:02:58 2010 +0100
  55. 1589500 cmd_nand: Move conditional compilation to Makefile by Peter Tyser · Thu Oct 15 10:48:18 2009 -0500
  56. 4fa5688 cmd_nand: Remove duplicate include by Peter Tyser · Thu Oct 15 10:48:17 2009 -0500
  57. 9866305 Remove legacy NAND and disk on chip code. by Scott Wood · Wed Apr 01 15:02:13 2009 -0500
  58. 7a15ca1 nand/onenand: Fix missing argument checking for "markbad" command by Wolfgang Denk · Sun May 24 17:34:33 2009 +0200
  59. c54781c General help message cleanup by Wolfgang Denk · Sun May 24 17:06:54 2009 +0200
  60. 9d0928d Separate mtdparts command from jffs2 by Ladislav Michl · Tue Apr 21 02:26:31 2009 +0200
  61. 9a2cbb9 cmd_nand: drop duplicate NULL ptr check by Mike Frysinger · Sun Apr 12 22:29:20 2009 -0400
  62. b325d7e Enable multi chip support in the NAND layer by Wolfgang Grandegger · Wed Feb 11 18:38:20 2009 +0100
  63. b1423dd Separate mtdparts command from jffs2 by Stefan Roese · Thu Mar 19 13:30:36 2009 +0100
  64. d1c1f9c NAND: Have nboot accept .e and .i as legacy no-ops. by Scott Wood · Tue Mar 17 12:06:04 2009 -0500
  65. aaee2a3 NAND: Make nboot skip bad blocks by Ladislav Michl · Fri Mar 13 14:38:19 2009 +0100
  66. dfb72b8 Command usage cleanup by Peter Tyser · Tue Jan 27 18:03:12 2009 -0600
  67. ddb3af9 Standardize command usage messages with cmd_usage() by Peter Tyser · Tue Jan 27 18:03:10 2009 -0600
  68. d38f4a6 nand: fixup printf modifiers to match types used by Mike Frysinger · Sun Jan 18 19:46:06 2009 -0500
  69. 1fd5551 nand read.jffs2 (nand_legacy) in common/cmd_nand.c by Schlaegl Manfred jun · Tue Jan 20 16:57:55 2009 +0100
  70. b20f840 NAND: Enable nand lock, unlock feature by Nishanth Menon · Sat Dec 13 09:43:06 2008 -0600
  71. d20bb3c NAND: Align right column of the shorthelp with other commands. by Scott Wood · Mon Oct 27 15:38:30 2008 -0500
  72. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
  73. 74e0dde Coding Style cleanup, update CHANGELOG by Wolfgang Denk · Thu Aug 14 14:41:06 2008 +0200
  74. 719bb5f drivers/mtd/nand: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · Wed Aug 13 01:40:43 2008 +0200
  75. cc5f339 NAND read/write fix by Scott Wood · Thu Jun 12 13:20:16 2008 -0500
  76. 12b1c95 NAND: Always skip blocks on read/write/boot. by Scott Wood · Thu Jun 12 13:13:23 2008 -0500
  77. 576625d NAND: Fix compilation warning and small coding style issue by Stefan Roese · Sat Jan 05 16:50:32 2008 +0100
  78. e7ebe6e make nand dump and nand dump.oob work by William Juul · Fri Dec 14 16:33:45 2007 +0100
  79. bfb8332 Whitespace cleanup and marking broken code. by William Juul · Wed Nov 14 14:28:11 2007 +0100
  80. 9e9c2c1 Fixing coding style issues by William Juul · Fri Nov 09 13:32:30 2007 +0100
  81. b76ec38 Remove white space at end. by William Juul · Thu Nov 08 10:39:53 2007 +0100
  82. 52c0796 Update MTD to that of Linux 2.6.22.1 by William Juul · Wed Oct 31 13:53:06 2007 +0100
  83. 12cec0a Fix some more print() format errors. by Wolfgang Denk · Fri Jul 11 01:16:00 2008 +0200
  84. 3167d07 MTD/NAND: Fix printf format warning in nand code by Stefan Roese · Thu Jul 10 10:10:54 2008 +0200
  85. cefb402 Delay FIT format check on sector based devices by Marian Balakowicz · Fri Jun 06 23:07:40 2008 +0200
  86. 3ab2ad5 Cleanup nand_info[] declaration. by Stelian Pop · Tue May 13 17:31:24 2008 +0200
  87. 7f79454 cmd_nand.c: fix another 'incompatible pointer type' warning. by Wolfgang Denk · Wed Apr 30 17:46:26 2008 +0200
  88. 885e86f cmd_nand.c: fix "differ in signedness" problem by Wolfgang Denk · Mon Apr 28 14:55:12 2008 +0200
  89. 9a11ccd NAND: fix some strict-aliasing compiler warnings by Wolfgang Denk · Mon Apr 28 12:08:18 2008 +0200
  90. 74eb4ae [new uImage] Use show_boot_progress() for new uImage format by Marian Balakowicz · Wed Mar 12 10:33:01 2008 +0100
  91. e6bdd34 [new uImage] Add new uImage format handling to other bootm related commands by Marian Balakowicz · Wed Mar 12 10:33:01 2008 +0100
  92. d7c88a4 [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · Fri Feb 29 14:58:34 2008 +0100
  93. dbdd16a [new uImage] Add dual format uImage support framework by Marian Balakowicz · Mon Feb 04 08:28:09 2008 +0100
  94. a1cc147 [new uImage] Rename and move print_image_hdr() routine by Marian Balakowicz · Thu Feb 21 17:27:41 2008 +0100
  95. 41d71ed [new uImage] Define a API for image handling operations by Marian Balakowicz · Tue Jan 08 18:14:09 2008 +0100
  96. fe80fcc cmd_nand : fix compiler warning. by Jean-Christophe PLAGNIOL-VILLARD · Sun Jan 13 12:36:12 2008 +0100
  97. 5a39510 Re-introduce the 'nand read.oob' and 'nand write.oob' commands by Harald Welte · Wed Dec 19 14:12:53 2007 +0100
  98. 82714b9 Fix do_div() usage in nand process output by Matthias Fuchs · Tue Sep 11 17:04:00 2007 +0200
  99. d42fff2 NAND: Add CFG_NAND_QUIET option by Matthias Fuchs · Wed Sep 12 12:36:53 2007 +0200
  100. a0f13d5 Merge with git://www.denx.de/git/u-boot.git by Stefan Roese · Wed Aug 15 21:06:27 2007 +0200