]> Git Repo - qemu.git/commit
hw/arm/spitz: Fix reset handling
authorGuenter Roeck <[email protected]>
Fri, 28 Oct 2016 13:12:31 +0000 (14:12 +0100)
committerPeter Maydell <[email protected]>
Fri, 28 Oct 2016 14:51:27 +0000 (15:51 +0100)
commit14da5821010b3fd68e25f2193805c43e402bd33a
tree9b73f062993054e8839b4b22dc9253598ec3b0ac
parent1141d1eb572015c4664788297ca355b278194e9c
hw/arm/spitz: Fix reset handling

Using the CPU reset handler for resets triggered by writing into
gpio pins other than GPIO01 is not appropriate and does not work,
since the reset triggered by writing into GPIO01 is configurable.
Use a separate reset handler for spitz to reset the entire system
and not just the CPU.

Signed-off-by: Guenter Roeck <[email protected]>
Message-id: 1477597646[email protected]
Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Peter Maydell <[email protected]>
hw/arm/spitz.c
This page took 0.0253 seconds and 4 git commands to generate.