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
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
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
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