NAND emulation improvements
authorJuha Riihimäki <juhriihi@esdhcp03982.research.nokia.com>
Fri, 6 Mar 2009 11:15:21 +0000 (13:15 +0200)
committerJuha Riihimäki <juhriihi@esdhcp03982.research.nokia.com>
Fri, 6 Mar 2009 11:15:21 +0000 (13:15 +0200)
commit323aef4fcaa592aac7a82908839c20f083fee71a
tree9db962d824060605f288ce6a593a21cf9aa63283
parent9df02379c60eb14d9d6213776221bb7e6c93a8c4
NAND emulation improvements

1. Removed Beagleboard specific NAND emulation.
2. Enhanced existing NAND emulation to support other than 8-bit devices.
3. Enhanced existing NAND emulation to support over 1Gb devices.
4. Enhanced existing NAND emulation to support cache status bits and read cache commands.
5. Fixed existing NAND emulation to correctly handle multiple IO reads after READ STATUS command.
6. Enhanced OMAP2/3 GPMC emulation to support NAND memories.
Makefile.target
hw/beagle.c
hw/flash.h
hw/nand.c
hw/nand_bpage.c [deleted file]
hw/nseries.c
hw/omap.h
hw/omap2.c