]> git.proxmox.com Git - qemu.git/commit
target-arm: Move A9 config_base_address reset value to ARMCPU
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 20 Apr 2012 07:39:15 +0000 (07:39 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 27 Apr 2012 11:06:18 +0000 (11:06 +0000)
commitc5fad12fa08228d0c2f04089ba0cd27718f1b723
tree11ae7d19c76bda0b22e0aed311546c5a0cd576e3
parent778c3a0619f3b47f94e566ca4f656aabe5f4b3d6
target-arm: Move A9 config_base_address reset value to ARMCPU

Move the A9 config_base_address cp15 register reset value to
ARMCPU. This should become a QOM property so that the Highbank
board can set it without having to pull in cpu-qom.h, but at
least this avoids the implicit dependency on reset ordering
that the previous workaround had.

Cc: Mark Langsdorf <mark.langsdorf@calxeda.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Andreas Färber <afaerber@suse.de>
hw/highbank.c
target-arm/cpu-qom.h
target-arm/cpu.c