qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [patch 0/2] Add flash emulation to the ARM Versatile PB pla


From: Thomas Petazzoni
Subject: [Qemu-devel] [patch 0/2] Add flash emulation to the ARM Versatile PB platform
Date: Fri, 10 Oct 2008 10:36:02 +0200
User-agent: quilt/0.46-1

Hi,

The following two patches add flash emulation to the ARM Versatile PB
platform. Compared to the previous version of the patchset sent on
October, 2nd, this version has the following changes :

 - Drop the two patches that have been included in SVN ;

 - In the write buffer increase patch, instead of changing the type of
   cmd from uint8_t to uint16_t, directly use value to set
   pfl->counter, since value is not 8 bits masked. Suggested by
   Andrzej Zaborowski ;

 - Change the memory reservation scheme for the Versatile
   platform. Instead of hardcoding the RAM size, we use the
   .ram_require machine argument to reserve memory for the flash, and
   allow the user to define a custom RAM size using the -m
   option. Hopefully, this adresses Paul Brook's comment about this
   patch.

Thanks !

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers and embedded Linux development,
consulting, training and support.
http://free-electrons.com




reply via email to

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