aboutsummaryrefslogtreecommitdiff
path: root/common/cmd_nand.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-25Move all command code into its own directorySimon Glass1-973/+0
2015-11-19Move console definitions into a new console.h fileSimon Glass1-0/+1
2015-06-30mtd, nand: Move common functions from cmd_nand.c to common placeHeiko Schocher1-117/+31
2015-04-23cmd, nand: add more info to "nand info"Heiko Schocher1-3/+6
2015-03-30nand: yaffs: Remove the "nand write.yaffs" commandPeter Tyser1-15/+0
2015-03-30cmd_nand: Verify writes to NANDPeter Tyser1-5/+9
2014-09-24cmd_nand: Update (nand_info_t*)nand after arg_off(_size) callRostislav Lisovy1-2/+4
2014-06-05bootm: make use of legacy image format configurableHeiko Schocher1-0/+4
2014-05-23Add the function 'confirm_yesno' for interactivePierre Aubert1-11/+5
2013-08-22cmd_nand: Do not show usage when scrub is abortedMasahiro Yamada1-2/+2
2013-08-22cmd_nand: slight optimization of nand_dump functionMasahiro Yamada1-5/+8
2013-08-22cmd_nand: fix a memory leak in nand_dump functionMasahiro Yamada1-7/+16
2013-06-21nand: Don't call adjust_size_for_badblocks for eraseScott Wood1-8/+1
2013-05-31mtd: resync with Linux-3.7.1Sergey Lapin1-9/+9
2013-05-22nand: adjust erase/read/write partition/chip size for bad blocksHarvey Chapman1-0/+35
2013-04-10cmd_nand.c: Fix CONFIG_CMD_NAND_YAFFSTom Rini1-1/+1
2013-04-10nand: Extend nand_(read|write)_skip_bad with *actual and limit parametersTom Rini1-22/+31
2013-02-28common: Use new numeric setenv functionsSimon Glass1-9/+3
2013-02-22nand: fix nand read.option parsingHarvey Chapman1-1/+1
2012-11-26nand: Add torture featureBenoît Thébaudeau1-0/+22
2012-11-04common/cmd_*.c: sparse fixesKim Phillips1-7/+12
2012-09-21Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-2/+2
2012-09-17nand: Make NAND lock status compatible with MicronJoe Hershberger1-1/+7
2012-09-17nand: Add support for unlock.invertJoe Hershberger1-3/+10
2012-09-07cmd_nand: dump: Align data and OOB buffersThierry Reding1-2/+2
2012-06-08cmd_nand: fix crashing bug in nand read/writeSteve Sakoman1-1/+1
2012-05-22common/cmd_nand.c: Fix GCC 4.6 warningAnatolij Gustschin1-2/+0
2012-05-18nand: extend .raw accesses to work on multiple pagesScott Wood1-24/+71
2012-04-29GCC47: Fix warning in cmd_nand.cMarek Vasut1-1/+1
2012-03-18bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass1-17/+17
2012-03-18bootstage: Convert NAND progress numbers to enumsSimon Glass1-17/+17
2012-03-18bootstage: Use show_boot_error() for -ve progress numbersSimon Glass1-8/+8
2012-03-06Convert cmd_usage() calls in common to use a return valueSimon Glass1-3/+3
2012-02-28cmd_nand.c: Fix 'nand dump' after latest MTD resyncTom Rini1-2/+3
2011-10-03NAND: Make page, erase, oob size available via cmd_nandMarek Vasut1-3/+19
2011-10-03NAND: Add -y option to nand scrub commandMarek Vasut1-15/+19
2011-10-03NAND: Add nand read.raw and write.raw commandsMarek Vasut1-0/+19
2011-10-01GCC4,6: Squash warning in cmd_nand.cMarek Vasut1-4/+0
2011-07-25autostart: unify duplicated logic into the bootm codeMike Frysinger1-14/+2
2011-07-01cmd_nand: add nand write.trimffs commandBen Gardiner1-0/+16
2011-07-01nand_util: convert nand_write_skip_bad() to flagsBen Gardiner1-1/+2
2011-05-24cmd_nand: fix help of nand erase subcommandDaniel Hobi1-1/+1
2011-01-12NAND: add the ability to directly write yaffs imageLei Wen1-1/+14
2011-01-11Revert "boot cmds: convert to getenv_yesno() with autostart"Wolfgang Denk1-2/+2
2010-11-28boot cmds: convert to getenv_yesno() with autostartMike Frysinger1-2/+2
2010-11-28do_bootm: unify duplicate prototypesMike Frysinger1-1/+0
2010-10-18Fix warning in nand unlock commandScott Wood1-1/+1
2010-10-11nand commands: make only "dump" repeatable.Scott Wood1-8/+13
2010-10-11nand erase: .spread, .part, .chip subcommandsScott Wood1-6/+38
2010-10-11cmd_nand: some infrastructure fixes and refactoringScott Wood1-107/+167