1. dfe64e2 mtd: resync with Linux-3.7.1 by Sergey Lapin · 12 years ago
  2. e834402 nand: adjust erase/read/write partition/chip size for bad blocks by Harvey Chapman · 12 years ago
  3. c4df2f4 cmd_nand.c: Fix CONFIG_CMD_NAND_YAFFS by Tom Rini · 12 years ago
  4. c39d6a0 nand: Extend nand_(read|write)_skip_bad with *actual and limit parameters by Tom Rini · 12 years ago
  5. 41ef372 common: Use new numeric setenv functions by Simon Glass · 12 years ago
  6. ced199d nand: fix nand read.option parsing by Harvey Chapman · 12 years ago
  7. 3287f6d nand: Add torture feature by Benoît Thébaudeau · 12 years ago
  8. 088f1b1 common/cmd_*.c: sparse fixes by Kim Phillips · 12 years ago
  9. 495dbd7 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  10. e70bfa2 nand: Make NAND lock status compatible with Micron by Joe Hershberger · 12 years ago
  11. eee623a nand: Add support for unlock.invert by Joe Hershberger · 12 years ago
  12. 62fd66f cmd_nand: dump: Align data and OOB buffers by Thierry Reding · 12 years ago
  13. 8d75c89 cmd_nand: fix crashing bug in nand read/write by Steve Sakoman · 12 years ago
  14. 10d4e0f common/cmd_nand.c: Fix GCC 4.6 warning by Anatolij Gustschin · 12 years ago
  15. 418396e nand: extend .raw accesses to work on multiple pages by Scott Wood · 13 years ago
  16. f624dd1 GCC47: Fix warning in cmd_nand.c by Marek Vasut · 12 years ago
  17. 770605e bootstage: Replace show_boot_progress/error() with bootstage_...() by Simon Glass · 13 years ago
  18. cd24a6b bootstage: Convert NAND progress numbers to enums by Simon Glass · 13 years ago
  19. 5ddb118 bootstage: Use show_boot_error() for -ve progress numbers by Simon Glass · 13 years ago
  20. 4c12eeb Convert cmd_usage() calls in common to use a return value by Simon Glass · 13 years ago
  21. cfdae12 cmd_nand.c: Fix 'nand dump' after latest MTD resync by Tom Rini · 13 years ago
  22. ce80ddc NAND: Make page, erase, oob size available via cmd_nand by Marek Vasut · 13 years ago
  23. 6089981 NAND: Add -y option to nand scrub command by Marek Vasut · 13 years ago
  24. fb3659a NAND: Add nand read.raw and write.raw commands by Marek Vasut · 13 years ago
  25. 9099ac3 GCC4,6: Squash warning in cmd_nand.c by Marek Vasut · 13 years ago
  26. 67d668b autostart: unify duplicated logic into the bootm code by Mike Frysinger · 13 years ago
  27. c949486 cmd_nand: add nand write.trimffs command by Ben Gardiner · 13 years ago
  28. a6c9aa1 nand_util: convert nand_write_skip_bad() to flags by Ben Gardiner · 13 years ago
  29. eb3abce cmd_nand: fix help of nand erase subcommand by Daniel Hobi · 13 years ago
  30. 47fc18f NAND: add the ability to directly write yaffs image by Lei Wen · 14 years ago
  31. 3e5ab1a Revert "boot cmds: convert to getenv_yesno() with autostart" by Wolfgang Denk · 14 years ago
  32. 5a442c0 boot cmds: convert to getenv_yesno() with autostart by Mike Frysinger · 14 years ago
  33. 36ebb78 do_bootm: unify duplicate prototypes by Mike Frysinger · 14 years ago
  34. 16e0099 Fix warning in nand unlock command by Scott Wood · 14 years ago
  35. 8c5659a nand commands: make only "dump" repeatable. by Scott Wood · 14 years ago
  36. 3048632 nand erase: .spread, .part, .chip subcommands by Scott Wood · 14 years ago
  37. ea533c2 cmd_nand: some infrastructure fixes and refactoring by Scott Wood · 14 years ago
  38. 388a29d various cmd_* files: fixed layout a little bit by Frans Meulenbroeks · 14 years ago
  39. 47e26b1 cmd_usage(): simplify return code handling by Wolfgang Denk · 14 years ago
  40. 53504a2 NAND: formatting cleanups from env.oob support by Scott Wood · 14 years ago
  41. c9f7351 NAND: environment offset in OOB (CONFIG_ENV_OFFSET_OOB) by Ben Gardiner · 14 years ago
  42. 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  43. 445093d Fix "par[t]ition" typo. by Wolfgang Denk · 15 years ago
  44. 6b94b49 cmd_nand: show nand scrub confirmation character by Florian Fainelli · 15 years ago
  45. 581d04f cmd_nand: Move conditional compilation to Makefile by Peter Tyser · 15 years ago
  46. 9574fd6 cmd_nand: Remove duplicate include by Peter Tyser · 15 years ago
  47. be33b04 Remove legacy NAND and disk on chip code. by Scott Wood · 15 years ago
  48. 8360b66 nand/onenand: Fix missing argument checking for "markbad" command by Wolfgang Denk · 15 years ago
  49. a89c33d General help message cleanup by Wolfgang Denk · 15 years ago
  50. 0c8a849 Separate mtdparts command from jffs2 by Ladislav Michl · 15 years ago
  51. dfc99e1 cmd_nand: drop duplicate NULL ptr check by Mike Frysinger · 15 years ago
  52. 672ed2a Enable multi chip support in the NAND layer by Wolfgang Grandegger · 16 years ago
  53. 68d7d65 Separate mtdparts command from jffs2 by Stefan Roese · 16 years ago
  54. 65d8bc9 NAND: Have nboot accept .e and .i as legacy no-ops. by Scott Wood · 16 years ago
  55. 0987505 NAND: Make nboot skip bad blocks by Ladislav Michl · 16 years ago
  56. 2fb2604 Command usage cleanup by Peter Tyser · 16 years ago
  57. 62c3ae7 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
  58. d4bade8 nand: fixup printf modifiers to match types used by Mike Frysinger · 16 years ago
  59. 389e662 nand read.jffs2 (nand_legacy) in common/cmd_nand.c by Schlaegl Manfred jun · 16 years ago
  60. 50657c2 NAND: Enable nand lock, unlock feature by Nishanth Menon · 16 years ago
  61. 695c130 NAND: Align right column of the shorthelp with other commands. by Scott Wood · 16 years ago
  62. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  63. 4b07080 Coding Style cleanup, update CHANGELOG by Wolfgang Denk · 16 years ago
  64. cc4a0ce drivers/mtd/nand: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  65. dfbf617 NAND read/write fix by Scott Wood · 16 years ago
  66. 984e03c NAND: Always skip blocks on read/write/boot. by Scott Wood · 16 years ago
  67. deac913 NAND: Fix compilation warning and small coding style issue by Stefan Roese · 17 years ago
  68. 9ad754f make nand dump and nand dump.oob work by William Juul · 17 years ago
  69. 3043c04 Whitespace cleanup and marking broken code. by William Juul · 17 years ago
  70. 5e1dae5 Fixing coding style issues by William Juul · 17 years ago
  71. 4cbb651 Remove white space at end. by William Juul · 17 years ago
  72. cfa460a Update MTD to that of Linux 2.6.22.1 by William Juul · 17 years ago
  73. 9b55a25 Fix some more print() format errors. by Wolfgang Denk · 16 years ago
  74. e870690 MTD/NAND: Fix printf format warning in nand code by Stefan Roese · 16 years ago
  75. 3bab76a Delay FIT format check on sector based devices by Marian Balakowicz · 16 years ago
  76. 5922db6 Cleanup nand_info[] declaration. by Stelian Pop · 16 years ago
  77. 42ffcec cmd_nand.c: fix another 'incompatible pointer type' warning. by Wolfgang Denk · 16 years ago
  78. c71abba cmd_nand.c: fix "differ in signedness" problem by Wolfgang Denk · 16 years ago
  79. 4ca79f4 NAND: fix some strict-aliasing compiler warnings by Wolfgang Denk · 16 years ago
  80. 1372cce [new uImage] Use show_boot_progress() for new uImage format by Marian Balakowicz · 17 years ago
  81. 09475f7 [new uImage] Add new uImage format handling to other bootm related commands by Marian Balakowicz · 17 years ago
  82. 9a4daad [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · 17 years ago
  83. d5934ad [new uImage] Add dual format uImage support framework by Marian Balakowicz · 17 years ago
  84. 2242f53 [new uImage] Rename and move print_image_hdr() routine by Marian Balakowicz · 17 years ago
  85. b97a2a0 [new uImage] Define a API for image handling operations by Marian Balakowicz · 17 years ago
  86. 0a1e03b cmd_nand : fix compiler warning. by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  87. 62d4f43 Re-introduce the 'nand read.oob' and 'nand write.oob' commands by Harald Welte · 17 years ago
  88. 5bd7fe9 Fix do_div() usage in nand process output by Matthias Fuchs · 17 years ago
  89. c750d2e NAND: Add CFG_NAND_QUIET option by Matthias Fuchs · 17 years ago
  90. b706d63 Merge with git://www.denx.de/git/u-boot.git by Stefan Roese · 17 years ago
  91. f2c2a93 Merge with /home/wd/git/u-boot/custodian/u-boot-testing by Wolfgang Denk · 17 years ago
  92. 6bf6f11 Merge branch 'testing' into working by Andy Fleming · 17 years ago
  93. fad6340 make show_boot_progress () weak. by Heiko Schocher · 17 years ago
  94. c76fe47 common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS. by Jon Loeliger · 17 years ago
  95. 10e0389 [NAND] Bad block skipping for command nboot by Thomas Knobloch · 17 years ago
  96. 65c450b common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  97. 566a494 [PCS440EP] upgrade the PCS440EP board: by Heiko Schocher · 17 years ago
  98. dd520bf Code cleanup. by Wolfgang Denk · 18 years ago
  99. 856f054 [PATCH] NAND: Partition name support added to NAND subsystem by Stefan Roese · 18 years ago
  100. 43a2b0e Add board/cpu specific NAND chip select function to 440 NDFC by Stefan Roese · 18 years ago