sparc: Update cpu_init.c to use generic timer infrastructure
[oweals/u-boot.git] / arch / sparc / include / asm / global_data.h
index 0680a56758dcbcbd63e3f737d0c7ca2eff0286c1..af38d17b0dd3f328f89a8e365d3e3fa6e33638c7 100644 (file)
@@ -2,8 +2,8 @@
  * (C) Copyright 2002-2010
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
  *
- * (C) Copyright 2007
- * Daniel Hellstrom, Gaisler Research, daniel@gaisler.com.
+ * (C) Copyright 2007, 2015
+ * Daniel Hellstrom, Cobham, Gaisler, daniel@gaisler.com.
  *
  * SPDX-License-Identifier:    GPL-2.0+
  */
 
 /* Architecture-specific global data */
 struct arch_global_data {
+       void *timer;
        void *uart;
+       unsigned int uart_freq;
+#ifdef CONFIG_LEON3
+       unsigned int snooping_available;
+#endif
 };
 
 #include <asm-generic/global_data.h>