]> Git Repo - qemu.git/commit
hw/arm_boot.c: Make SMP boards specify address to poll in bootup loop
authorEvgeny Voevodin <[email protected]>
Fri, 13 Jan 2012 20:52:40 +0000 (20:52 +0000)
committerAndrzej Zaborowski <[email protected]>
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 <[email protected]>
Signed-off-by: Peter Maydell <[email protected]>
Signed-off-by: Andrzej Zaborowski <[email protected]>
hw/arm-misc.h
hw/arm_boot.c
hw/realview.c
hw/vexpress.c
This page took 0.028645 seconds and 4 git commands to generate.