Re: [PATCH for-7.1 00/11] hw/arm: Add NPCM8XX support

2022-04-21 Thread Peter Maydell
On Thu, 21 Apr 2022 at 17:29, Hao Wu wrote: > > Thanks for all the comments you gave! I'll go over and address them recently. > > For this question, The actual CPU should be cortex A35. However, I don't see > them supported in QEMU. If I inserted CPU with "cortex-a35" QEMU will > complain: >

Re: [PATCH for-7.1 00/11] hw/arm: Add NPCM8XX support

2022-04-21 Thread Hao Wu
Thanks! I can add the new CPU type to virt in a separate patch set. It might take a while before I send out that patch set. Since this patch set will be dependent on that I won't send out a v2 on this patch set until that finishes. On Thu, Apr 21, 2022 at 9:42 AM Peter Maydell wrote: > On

Re: [PATCH for-7.1 00/11] hw/arm: Add NPCM8XX support

2022-04-21 Thread Hao Wu
Thanks for all the comments you gave! I'll go over and address them recently. For this question, The actual CPU should be cortex A35. However, I don't see them supported in QEMU. If I inserted CPU with "cortex-a35" QEMU will complain: qemu-system-aarch64: missing object type 'cortex-a35-arm-cpu'

Re: [PATCH for-7.1 00/11] hw/arm: Add NPCM8XX support

2022-04-21 Thread Peter Maydell
On Tue, 5 Apr 2022 at 23:37, Hao Wu wrote: > > NPCM8XX BMCs are the successors of the NPCM7XX BMCs. They feature > quad-core ARM Cortex A35 that supports both 32 bits and 64 bits > operations. Here and in the documentation patch you say "Cortex-A35", but the patch implementing the new SoC

[PATCH for-7.1 00/11] hw/arm: Add NPCM8XX support

2022-04-05 Thread Hao Wu
NPCM8XX BMCs are the successors of the NPCM7XX BMCs. They feature quad-core ARM Cortex A35 that supports both 32 bits and 64 bits operations. This patch set aims to support basic functionalities of the NPCM7XX BMCs. The patch set includes: 1. We derive most devices from the 7XX models and made