From 078758d0741c30d44246383ce5c2ba43281e9aec Mon Sep 17 00:00:00 2001 From: Evgeny Voevodin Date: Fri, 13 Jan 2012 20:52:40 +0000 Subject: 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 Signed-off-by: Peter Maydell Signed-off-by: Andrzej Zaborowski --- hw/arm-misc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/arm-misc.h') diff --git a/hw/arm-misc.h b/hw/arm-misc.h index af403a1..6e8ae6b 100644 --- a/hw/arm-misc.h +++ b/hw/arm-misc.h @@ -31,6 +31,7 @@ struct arm_boot_info { const char *initrd_filename; target_phys_addr_t loader_start; target_phys_addr_t smp_loader_start; + target_phys_addr_t smp_bootreg_addr; target_phys_addr_t smp_priv_base; int nb_cpus; int board_id; -- cgit v1.1