aboutsummaryrefslogtreecommitdiffstats
path: root/hw/nand.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-15nand: Correct random data reads.Edgar E. Iglesias1-7/+13
2009-12-02Fix qemu_free use in nand.cJean-Christophe DUBOIS1-2/+2
2009-07-27kill drives_tableGerd Hoffmann1-4/+4
2009-05-10Follow coding conventionsPaul Brook1-21/+21
2009-05-08Replace cpu_abort with hw_errorPaul Brook1-4/+2
2009-01-20Fix NAND flash save/restore.pbrook1-0/+3
2008-10-26Fix undeclared symbol warnings from sparseblueswir11-1/+1
2008-07-01Remove duplicate device index calculations.pbrook1-3/+1
2008-06-02Make -mtdblock optional again.balrog1-6/+3
2007-12-02Add -drive parameter, by Laurent Vivier.ths1-1/+7
2007-11-17Break up vl.h.pbrook1-1/+5
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-2/+2
2007-05-24Savevm/loadvm bits for ARM core, the PXA2xx peripherals and Spitz hardware.balrog1-0/+47
2007-05-12Correct NAND erase block size. Misc fixes in Spitz code.balrog1-1/+1
2007-04-30NAND Flash memory emulation and ECC calculation helpers for use by NAND contr...balrog1-0/+603