qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] [RESEND] NAND emulation improvements


From: Riihimaki Juha
Subject: [Qemu-devel] [PATCH] [RESEND] NAND emulation improvements
Date: Mon, 9 Mar 2009 17:11:12 +0200

[RESEND] original patch was missing changes done to hw/flash.h and it seems there were some problems with the formatting. Attached the correct patch.

Attachment: flash.h.diff
Description: Binary data

Attachment: nand.c.diff
Description: Binary data



On Mar 9, 2009, at 08:58, Riihimaki Juha wrote:

- Support for 16-bit devices (generic implementation, provides support
for any bus width that is a multiple of 8 although the new getio/setio
function implementation is using 32-bit values so without further
modifications 32-bit bus width is the maximum)

- Support for over 1Gb (128MB) capacity devices with 5-cycle addressing

- Support for STM and Micron cache read/exit commands

- Fixed handling of READ STATUS command: subsequent I/O pin reads will
continue to return the value of the status register until another
command is issued

- Fixed status register to always return "ready" status for page
programming and cache read


Signed-off-by: Juha Riihimäki <address@hidden>
---


reply via email to

[Prev in Thread] Current Thread [Next in Thread]