Re: [PATCH v38 15/22] target/avr: Add example board configuration

2019-12-10 Thread Aleksandar Markovic
On Mon, Dec 9, 2019 at 7:38 PM Michael Rolnik wrote: > > I will check again. > On my test bed: ... CC riscv32-softmmu/hw/virtio/virtio-serial-pci.o CC riscv32-softmmu/hw/riscv/boot.o /home/rtrk/Build/qemu-rolnik/hw/riscv/boot.c: In function ‘riscv_load_kernel’: /home/rtrk/Build/qe

Re: [PATCH v38 15/22] target/avr: Add example board configuration

2019-12-09 Thread Michael Rolnik
I will check again. On Mon, Dec 9, 2019 at 8:30 PM Michael Rolnik wrote: > Yes, I did compile other platforms. > > On Mon, Dec 9, 2019 at 8:24 PM Aleksandar Markovic < > aleksandar.m.m...@gmail.com> wrote: > >> >> >> On Sunday, December 8, 2019, Michael Rolnik wrote: >> >>> A simple board setup

Re: [PATCH v38 15/22] target/avr: Add example board configuration

2019-12-09 Thread Aleksandar Markovic
On Sunday, December 8, 2019, 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

Re: [PATCH v38 15/22] target/avr: Add example board configuration

2019-12-09 Thread Michael Rolnik
Yes, I did compile other platforms. On Mon, Dec 9, 2019 at 8:24 PM Aleksandar Markovic < aleksandar.m.m...@gmail.com> wrote: > > > On Sunday, December 8, 2019, Michael Rolnik wrote: > >> A simple board setup that configures an AVR CPU to run a given firmware >> image. >> This is all that's usefu

[PATCH v38 15/22] target/avr: Add example board configuration

2019-12-08 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