summaryrefslogtreecommitdiffstats
path: root/cpu/mpc85xx/mp.h
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2008-01-17 16:48:33 -0600
committerAndrew Fleming-AFLEMING <afleming@freescale.com>2008-03-26 11:43:03 -0500
commitec2b74ffd36f02c6123725e7c2533dd2deaf4b64 (patch)
tree0eddb24adce38d018c7d03a6ffa462dd6ddb77e7 /cpu/mpc85xx/mp.h
parentf69766e4b5d47ecd3aa58677a8da875694f364f2 (diff)
downloadblackbird-obmc-uboot-ec2b74ffd36f02c6123725e7c2533dd2deaf4b64.tar.gz
blackbird-obmc-uboot-ec2b74ffd36f02c6123725e7c2533dd2deaf4b64.zip
85xx: Added support for multicore boot mechanism
Added the cpu command that provides a generic mechanism to get status, reset, and release secondary cores in multicore processors. Added support for using the ePAPR defined spin-table mechanism on 85xx. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'cpu/mpc85xx/mp.h')
-rw-r--r--cpu/mpc85xx/mp.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpu/mpc85xx/mp.h b/cpu/mpc85xx/mp.h
new file mode 100644
index 0000000000..d9fbb825e5
--- /dev/null
+++ b/cpu/mpc85xx/mp.h
@@ -0,0 +1,8 @@
+#ifndef __MPC85XX_MP_H_
+#define __MPC85XX_MP_H_
+
+ulong get_spin_addr(void);
+void setup_mp(void);
+u32 get_my_id(void);
+
+#endif
OpenPOWER on IntegriCloud