Re: [PATCH 0/2] target/arm: Implement Neoverse-N2

2023-10-17 Thread Peter Maydell
Ping for code review -- Richard or Alex, maybe ? thanks -- PMM On Fri, 15 Sept 2023 at 19:54, Peter Maydell wrote: > > This patchset implements a model of the Neoverse-N2 CPU. > Because it's very similar to the Cortex-A710 we don't > need to implement any new features for it; but because it > su

Re: [PATCH 0/2] target/arm: Implement Neoverse-N2

2023-09-15 Thread Marcin Juszkiewicz
W dniu 15.09.2023 o 20:54, Peter Maydell pisze: This patchset implements a model of the Neoverse-N2 CPU. Because it's very similar to the Cortex-A710 we don't need to implement any new features for it; but because it supports 48 bit physical addresses we can use it in the sbsa-ref board. Patch 1

[PATCH 0/2] target/arm: Implement Neoverse-N2

2023-09-15 Thread Peter Maydell
This patchset implements a model of the Neoverse-N2 CPU. Because it's very similar to the Cortex-A710 we don't need to implement any new features for it; but because it supports 48 bit physical addresses we can use it in the sbsa-ref board. Patch 1 fixes a few minor errors in the A710 definition t