Re: [Qemu-devel] [PATCH v25 6/7] target/avr: Add example board configuration

2019-07-10 Thread Michael Rolnik
Hi Philippe. My intension was to implement CPU only. I was not interested in modelling boards, I hoped other people would do it. that's why I stopped two years ago and did not proceed as there was no interest. however, it seems there is an interest as Sarah added some peripheral and fixed some bug

Re: [Qemu-devel] [PATCH v25 6/7] target/avr: Add example board configuration

2019-07-10 Thread Philippe Mathieu-Daudé
On 7/9/19 11:36 PM, 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. Why not model a tiny exist

[Qemu-devel] [PATCH v25 6/7] target/avr: Add example board configuration

2019-07-09 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: Michael Rolnik --- hw/Kconfig | 1 + hw/avr/Kconf