Re: QEMU build dependencies for new board

2020-11-24 Thread Peter Maydell
On Tue, 24 Nov 2020 at 15:47, Ancuta, Cristian wrote: > I was indeed quite a few commits behind master, I'll give it a try now with > the latest. > > Since I see the RISCV stuff is quite new, would the associated boards be a > good starting point? Possibly. Or look at a new arm board like sbsa

RE: QEMU build dependencies for new board

2020-11-24 Thread Ancuta, Cristian
ydell Sent: Monday, November 23, 2020 8:50 PM To: Ancuta, Cristian Cc: qemu-devel@nongnu.org Subject: Re: QEMU build dependencies for new board On Mon, 23 Nov 2020 at 17:31, Ancuta, Cristian wrote: > I’ve implemented a new CPU target in ./target/arch_name and I’m also trying > to add a n

Re: QEMU build dependencies for new board

2020-11-23 Thread Peter Maydell
On Mon, 23 Nov 2020 at 17:31, Ancuta, Cristian wrote: > I’ve implemented a new CPU target in ./target/arch_name and I’m also trying > to add a new board to emulate that target on in system mode in > ./hw/arch_name. The board is based on the versatilepb, but I’ll gradually be > removing all the

QEMU build dependencies for new board

2020-11-23 Thread Ancuta, Cristian
Hi all, I've implemented a new CPU target in ./target/arch_name and I'm also trying to add a new board to emulate that target on in system mode in ./hw/arch_name. The board is based on the versatilepb, but I'll gradually be removing all the arm implementation from it, aiming for a minimal imple