commit | f7c703250cef231085f07352b719bb91d71ea8a1 | [log] [tgz] |
---|---|---|
author | Paul Brook <paul@codesourcery.com> | Thu Nov 19 16:45:21 2009 +0000 |
committer | Paul Brook <paul@codesourcery.com> | Thu Nov 19 16:45:21 2009 +0000 |
tree | 8a511980622c574aba59fd41d320a94bf025b010 | |
parent | 100555620f4c825c3d2d37ed4d8b921b4604c1f6 [diff] [blame] |
ARM PBX-A9 board support Implement ARM RealView PBX-A9 board support. Signed-off-by: Paul Brook <paul@codesourcery.com>
diff --git a/hw/arm-misc.h b/hw/arm-misc.h index e584073..010acb4 100644 --- a/hw/arm-misc.h +++ b/hw/arm-misc.h
@@ -28,6 +28,7 @@ const char *initrd_filename; target_phys_addr_t loader_start; target_phys_addr_t smp_loader_start; + target_phys_addr_t smp_priv_base; int nb_cpus; int board_id; int (*atag_board)(struct arm_boot_info *info, void *p);