Re: [PATCH v41 14/21] hw/avr: Add example board configuration

2020-01-21 Thread Philippe Mathieu-Daudé
On 1/21/20 5:36 PM, Igor Mammedov wrote: On Sat, 18 Jan 2020 21:14:09 +0200 Michael Rolnik wrote: A simple board setup that configures an AVR CPU to run a given firmware image. This is all that's useful to implement without peripheral emulation as AVR CPUs include a lot of on-board peripheral

Re: [PATCH v41 14/21] hw/avr: Add example board configuration

2020-01-21 Thread Igor Mammedov
On Sat, 18 Jan 2020 21:14:09 +0200 Michael Rolnik wrote: > A simple board setup that configures an AVR CPU to run a given firmware image. > This is all that's useful to implement without peripheral emulation as AVR > CPUs include a lot of on-board peripherals. > > NOTE: this is not a real board

[PATCH v41 14/21] hw/avr: Add example board configuration

2020-01-18 Thread Michael Rolnik
A simple board setup that configures an AVR CPU to run a given firmware image. This is all that's useful to implement without peripheral emulation as AVR CPUs include a lot of on-board peripherals. NOTE: this is not a real board NOTE: it's used for CPU testing Signed-off-by: Michael Rol