Re: [Qemu-devel] [PATCH v2 0/5] arm: microbit Non-Volatile Memory Controller

2019-01-24 Thread Peter Maydell
On Thu, 24 Jan 2019 at 13:38, Peter Maydell wrote: > > On Wed, 23 Jan 2019 at 21:23, Stefan Hajnoczi wrote: > > > > v2: > > * Add Patch 2 to call memory_region_flush_rom_device() from pflash devices > >[Peter] > > > > This series adds the Non-Volatile Memory Controller, which controls access

Re: [Qemu-devel] [PATCH v2 0/5] arm: microbit Non-Volatile Memory Controller

2019-01-24 Thread Peter Maydell
On Wed, 23 Jan 2019 at 21:23, Stefan Hajnoczi wrote: > > v2: > * Add Patch 2 to call memory_region_flush_rom_device() from pflash devices >[Peter] > > This series adds the Non-Volatile Memory Controller, which controls access to > the User Information Control Registers (UICR), Factory Informa

[Qemu-devel] [PATCH v2 0/5] arm: microbit Non-Volatile Memory Controller

2019-01-23 Thread Stefan Hajnoczi
v2: * Add Patch 2 to call memory_region_flush_rom_device() from pflash devices [Peter] This series adds the Non-Volatile Memory Controller, which controls access to the User Information Control Registers (UICR), Factory Information Control Registers (FICR), and flash memory. This is the last