octeon.h 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  1. /*
  2. * This file is subject to the terms and conditions of the GNU General Public
  3. * License. See the file "COPYING" in the main directory of this archive
  4. * for more details.
  5. *
  6. * Copyright (C) 2004-2008 Cavium Networks
  7. */
  8. #ifndef __ASM_OCTEON_OCTEON_H
  9. #define __ASM_OCTEON_OCTEON_H
  10. #include "cvmx.h"
  11. extern uint64_t octeon_bootmem_alloc_range_phys(uint64_t size,
  12. uint64_t alignment,
  13. uint64_t min_addr,
  14. uint64_t max_addr,
  15. int do_locking);
  16. extern void *octeon_bootmem_alloc(uint64_t size, uint64_t alignment,
  17. int do_locking);
  18. extern void *octeon_bootmem_alloc_range(uint64_t size, uint64_t alignment,
  19. uint64_t min_addr, uint64_t max_addr,
  20. int do_locking);
  21. extern void *octeon_bootmem_alloc_named(uint64_t size, uint64_t alignment,
  22. char *name);
  23. extern void *octeon_bootmem_alloc_named_range(uint64_t size, uint64_t min_addr,
  24. uint64_t max_addr, uint64_t align,
  25. char *name);
  26. extern void *octeon_bootmem_alloc_named_address(uint64_t size, uint64_t address,
  27. char *name);
  28. extern int octeon_bootmem_free_named(char *name);
  29. extern void octeon_bootmem_lock(void);
  30. extern void octeon_bootmem_unlock(void);
  31. extern int octeon_is_simulation(void);
  32. extern int octeon_is_pci_host(void);
  33. extern int octeon_usb_is_ref_clk(void);
  34. extern uint64_t octeon_get_clock_rate(void);
  35. extern u64 octeon_get_io_clock_rate(void);
  36. extern const char *octeon_board_type_string(void);
  37. extern const char *octeon_get_pci_interrupts(void);
  38. extern int octeon_get_southbridge_interrupt(void);
  39. extern int octeon_get_boot_coremask(void);
  40. extern int octeon_get_boot_num_arguments(void);
  41. extern const char *octeon_get_boot_argument(int arg);
  42. extern void octeon_hal_setup_reserved32(void);
  43. extern void octeon_user_io_init(void);
  44. struct octeon_cop2_state;
  45. extern unsigned long octeon_crypto_enable(struct octeon_cop2_state *state);
  46. extern void octeon_crypto_disable(struct octeon_cop2_state *state,
  47. unsigned long flags);
  48. extern asmlinkage void octeon_cop2_restore(struct octeon_cop2_state *task);
  49. extern void octeon_init_cvmcount(void);
  50. extern void octeon_setup_delays(void);
  51. #define OCTEON_ARGV_MAX_ARGS 64
  52. #define OCTOEN_SERIAL_LEN 20
  53. struct octeon_boot_descriptor {
  54. /* Start of block referenced by assembly code - do not change! */
  55. uint32_t desc_version;
  56. uint32_t desc_size;
  57. uint64_t stack_top;
  58. uint64_t heap_base;
  59. uint64_t heap_end;
  60. /* Only used by bootloader */
  61. uint64_t entry_point;
  62. uint64_t desc_vaddr;
  63. /* End of This block referenced by assembly code - do not change! */
  64. uint32_t exception_base_addr;
  65. uint32_t stack_size;
  66. uint32_t heap_size;
  67. /* Argc count for application. */
  68. uint32_t argc;
  69. uint32_t argv[OCTEON_ARGV_MAX_ARGS];
  70. #define BOOT_FLAG_INIT_CORE (1 << 0)
  71. #define OCTEON_BL_FLAG_DEBUG (1 << 1)
  72. #define OCTEON_BL_FLAG_NO_MAGIC (1 << 2)
  73. /* If set, use uart1 for console */
  74. #define OCTEON_BL_FLAG_CONSOLE_UART1 (1 << 3)
  75. /* If set, use PCI console */
  76. #define OCTEON_BL_FLAG_CONSOLE_PCI (1 << 4)
  77. /* Call exit on break on serial port */
  78. #define OCTEON_BL_FLAG_BREAK (1 << 5)
  79. uint32_t flags;
  80. uint32_t core_mask;
  81. /* DRAM size in megabyes. */
  82. uint32_t dram_size;
  83. /* physical address of free memory descriptor block. */
  84. uint32_t phy_mem_desc_addr;
  85. /* used to pass flags from app to debugger. */
  86. uint32_t debugger_flags_base_addr;
  87. /* CPU clock speed, in hz. */
  88. uint32_t eclock_hz;
  89. /* DRAM clock speed, in hz. */
  90. uint32_t dclock_hz;
  91. /* SPI4 clock in hz. */
  92. uint32_t spi_clock_hz;
  93. uint16_t board_type;
  94. uint8_t board_rev_major;
  95. uint8_t board_rev_minor;
  96. uint16_t chip_type;
  97. uint8_t chip_rev_major;
  98. uint8_t chip_rev_minor;
  99. char board_serial_number[OCTOEN_SERIAL_LEN];
  100. uint8_t mac_addr_base[6];
  101. uint8_t mac_addr_count;
  102. uint64_t cvmx_desc_vaddr;
  103. };
  104. union octeon_cvmemctl {
  105. uint64_t u64;
  106. struct {
  107. /* RO 1 = BIST fail, 0 = BIST pass */
  108. uint64_t tlbbist:1;
  109. /* RO 1 = BIST fail, 0 = BIST pass */
  110. uint64_t l1cbist:1;
  111. /* RO 1 = BIST fail, 0 = BIST pass */
  112. uint64_t l1dbist:1;
  113. /* RO 1 = BIST fail, 0 = BIST pass */
  114. uint64_t dcmbist:1;
  115. /* RO 1 = BIST fail, 0 = BIST pass */
  116. uint64_t ptgbist:1;
  117. /* RO 1 = BIST fail, 0 = BIST pass */
  118. uint64_t wbfbist:1;
  119. /* Reserved */
  120. uint64_t reserved:22;
  121. /* R/W If set, marked write-buffer entries time out
  122. * the same as as other entries; if clear, marked
  123. * write-buffer entries use the maximum timeout. */
  124. uint64_t dismarkwblongto:1;
  125. /* R/W If set, a merged store does not clear the
  126. * write-buffer entry timeout state. */
  127. uint64_t dismrgclrwbto:1;
  128. /* R/W Two bits that are the MSBs of the resultant
  129. * CVMSEG LM word location for an IOBDMA. The other 8
  130. * bits come from the SCRADDR field of the IOBDMA. */
  131. uint64_t iobdmascrmsb:2;
  132. /* R/W If set, SYNCWS and SYNCS only order marked
  133. * stores; if clear, SYNCWS and SYNCS only order
  134. * unmarked stores. SYNCWSMARKED has no effect when
  135. * DISSYNCWS is set. */
  136. uint64_t syncwsmarked:1;
  137. /* R/W If set, SYNCWS acts as SYNCW and SYNCS acts as
  138. * SYNC. */
  139. uint64_t dissyncws:1;
  140. /* R/W If set, no stall happens on write buffer
  141. * full. */
  142. uint64_t diswbfst:1;
  143. /* R/W If set (and SX set), supervisor-level
  144. * loads/stores can use XKPHYS addresses with
  145. * VA<48>==0 */
  146. uint64_t xkmemenas:1;
  147. /* R/W If set (and UX set), user-level loads/stores
  148. * can use XKPHYS addresses with VA<48>==0 */
  149. uint64_t xkmemenau:1;
  150. /* R/W If set (and SX set), supervisor-level
  151. * loads/stores can use XKPHYS addresses with
  152. * VA<48>==1 */
  153. uint64_t xkioenas:1;
  154. /* R/W If set (and UX set), user-level loads/stores
  155. * can use XKPHYS addresses with VA<48>==1 */
  156. uint64_t xkioenau:1;
  157. /* R/W If set, all stores act as SYNCW (NOMERGE must
  158. * be set when this is set) RW, reset to 0. */
  159. uint64_t allsyncw:1;
  160. /* R/W If set, no stores merge, and all stores reach
  161. * the coherent bus in order. */
  162. uint64_t nomerge:1;
  163. /* R/W Selects the bit in the counter used for DID
  164. * time-outs 0 = 231, 1 = 230, 2 = 229, 3 =
  165. * 214. Actual time-out is between 1x and 2x this
  166. * interval. For example, with DIDTTO=3, expiration
  167. * interval is between 16K and 32K. */
  168. uint64_t didtto:2;
  169. /* R/W If set, the (mem) CSR clock never turns off. */
  170. uint64_t csrckalwys:1;
  171. /* R/W If set, mclk never turns off. */
  172. uint64_t mclkalwys:1;
  173. /* R/W Selects the bit in the counter used for write
  174. * buffer flush time-outs (WBFLT+11) is the bit
  175. * position in an internal counter used to determine
  176. * expiration. The write buffer expires between 1x and
  177. * 2x this interval. For example, with WBFLT = 0, a
  178. * write buffer expires between 2K and 4K cycles after
  179. * the write buffer entry is allocated. */
  180. uint64_t wbfltime:3;
  181. /* R/W If set, do not put Istream in the L2 cache. */
  182. uint64_t istrnol2:1;
  183. /* R/W The write buffer threshold. */
  184. uint64_t wbthresh:4;
  185. /* Reserved */
  186. uint64_t reserved2:2;
  187. /* R/W If set, CVMSEG is available for loads/stores in
  188. * kernel/debug mode. */
  189. uint64_t cvmsegenak:1;
  190. /* R/W If set, CVMSEG is available for loads/stores in
  191. * supervisor mode. */
  192. uint64_t cvmsegenas:1;
  193. /* R/W If set, CVMSEG is available for loads/stores in
  194. * user mode. */
  195. uint64_t cvmsegenau:1;
  196. /* R/W Size of local memory in cache blocks, 54 (6912
  197. * bytes) is max legal value. */
  198. uint64_t lmemsz:6;
  199. } s;
  200. };
  201. struct octeon_cf_data {
  202. unsigned long base_region_bias;
  203. unsigned int base_region; /* The chip select region used by CF */
  204. int is16bit; /* 0 - 8bit, !0 - 16bit */
  205. int dma_engine; /* -1 for no DMA */
  206. };
  207. struct octeon_i2c_data {
  208. unsigned int sys_freq;
  209. unsigned int i2c_freq;
  210. };
  211. extern void octeon_write_lcd(const char *s);
  212. extern void octeon_check_cpu_bist(void);
  213. extern int octeon_get_boot_debug_flag(void);
  214. extern int octeon_get_boot_uart(void);
  215. struct uart_port;
  216. extern unsigned int octeon_serial_in(struct uart_port *, int);
  217. extern void octeon_serial_out(struct uart_port *, int, int);
  218. /**
  219. * Write a 32bit value to the Octeon NPI register space
  220. *
  221. * @address: Address to write to
  222. * @val: Value to write
  223. */
  224. static inline void octeon_npi_write32(uint64_t address, uint32_t val)
  225. {
  226. cvmx_write64_uint32(address ^ 4, val);
  227. cvmx_read64_uint32(address ^ 4);
  228. }
  229. /**
  230. * Read a 32bit value from the Octeon NPI register space
  231. *
  232. * @address: Address to read
  233. * Returns The result
  234. */
  235. static inline uint32_t octeon_npi_read32(uint64_t address)
  236. {
  237. return cvmx_read64_uint32(address ^ 4);
  238. }
  239. extern struct cvmx_bootinfo *octeon_bootinfo;
  240. extern uint64_t octeon_bootloader_entry_addr;
  241. extern void (*octeon_irq_setup_secondary)(void);
  242. #endif /* __ASM_OCTEON_OCTEON_H */