qemu-block
[Top][All Lists]
Advanced

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

Re: [Qemu-block] [PATCH v3 08/10] block/pflash_cfi02: Implement multi-se


From: Thomas Huth
Subject: Re: [Qemu-block] [PATCH v3 08/10] block/pflash_cfi02: Implement multi-sector erase
Date: Thu, 18 Apr 2019 06:52:16 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1

On 18/04/2019 00.01, Stephen Checkoway wrote:
> After two unlock cycles and a sector erase command, the AMD flash chips
> start a 50 us erase time out. Any additional sector erase commands add a
> sector to be erased and restart the 50 us timeout. During the timeout,
> status bit DQ3 is cleared. After the time out, DQ3 is asserted during
> erasure.
> 
> Signed-off-by: Stephen Checkoway <address@hidden>
> ---
>  hw/block/pflash_cfi02.c   | 94 +++++++++++++++++++++++++++++++--------
>  tests/pflash-cfi02-test.c | 59 ++++++++++++++++++++++--
>  2 files changed, 131 insertions(+), 22 deletions(-)

Acked-by: Thomas Huth <address@hidden>



reply via email to

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