blob: 152fad91b3ae1f2c70b97cd7c2d6978aed668908 [file] [log] [blame]
Pawel Moll98ed4ce2012-01-25 15:37:29 +00001/* 2MB large area for motherboard's peripherals static mapping */
2#define V2M_PERIPH 0xf8000000
3
4/* Tile's peripherals static mappings should start here */
5#define V2T_PERIPH 0xf8200000
Pawel Moll95d59742012-02-24 09:18:14 +00006
Jon Medhurst033a8992013-01-30 09:12:55 +00007bool vexpress_smp_init_ops(void);
8
Marc Zyngier3695adc2011-09-08 13:15:22 +01009extern struct smp_operations vexpress_smp_ops;
Pawel Molld2606f82013-09-17 18:30:58 +010010extern struct smp_operations vexpress_smp_dt_ops;
Marc Zyngier3695adc2011-09-08 13:15:22 +010011
12extern void vexpress_cpu_die(unsigned int cpu);