]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/e500.h
MIPS: mips32/cache.S: use v1 register for indirect function calls
[karo-tx-uboot.git] / include / e500.h
index f8c82661a2d18af069c2ee9aa75f139b45f5a082..0ff8e89a1e345f8274f3c83da715f301ca1ce0a8 100644 (file)
@@ -15,6 +15,15 @@ typedef struct
   unsigned long freqDDRBus;
   unsigned long freqLocalBus;
   unsigned long freqQE;
+#ifdef CONFIG_SYS_DPAA_FMAN
+  unsigned long freqFMan[CONFIG_SYS_NUM_FMAN];
+#endif
+#ifdef CONFIG_SYS_DPAA_QBMAN
+  unsigned long freqQMAN;
+#endif
+#ifdef CONFIG_SYS_DPAA_PME
+  unsigned long freqPME;
+#endif
 } MPC85xx_SYS_INFO;
 
 #endif  /* _ASMLANGUAGE */