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

2019-07-19 Thread Michael Rolnik
On Fri, Jul 19, 2019 at 5:02 PM Philippe Mathieu-Daudé wrote: > Hi Michael, > > On 7/19/19 10:26 AM, 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

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

2019-07-19 Thread Philippe Mathieu-Daudé
On 7/19/19 5:14 PM, Michael Rolnik wrote: > I should have started the RAM at 0x200 (instead of 0) and make it of > size 0x2000. right? > > On Fri, Jul 19, 2019 at 6:04 PM Michael Rolnik > wrote: > > > > On Fri, Jul 19, 2019 at 5:02 PM Philippe Mathieu-Daudé >

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

2019-07-19 Thread Michael Rolnik
I should have started the RAM at 0x200 (instead of 0) and make it of size 0x2000. right? On Fri, Jul 19, 2019 at 6:04 PM Michael Rolnik wrote: > > > On Fri, Jul 19, 2019 at 5:02 PM Philippe Mathieu-Daudé > wrote: > >> Hi Michael, >> >> On 7/19/19 10:26 AM, Michael Rolnik wrote: >> > From: Sarah

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

2019-07-19 Thread Philippe Mathieu-Daudé
Hi Michael, On 7/19/19 10:26 AM, 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. > > Signed-o

[Qemu-devel] [PATCH v27 6/8] target/avr: Add example board configuration

2019-07-19 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