aboutsummaryrefslogtreecommitdiff
path: root/hw/nand.c
Commit message (Expand)AuthorAgeFilesLines
* kill drives_tableGerd Hoffmann2009-07-271-4/+4
* Follow coding conventionsPaul Brook2009-05-101-21/+21
* Replace cpu_abort with hw_errorPaul Brook2009-05-081-4/+2
* Fix NAND flash save/restore.pbrook2009-01-201-0/+3
* Fix undeclared symbol warnings from sparseblueswir12008-10-261-1/+1
* Remove duplicate device index calculations.pbrook2008-07-011-3/+1
* Make -mtdblock optional again.balrog2008-06-021-6/+3
* Add -drive parameter, by Laurent Vivier.ths2007-12-021-1/+7
* Break up vl.h.pbrook2007-11-171-1/+5
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-2/+2
* Savevm/loadvm bits for ARM core, the PXA2xx peripherals and Spitz hardware.balrog2007-05-241-0/+47
* Correct NAND erase block size. Misc fixes in Spitz code.balrog2007-05-121-1/+1
* NAND Flash memory emulation and ECC calculation helpers for use by NAND contr...balrog2007-04-301-0/+603