Re: [Qemu-devel] [PATCH v29 8/8] target/avr: Add tests

2019-10-12 Thread Pavel Dovgalyuk
On 12.10.2019 10:17, Philippe Mathieu-Daudé wrote: Hi Pavel, On 8/27/19 11:29 AM, Pavel Dovgalyuk wrote: From: Alex Bennée [mailto:alex.ben...@linaro.org] Richard Henderson writes: On 8/26/19 2:23 AM, Alex Bennée wrote: Are there any compilers available so we can add the multiarch tests to

Re: [Qemu-devel] [PATCH v29 8/8] target/avr: Add tests

2019-10-12 Thread Philippe Mathieu-Daudé
Hi Pavel, On 8/27/19 11:29 AM, Pavel Dovgalyuk wrote: From: Alex Bennée [mailto:alex.ben...@linaro.org] Richard Henderson writes: On 8/26/19 2:23 AM, Alex Bennée wrote: Are there any compilers available so we can add the multiarch tests to "check-tcg"? Debian has a gcc-avr package. Look

Re: [Qemu-devel] [PATCH v29 8/8] target/avr: Add tests

2019-08-27 Thread Pavel Dovgalyuk
> From: Alex Bennée [mailto:alex.ben...@linaro.org] > Richard Henderson writes: > > > On 8/26/19 2:23 AM, Alex Bennée wrote: > >> Are there any compilers available so we can add the multiarch tests to > >> "check-tcg"? > > > > Debian has a gcc-avr package. > > Looking at the bios "bytes" it sho

Re: [Qemu-devel] [PATCH v29 8/8] target/avr: Add tests

2019-08-27 Thread Alex Bennée
Richard Henderson writes: > On 8/26/19 2:23 AM, Alex Bennée wrote: >> Are there any compilers available so we can add the multiarch tests to >> "check-tcg"? > > Debian has a gcc-avr package. Looking at the bios "bytes" it should be easy enough to do a simple serial based test. We can add it a

Re: [Qemu-devel] [PATCH v29 8/8] target/avr: Add tests

2019-08-26 Thread Richard Henderson
On 8/26/19 2:23 AM, Alex Bennée wrote: > Are there any compilers available so we can add the multiarch tests to > "check-tcg"? Debian has a gcc-avr package. r~

Re: [Qemu-devel] [PATCH v29 8/8] target/avr: Add tests

2019-08-26 Thread Alex Bennée
Michael Rolnik writes: > 1. Avocado test > The test is based on > https://github.com/seharris/qemu-avr-tests/tree/master/free-rtos/Demo > demo which. If working correctly, prints 'ABCDEFGHIJKLMNOPQRSTUVWX' out. > it also demostrates that timer and IRQ are working > > 2. Boot ser

Re: [Qemu-devel] [PATCH v29 8/8] target/avr: Add tests

2019-08-25 Thread Thomas Huth
On 24/08/2019 20.46, Michael Rolnik wrote: > 1. Avocado test > The test is based on > https://github.com/seharris/qemu-avr-tests/tree/master/free-rtos/Demo > demo which. If working correctly, prints 'ABCDEFGHIJKLMNOPQRSTUVWX' out. > it also demostrates that timer and IRQ are working

[Qemu-devel] [PATCH v29 8/8] target/avr: Add tests

2019-08-24 Thread Michael Rolnik
1. Avocado test The test is based on https://github.com/seharris/qemu-avr-tests/tree/master/free-rtos/Demo demo which. If working correctly, prints 'ABCDEFGHIJKLMNOPQRSTUVWX' out. it also demostrates that timer and IRQ are working 2. Boot serial test Prinit out 'T' through seri