aboutsummaryrefslogtreecommitdiffstats
path: root/hw/onenand.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-29spitz: make sl-nand emulation use qdev infrastructureDmitry Eremin-Solenikov1-0/+1
2010-12-11Add endianness as io mem parameterAlexander Graf1-1/+1
2010-07-06qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson1-1/+1
2010-06-04blockdev: Collect block device code in new blockdev.cMarkus Armbruster1-2/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-5/+5
2009-10-01Get rid of _t suffixmalc1-5/+5
2009-09-21Fix Sparse warnings about using plain integer as NULL pointerBlue Swirl1-2/+2
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-2/+2
2009-07-27kill drives_tableGerd Hoffmann1-3/+3
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-1/+1
2009-05-10Follow coding conventionsPaul Brook1-17/+17
2009-05-08Replace cpu_abort with hw_errorPaul Brook1-3/+2
2009-04-10Yet more phys_ram_base elimination.pbrook1-1/+1
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-4/+3
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-5/+5
2008-07-29Fill in WLAN and BT platform data in CAL area as expected by Maemo.balrog1-0/+7
2008-07-23Add OneNAND Unlock All command (Kyungmin Park).balrog1-0/+15
2008-04-14Nokia N800 machine support (ARM).balrog1-0/+642