[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v25 6/7] target/avr: Add example board configura
From: |
Michael Rolnik |
Subject: |
Re: [Qemu-devel] [PATCH v25 6/7] target/avr: Add example board configuration |
Date: |
Wed, 10 Jul 2019 13:33:43 +0300 |
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 bugs.
I am still not interested in modelling boards, nonetheless, I will support
/ maintain the CPU and whatever other people will add.
Regards,
Michael
On Wed, Jul 10, 2019 at 1:10 PM Philippe Mathieu-Daudé <address@hidden>
wrote:
> On 7/9/19 11:36 PM, Michael Rolnik wrote:
> > From: Sarah Harris <address@hidden>
> >
> > 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 existing board?
>
> You can mark various pieces of hardware as 'unimplemented'.
>
> >
> > Signed-off-by: Michael Rolnik <address@hidden>
> > ---
> > hw/Kconfig | 1 +
> > hw/avr/Kconfig | 4 +
> > hw/avr/Makefile.objs | 1 +
> > hw/avr/sample.c | 217 +++++++++++++++++++++++++++++++++++++++++++
> [...]
>
--
Best Regards,
Michael Rolnik
- [Qemu-devel] [PATCH v25 0/7] QEMU AVR 8 bit cores, Michael Rolnik, 2019/07/09
- [Qemu-devel] [PATCH v25 3/7] target/avr: Add instruction decoding, Michael Rolnik, 2019/07/09
- [Qemu-devel] [PATCH v25 2/7] target/avr: Add instruction helpers, Michael Rolnik, 2019/07/09
- [Qemu-devel] [PATCH v25 6/7] target/avr: Add example board configuration, Michael Rolnik, 2019/07/09
- [Qemu-devel] [PATCH v25 1/7] target/avr: Add outward facing interfaces and core CPU logic, Michael Rolnik, 2019/07/09
- [Qemu-devel] [PATCH v25 7/7] target/avr: Register AVR support with the rest of QEMU, the build system, and the MAINTAINERS file, Michael Rolnik, 2019/07/09
- [Qemu-devel] [PATCH v25 4/7] target/avr: Add instruction translation, Michael Rolnik, 2019/07/09
- [Qemu-devel] [PATCH v25 5/7] target/avr: Add limited support for USART and 16 bit timer peripherals, Michael Rolnik, 2019/07/09