]> git.proxmox.com Git - mirror_qemu.git/commit - hw/arm_boot.c
arm_boot: Pass base address of GIC CPU interface, not whole GIC
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 16 Feb 2012 09:56:09 +0000 (09:56 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 17 Feb 2012 11:13:26 +0000 (11:13 +0000)
commit96eacf641346bc1c432281575a265f6348a8f5c6
tree477515b37848c790371a99bb76ccc816a5c1f488
parentb7206878680f1e77031dacb420ef2c630a6b6257
arm_boot: Pass base address of GIC CPU interface, not whole GIC

The arm_boot secondary boot loader code needs the address of
the GIC CPU interface. Obtaining this from the base address
of the private peripheral region was possible for A9 and 11MPcore,
but the A15 puts the GIC CPU interface in a different place.
So make boards pass in the GIC CPU interface address directly.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm-misc.h
hw/arm_boot.c
hw/exynos4_boards.c
hw/realview.c
hw/vexpress.c