aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/ports/e200/devices/SPC560BCxx/ppcparams.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-07-24 07:29:41 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-07-24 07:29:41 +0000
commitdd1dc109735e94d6f88c239b4e2b4f084f0534b1 (patch)
treee41009d1869cfee3172a56c2d0021c402ca1a494 /os/common/ports/e200/devices/SPC560BCxx/ppcparams.h
parent37de072555e10227bafa83dd3f14d1cf0341d7c9 (diff)
downloadChibiOS-dd1dc109735e94d6f88c239b4e2b4f084f0534b1.tar.gz
ChibiOS-dd1dc109735e94d6f88c239b4e2b4f084f0534b1.tar.bz2
ChibiOS-dd1dc109735e94d6f88c239b4e2b4f084f0534b1.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7064 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common/ports/e200/devices/SPC560BCxx/ppcparams.h')
-rw-r--r--os/common/ports/e200/devices/SPC560BCxx/ppcparams.h16
1 files changed, 5 insertions, 11 deletions
diff --git a/os/common/ports/e200/devices/SPC560BCxx/ppcparams.h b/os/common/ports/e200/devices/SPC560BCxx/ppcparams.h
index 6bda168c6..db0d73ee3 100644
--- a/os/common/ports/e200/devices/SPC560BCxx/ppcparams.h
+++ b/os/common/ports/e200/devices/SPC560BCxx/ppcparams.h
@@ -33,6 +33,11 @@
#define _PPCPARAMS_H_
/**
+ * @brief Family identification macro.
+ */
+#define PPC_SPC560BCxx
+
+/**
* @brief PPC core model.
*/
#define PPC_VARIANT PPC_VARIANT_e200z0
@@ -77,17 +82,6 @@
*/
#define PPC_NUM_VECTORS 217
-/**
- * @brief Memory address of the INTC controller.
- */
-#define PPC_INTC_BASE 0xFFF48000
-
-/**
- * @brief Type of the INTC controller.
- * @note 0=SPC56x, 1=SPC57x.
- */
-#define PPC_INTC_TYPE 0
-
#endif /* _PPCPARAMS_H_ */
/** @} */