qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 0/4 v4] block, arm: Fix buffered flash writes on


From: Roy Franz
Subject: Re: [Qemu-devel] [PATCH 0/4 v4] block, arm: Fix buffered flash writes on VExpress
Date: Tue, 19 Nov 2013 18:06:16 -0800

Peter - is this series acceptable?  I have reviewed the patches based
on our conversation at Connect, and patch 3 already handles returning
the status
based on device width as we discussed.  If device and bank width are
different, it repeats the status based on device width.  Otherwise, if
both widths are > 2, it repeats the status assuming 16 bit device
width, which preserves the current behavior for 32 bit wide banks.
The existing behavior will be preserved for all platforms that don't
set different device and bank widths.


Thanks,
Roy




On Tue, Oct 22, 2013 at 9:35 AM, Roy Franz <address@hidden> wrote:
> This patchset fixes buffered flash writes on the VExpress
> platform.  Buffered writes should now work properly on platforms whose
> flash interface width is different from the device width.  The default
> is for the device-width to be set to the interface width, so platforms
> that can benefit from this change will need to be updated.  This patchset
> updates the configuration for the VExpress platform which requires it.
> UEFI firmware uses buffered writes for persistent variable storage,
> and this patchset enables this usage on QEMU.
>
> Changes from v3:
> * Broke out width->bank_width name change into separate patch.
> * Added patch that returns status for each device in bank.
> * Reviewed code for other uses of device_width.  The one remaining place
>   this should be used is in the handling of returning the device ID.  The
>   existing code looks a bit suspect, as it is combining 16 bit values by
>   shifting 8 bits and oring them.  I have no good way to test various
>   flash configurations, so I am reluctant to make major changes to that code.
> Changes from v2:
> (All changes in patch 2/2, 1/1 unchanged.)
> * Set flash invariant properties directly in VExpress specific flash init
>   routine rather than passing long argument list.
> * Fix typo in comment.
>
> Changes from v1:
> * Add device-width property and use this to mask write length instead
>   of devices mas write length
> * Update vexpress init code to set device-width to proper value.
>
> Roy Franz (4):
>   rename pflash_t member width to bank_width
>   Add device-width property to pflash_cfi01
>   return status for each device
>   Set proper device-width for vexpress flash
>
>  hw/arm/vexpress.c       |   43 +++++++++++++++++++++++++++++++++----------
>  hw/block/pflash_cfi01.c |   37 +++++++++++++++++++++++++++----------
>  2 files changed, 60 insertions(+), 20 deletions(-)
>
> --
> 1.7.10.4
>



reply via email to

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