Hi,
> - Add a "lite" flag that is (automatically) computed once that takes a
> fast path through the read/write handlers. A reg is lite if it
> requires no read-modify-write (no ro, nw, ge, ui, wtc). Only the
> actual write and post_write handlers are executed.
Sounds good to me.
> - Remove th
Hi Peter,
On Fri, Apr 5, 2013 at 7:49 PM, Peter Crosthwaite
wrote:
> On Fri, Apr 5, 2013 at 7:26 PM, Peter Maydell
> wrote:
>> On 5 April 2013 09:43, Peter Crosthwaite
>> wrote:
>>> This API provides some encapsulation of registers and factors our some
>>> common functionality to common code.
On Fri, Apr 5, 2013 at 7:26 PM, Peter Maydell wrote:
> On 5 April 2013 09:43, Peter Crosthwaite wrote:
>> This API provides some encapsulation of registers and factors our some
>> common functionality to common code. Bits of device state (usually MMIO
>> registers), often have all sorts of access
On 5 April 2013 09:43, Peter Crosthwaite wrote:
> This API provides some encapsulation of registers and factors our some
> common functionality to common code. Bits of device state (usually MMIO
> registers), often have all sorts of access restrictions and semantics
> associated with them. This AP
This API provides some encapsulation of registers and factors our some
common functionality to common code. Bits of device state (usually MMIO
registers), often have all sorts of access restrictions and semantics
associated with them. This API allow you to define what those
restrictions are on a bi