Re: [Qemu-devel] [PATCH RFC v20 7/8] target/avr: Add example board configuration

2019-05-31 Thread Igor Mammedov
On Thu, 30 May 2019 22:07:37 +0300 Michael Rolnik wrote: > From: Sarah Harris > > 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. > > Signe

[Qemu-devel] [PATCH RFC v20 7/8] target/avr: Add example board configuration

2019-05-30 Thread Michael Rolnik
From: Sarah Harris 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. Signed-off-by: Sarah Harris Signed-off-by: Michael Rolnik --- hw/Kconfig