]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/ppc_asm.tmpl
* Patch by Martin Winistoerfer, 23 Mar 2003
[karo-tx-uboot.git] / include / ppc_asm.tmpl
index 9319509671b24f190ed00f4127227692ebb50c3c..f99d7b2fb9806c3be31603c72e29b5de1ed4802a 100644 (file)
 
 #endif /* CONFIG_8xx, CONFIG_MPC824X */
 
+
+#if  defined(CONFIG_5xx)
+/* Some special purpose registers */
+#define DER    149             /* Debug Enable Register                */
+#define COUNTA 150             /* Breakpoint Counter                   */
+#define COUNTB 151             /* Breakpoint Counter                   */
+#define LCTRL1 156             /* Load/Store Support                   */
+#define LCTRL2 157             /* Load/Store Support                   */
+#define ICTRL  158             /* I-Bus Support Control Register       */
+#define EID    81
+#endif /* CONFIG_5xx */
+
 #if defined(CONFIG_8xx)
 
 /* Registers in the processor's internal memory map that we use.