aboutsummaryrefslogtreecommitdiff
path: root/common/cmd_onenand.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk1-22/+8
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-10/+10
2010-05-05cmd_onenand.c: moved to standard subcommand handlingFrans Meulenbroeks1-115/+192
2009-12-08common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOULHeiko Schocher1-4/+0
2009-07-07nand/onenand: Fix missing argument checking for "markbad" commandWolfgang Denk1-12/+23
2009-06-12General help message cleanupWolfgang Denk1-1/+1
2009-06-12mtd: Update MTD infrastructure to support 64bit device sizeStefan Roese1-1/+5
2009-01-28Command usage cleanupPeter Tyser1-1/+1
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser1-1/+1
2009-01-23OneNAND: Bad block aware read/write command supportStefan Roese1-110/+420
2008-08-21Fix OneNAND read_oob/write_oob functions compatabilityKyungmin Park1-16/+33
2008-08-13common: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD1-4/+0
2008-08-12OneNAND: Fill in MTD function pointers for OneNAND.Fathi BOUDRA1-1/+1
2008-08-10OneNAND: Remove base address offset usagedirk.behme@googlemail.com1-6/+0
2008-07-13Fix some more printf() format issues.Jean-Christophe PLAGNIOL-VILLARD1-2/+2
2008-04-13Fix OneNAND erase commandKyungmin Park1-6/+20
2007-09-17OneNAND support (take #2)Kyungmin Park1-0/+155