1. c581970 image: Adjust the workings of fit_check_format() by Simon Glass · 3 years, 7 months ago
  2. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 4 months ago
  3. 52f2423 common: Drop bootstage.h from common header by Simon Glass · 4 years, 4 months ago
  4. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 4 months ago
  5. 8e8ccfe common: Move the image globals into image.h by Simon Glass · 4 years, 9 months ago
  6. bb872dd image: Rename load_addr, save_addr, save_size by Simon Glass · 4 years, 9 months ago
  7. eb446ef cmd: nand/sf: isolate legacy code by Miquel Raynal · 5 years ago
  8. 20841c5 cmd: nand: Remove not used declaration by Alexander Dahl · 5 years ago
  9. c7694dd env: Move env_set_hex() to env.h by Simon Glass · 5 years ago
  10. c76c93a configs: Rename CONFIG_IMAGE_FORMAT_LEGACY to CONFIG_LEGACY_IMAGE_FORMAT by Tom Rini · 5 years ago
  11. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  12. 018f530 env: Rename common functions related to setenv() by Simon Glass · 7 years ago
  13. 6308e71 cmd: nand: remove direct access to struct mtd_info->priv by Grygorii Strashko · 7 years ago
  14. ad92dff cmd: nand: abstract global variable usage for dm conversion by Mugunthan V N · 7 years ago
  15. 66dc09c cmd, nand: fix broken output of "nand info" by Lothar Waßmann · 7 years ago
  16. 8b7d512 nand: Fix some more NULL name tests by Scott Wood · 8 years ago
  17. 4004a81 nand: Fix nand info for no device by Tony Lindgren · 8 years ago
  18. 1cfce74 nand: Fix set_dev checks for no device by Tony Lindgren · 8 years ago
  19. 2dc3c483 cmd, nand: add an option to disable the verification when writing in raw mode by Boris Brezillon · 8 years ago
  20. 1866be7 nand: extend nand torture by Max Krummenacher · 8 years ago
  21. 17cb4b8 mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_data by Scott Wood · 8 years ago
  22. b616d9b nand: Embed mtd_info in struct nand_chip by Scott Wood · 8 years ago
  23. 151c06e mtd: nand: Remove nand_info_t typedef by Scott Wood · 8 years ago
  24. 2e192b2 Remove the cmd_ prefix from command files by Simon Glass · 9 years ago[Renamed from cmd/cmd_nand.c]
  25. 72a8cf8 Move all command code into its own directory by Simon Glass · 9 years ago[Renamed from common/cmd_nand.c]
  26. 24b852a Move console definitions into a new console.h file by Simon Glass · 9 years ago
  27. 09c3280 mtd, nand: Move common functions from cmd_nand.c to common place by Heiko Schocher · 9 years ago
  28. 5db73fe cmd, nand: add more info to "nand info" by Heiko Schocher · 9 years ago
  29. 004a1fd nand: yaffs: Remove the "nand write.yaffs" command by Peter Tyser · 10 years ago
  30. 6b94f11 cmd_nand: Verify writes to NAND by Peter Tyser · 10 years ago
  31. 93d3232 cmd_nand: Update (nand_info_t*)nand after arg_off(_size) call by Rostislav Lisovy · 10 years ago
  32. 21d29f7 bootm: make use of legacy image format configurable by Heiko Schocher · 10 years ago
  33. a5dffa4 Add the function 'confirm_yesno' for interactive by Pierre Aubert · 10 years ago
  34. 46aabcc cmd_nand: Do not show usage when scrub is aborted by Masahiro Yamada · 11 years ago
  35. 7d25cd3 cmd_nand: slight optimization of nand_dump function by Masahiro Yamada · 11 years ago
  36. e40520b cmd_nand: fix a memory leak in nand_dump function by Masahiro Yamada · 11 years ago
  37. 9b80aa8 nand: Don't call adjust_size_for_badblocks for erase by Scott Wood · 11 years ago
  38. dfe64e2 mtd: resync with Linux-3.7.1 by Sergey Lapin · 12 years ago
  39. e834402 nand: adjust erase/read/write partition/chip size for bad blocks by Harvey Chapman · 12 years ago
  40. c4df2f4 cmd_nand.c: Fix CONFIG_CMD_NAND_YAFFS by Tom Rini · 12 years ago
  41. c39d6a0 nand: Extend nand_(read|write)_skip_bad with *actual and limit parameters by Tom Rini · 12 years ago
  42. 41ef372 common: Use new numeric setenv functions by Simon Glass · 12 years ago
  43. ced199d nand: fix nand read.option parsing by Harvey Chapman · 12 years ago
  44. 3287f6d nand: Add torture feature by Benoît Thébaudeau · 12 years ago
  45. 088f1b1 common/cmd_*.c: sparse fixes by Kim Phillips · 12 years ago
  46. 495dbd7 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  47. e70bfa2 nand: Make NAND lock status compatible with Micron by Joe Hershberger · 12 years ago
  48. eee623a nand: Add support for unlock.invert by Joe Hershberger · 12 years ago
  49. 62fd66f cmd_nand: dump: Align data and OOB buffers by Thierry Reding · 12 years ago
  50. 8d75c89 cmd_nand: fix crashing bug in nand read/write by Steve Sakoman · 12 years ago
  51. 10d4e0f common/cmd_nand.c: Fix GCC 4.6 warning by Anatolij Gustschin · 12 years ago
  52. 418396e nand: extend .raw accesses to work on multiple pages by Scott Wood · 13 years ago
  53. f624dd1 GCC47: Fix warning in cmd_nand.c by Marek Vasut · 12 years ago
  54. 770605e bootstage: Replace show_boot_progress/error() with bootstage_...() by Simon Glass · 13 years ago
  55. cd24a6b bootstage: Convert NAND progress numbers to enums by Simon Glass · 13 years ago
  56. 5ddb118 bootstage: Use show_boot_error() for -ve progress numbers by Simon Glass · 13 years ago
  57. 4c12eeb Convert cmd_usage() calls in common to use a return value by Simon Glass · 13 years ago
  58. cfdae12 cmd_nand.c: Fix 'nand dump' after latest MTD resync by Tom Rini · 13 years ago
  59. ce80ddc NAND: Make page, erase, oob size available via cmd_nand by Marek Vasut · 13 years ago
  60. 6089981 NAND: Add -y option to nand scrub command by Marek Vasut · 13 years ago
  61. fb3659a NAND: Add nand read.raw and write.raw commands by Marek Vasut · 13 years ago
  62. 9099ac3 GCC4,6: Squash warning in cmd_nand.c by Marek Vasut · 13 years ago
  63. 67d668b autostart: unify duplicated logic into the bootm code by Mike Frysinger · 13 years ago
  64. c949486 cmd_nand: add nand write.trimffs command by Ben Gardiner · 13 years ago
  65. a6c9aa1 nand_util: convert nand_write_skip_bad() to flags by Ben Gardiner · 13 years ago
  66. eb3abce cmd_nand: fix help of nand erase subcommand by Daniel Hobi · 13 years ago
  67. 47fc18f NAND: add the ability to directly write yaffs image by Lei Wen · 14 years ago
  68. 3e5ab1a Revert "boot cmds: convert to getenv_yesno() with autostart" by Wolfgang Denk · 14 years ago
  69. 5a442c0 boot cmds: convert to getenv_yesno() with autostart by Mike Frysinger · 14 years ago
  70. 36ebb78 do_bootm: unify duplicate prototypes by Mike Frysinger · 14 years ago
  71. 16e0099 Fix warning in nand unlock command by Scott Wood · 14 years ago
  72. 8c5659a nand commands: make only "dump" repeatable. by Scott Wood · 14 years ago
  73. 3048632 nand erase: .spread, .part, .chip subcommands by Scott Wood · 14 years ago
  74. ea533c2 cmd_nand: some infrastructure fixes and refactoring by Scott Wood · 14 years ago
  75. 388a29d various cmd_* files: fixed layout a little bit by Frans Meulenbroeks · 14 years ago
  76. 47e26b1 cmd_usage(): simplify return code handling by Wolfgang Denk · 14 years ago
  77. 53504a2 NAND: formatting cleanups from env.oob support by Scott Wood · 14 years ago
  78. c9f7351 NAND: environment offset in OOB (CONFIG_ENV_OFFSET_OOB) by Ben Gardiner · 14 years ago
  79. 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  80. 445093d Fix "par[t]ition" typo. by Wolfgang Denk · 15 years ago
  81. 6b94b49 cmd_nand: show nand scrub confirmation character by Florian Fainelli · 15 years ago
  82. 581d04f cmd_nand: Move conditional compilation to Makefile by Peter Tyser · 15 years ago
  83. 9574fd6 cmd_nand: Remove duplicate include by Peter Tyser · 15 years ago
  84. be33b04 Remove legacy NAND and disk on chip code. by Scott Wood · 15 years ago
  85. 8360b66 nand/onenand: Fix missing argument checking for "markbad" command by Wolfgang Denk · 15 years ago
  86. a89c33d General help message cleanup by Wolfgang Denk · 15 years ago
  87. 0c8a849 Separate mtdparts command from jffs2 by Ladislav Michl · 15 years ago
  88. dfc99e1 cmd_nand: drop duplicate NULL ptr check by Mike Frysinger · 15 years ago
  89. 672ed2a Enable multi chip support in the NAND layer by Wolfgang Grandegger · 16 years ago
  90. 68d7d65 Separate mtdparts command from jffs2 by Stefan Roese · 16 years ago
  91. 65d8bc9 NAND: Have nboot accept .e and .i as legacy no-ops. by Scott Wood · 16 years ago
  92. 0987505 NAND: Make nboot skip bad blocks by Ladislav Michl · 16 years ago
  93. 2fb2604 Command usage cleanup by Peter Tyser · 16 years ago
  94. 62c3ae7 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
  95. d4bade8 nand: fixup printf modifiers to match types used by Mike Frysinger · 16 years ago
  96. 389e662 nand read.jffs2 (nand_legacy) in common/cmd_nand.c by Schlaegl Manfred jun · 16 years ago
  97. 50657c2 NAND: Enable nand lock, unlock feature by Nishanth Menon · 16 years ago
  98. 695c130 NAND: Align right column of the shorthelp with other commands. by Scott Wood · 16 years ago
  99. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  100. 4b07080 Coding Style cleanup, update CHANGELOG by Wolfgang Denk · 16 years ago