[NAND] Added readraw() to read underlying data storage
commitf38b81d43bc780c1ecdf4e36787fd3f357786bc3
authorMichel Pollet <buserror@gmail.com>
Sun, 1 Mar 2009 13:17:52 +0000 (1 13:17 +0000)
committerMichel Pollet <buserror@gmail.com>
Sun, 8 Mar 2009 21:16:21 +0000 (8 21:16 +0000)
treeb7342952c17d1b13223573a40429192a252f535f
parent9a34e576a4d414e96e97251b2213915c53b99836
[NAND] Added readraw() to read underlying data storage

s3c2440 reads 4KB of NAND to it's internal SRAM and run that. This
accessor allows to load data from the nand without banging the
registers.
hw/flash.h
hw/nand.c