Re: [PATCH rc4 06/29] target/avr: Add defintions of AVR core types

2020-06-29 Thread Philippe Mathieu-Daudé
Hi Michael, On 3/6/20 2:34 PM, Michael Rolnik wrote: > Hi all. > > are there any action items for me? FYI QEMU 5.1 soft freeze is next Tuesday, so even if Aleksandar respin this week, it is very unlikely Richard and myself have time to review it again before next week. TBH let face it, AVR

Re: [PATCH rc4 06/29] target/avr: Add defintions of AVR core types

2020-06-16 Thread Philippe Mathieu-Daudé
Hi Michael, On 3/6/20 2:34 PM, Michael Rolnik wrote: > Hi all. > > are there any action items for me? I am not sure neither of the status of this. See below. > > Regards, > Michael Rolnik > > On Thu, Feb 27, 2020 at 10:38 AM Michael Rolnik > wrote: > > Hi all.

Re: [PATCH rc4 06/29] target/avr: Add defintions of AVR core types

2020-03-06 Thread Michael Rolnik
Hi all. are there any action items for me? Regards, Michael Rolnik On Thu, Feb 27, 2020 at 10:38 AM Michael Rolnik wrote: > Hi all. > > I don't see how the fact that some MCUs have an instruction and some don't > within same AVR family. > Think about gnu binutils (not GCC) these utils have no

Re: [PATCH rc4 06/29] target/avr: Add defintions of AVR core types

2020-02-27 Thread Michael Rolnik
Hi all. I don't see how the fact that some MCUs have an instruction and some don't within same AVR family. Think about gnu binutils (not GCC) these utils have no idea about MCUs all they are aware of AVR CPU only. However, I don't mind removing -cpu flag. Regards, Michael Ronik On Fri, Feb 21,

Re: [PATCH rc4 06/29] target/avr: Add defintions of AVR core types

2020-02-21 Thread Aleksandar Markovic
On Fri, Feb 21, 2020 at 12:04 PM Michael Rolnik wrote: > > Hi all. > > How is it going? > > Regards, > Michael. > Michael, I think we are very close to merging. There is absolutely no need to support ALL AVR mcus or AVR core types in the first version that will be merged. But this issue

Re: [PATCH rc4 06/29] target/avr: Add defintions of AVR core types

2020-02-21 Thread Michael Rolnik
Hi all. How is it going? Regards, Michael. On Mon, Feb 10, 2020 at 9:39 AM Michael Rolnik wrote: > Hi all. > > When I decided to implement AVR 8 bit CPU support for QEMU I found this > document > >

Re: [PATCH rc4 06/29] target/avr: Add defintions of AVR core types

2020-02-09 Thread Michael Rolnik
Hi all. When I decided to implement AVR 8 bit CPU support for QEMU I found this document which listed all AVR instructions. After that I learned that there are several CPU flavours, I looked into this GCC

Re: [PATCH rc4 06/29] target/avr: Add defintions of AVR core types

2020-02-07 Thread Aleksandar Markovic
On Sunday, February 2, 2020, Joaquin de Andres wrote: > On 1/31/20 1:02 AM, Aleksandar Markovic wrote: > >> From: Michael Rolnik >> >> AVR core types are: >> >>- avr1 >>- avr2 >>- avr25 >>- avr3 >>- avr31 >>- avr35 >>- avr4 >>- avr5 >>- avr51 >>- avr6 >>

Re: [PATCH rc4 06/29] target/avr: Add defintions of AVR core types

2020-02-02 Thread Joaquin de Andres
On 1/31/20 1:02 AM, Aleksandar Markovic wrote: From: Michael Rolnik AVR core types are: - avr1 - avr2 - avr25 - avr3 - avr31 - avr35 - avr4 - avr5 - avr51 - avr6 - avrtiny - xmega2 - xmega3 - xmega4 - xmega5 - xmega6 - xmega7 Each core type

[PATCH rc4 06/29] target/avr: Add defintions of AVR core types

2020-01-30 Thread Aleksandar Markovic
From: Michael Rolnik AVR core types are: - avr1 - avr2 - avr25 - avr3 - avr31 - avr35 - avr4 - avr5 - avr51 - avr6 - avrtiny - xmega2 - xmega3 - xmega4 - xmega5 - xmega6 - xmega7 Each core type covers multiple AVR MCUs, mentioned in the comments before