hw/misc/iotkit-sysctl: Implement SSE-200 and SSE-300 PID register values
commit6069bbc904503dd4f4c2cfd7ff883300a6bddeeb
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 19 Feb 2021 14:45:51 +0000 (19 14:45 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 8 Mar 2021 17:20:02 +0000 (8 17:20 +0000)
tree7b65fa790149354d20320b7fc6cd003b93a71ad3
parentc5ffe6c8dd5623f1893f54971e23e7c1ddf094ee
hw/misc/iotkit-sysctl: Implement SSE-200 and SSE-300 PID register values

The SSE-200 and SSE-300 have different PID register values from the
IoTKit for the sysctl register block.  We incorrectly implemented the
SSE-200 with the same PID values as IoTKit.  Fix the SSE-200 bug and
report these register values for SSE-300.

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-19-peter.maydell@linaro.org
hw/misc/iotkit-sysctl.c