]> git.proxmox.com Git - mirror_qemu.git/commit
hw/arm_boot.c: Make SMP boards specify address to poll in bootup loop
authorEvgeny Voevodin <e.voevodin@samsung.com>
Fri, 13 Jan 2012 20:52:40 +0000 (20:52 +0000)
committerAndrzej Zaborowski <andrew.zaborowski@intel.com>
Tue, 17 Jan 2012 01:08:22 +0000 (02:08 +0100)
commit078758d0741c30d44246383ce5c2ba43281e9aec
tree45cecd4aabc82c94abf341e12f32665a77be57c2
parentea0e68411e3276060999e2e7db569e3009fc3b81
hw/arm_boot.c: Make SMP boards specify address to poll in bootup loop

The secondary CPU bootloader in arm_boot.c holds secondary CPUs in a
pen until the primary CPU releases them. Make boards specify the
address to be polled to determine whether to leave the pen (it was
previously hardcoded to 0x10000030, which is a Versatile Express/
Realview specific system register address).

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Andrzej Zaborowski <andrew.zaborowski@intel.com>
hw/arm-misc.h
hw/arm_boot.c
hw/realview.c
hw/vexpress.c