Re: [Qemu-devel] ARM MCU Target Structure Question

2016-08-15 Thread Carl Allendorph
On Mon, Aug 15, 2016 at 3:18 AM, Peter Maydell wrote: > This broadly matches the directory arrangement principles used > by the Linux kernel sources, which is where we've borrowed it from. > Ok - I'll pursue the current directory structure. ​Thanks,​ ​~C​

Re: [Qemu-devel] ARM MCU Target Structure Question

2016-08-15 Thread Peter Maydell
On 15 August 2016 at 05:22, Carl Allendorph wrote: > I'm working on a new microcontroller target (Atmel ATSAM4E) for the > qemu-system-arm executable. I've successfully setup a machine and created > some peripherals. I have some questions about how to structure the files > for contributing this ta