]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/arm/npcm8xx_boards: Correct valid_cpu_types setting of NPCM8XX SoC
authorTim Lee <timlee660101@gmail.com>
Mon, 28 Apr 2025 02:29:34 +0000 (10:29 +0800)
committerMichael Tokarev <mjt@tls.msk.ru>
Thu, 8 May 2025 07:20:54 +0000 (10:20 +0300)
commit07f034c7f4f8a57068fbedce4891a60e5b4469f5
tree995d7c5003396fe36dc62a779552062741e28ee4
parent86b846f9027ff5bcdff06a6a64d3d99ae3469150
hw/arm/npcm8xx_boards: Correct valid_cpu_types setting of NPCM8XX SoC

NPCM8XX SoC is the successor of the NPCM7XX. It features quad-core
Cortex-A35 (Armv8, 64-bit) CPUs and some additional peripherals.
Correct the `valid_cpu_types` setting to match the NPCM8XX SoC.

Cc: qemu-stable@nongnu.org
Fixes: 7e70eb3cad7c83 ("hw/arm: Add NPCM845 Evaluation board")
Signed-off-by: Tim Lee <timlee660101@gmail.com>
Message-id: 20250428022934.3081139-1-timlee660101@gmail.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Tyrone Ting <kfting@nuvoton.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
(cherry picked from commit 97cdd1b0a7a010702a1d118b74c3af3bb2edb35c)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/arm/npcm8xx_boards.c