mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
hw/arm/armsse: Add missing SSE-200 SYS_PPU
We forgot to implement a TYPE_UNIMPLEMENTED_DEVICE stub for the SYS_PPU in the SSE-200, which is at 0x50022000. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20210219144617.4782-31-peter.maydell@linaro.org
This commit is contained in:
parent
a459e849aa
commit
6fe8acb41e
2 changed files with 10 additions and 1 deletions
|
@ -135,7 +135,7 @@ OBJECT_DECLARE_TYPE(ARMSSE, ARMSSEClass,
|
|||
|
||||
#define SSE_MAX_CPUS 2
|
||||
|
||||
#define NUM_PPUS 7
|
||||
#define NUM_PPUS 8
|
||||
|
||||
/* Number of CPU IRQs used by the SSE itself */
|
||||
#define NUM_SSE_IRQS 32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue