OSDN Git Service

ARM: arm_cpu_reset: make it possible to use high vectors for reset_exc
authorAntony Pavlov <antonynpavlov@gmail.com>
Tue, 17 Dec 2013 19:42:29 +0000 (19:42 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 17 Dec 2013 19:42:29 +0000 (19:42 +0000)
commit387f980676aedcc67baddbf5fd1c9169f331f30b
treeb3d8c6065200582acfaa8b847e730c1a76a8735a
parent68e0a40a5342e798a76ff4c9bf33837e30099ef7
ARM: arm_cpu_reset: make it possible to use high vectors for reset_exc

If hivecs are being used on reset, the CPU should come out of reset at
the hivecs reset vector (0xFFFF0000)

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Message-id: 3afc69c4f58f60aa2bbee7b91574a4eb414b1c23.1387160489.git.peter.crosthwaite@xilinx.com
[ PC Changes:
 * Fixed Grammar error in commit message
 * Elaborated commit message.
]
Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/cpu.c