openprom.h
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:8k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. /* $Id: openprom.h,v 1.19 1996/09/25 03:51:08 davem Exp $ */
  2. #ifndef __SPARC_OPENPROM_H
  3. #define __SPARC_OPENPROM_H
  4. /* openprom.h:  Prom structures and defines for access to the OPENBOOT
  5.  *              prom routines and data areas.
  6.  *
  7.  * Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
  8.  */
  9. #include <linux/config.h>
  10. /* Empirical constants... */
  11. #ifdef CONFIG_SUN3
  12. #define KADB_DEBUGGER_BEGVM     0x0fee0000    /* There is no kadb yet but...*/
  13. #define LINUX_OPPROM_BEGVM      0x0fef0000
  14. #define LINUX_OPPROM_ENDVM      0x0ff10000    /* I think this is right - tm */
  15. #else
  16. #define KADB_DEBUGGER_BEGVM     0xffc00000    /* Where kern debugger is in virt-mem */
  17. #define LINUX_OPPROM_BEGVM 0xffd00000
  18. #define LINUX_OPPROM_ENDVM 0xfff00000
  19. #define LINUX_OPPROM_MAGIC      0x10010407
  20. #endif
  21. #ifndef __ASSEMBLY__
  22. /* V0 prom device operations. */
  23. struct linux_dev_v0_funcs {
  24. int (*v0_devopen)(char *device_str);
  25. int (*v0_devclose)(int dev_desc);
  26. int (*v0_rdblkdev)(int dev_desc, int num_blks, int blk_st, char *buf);
  27. int (*v0_wrblkdev)(int dev_desc, int num_blks, int blk_st, char *buf);
  28. int (*v0_wrnetdev)(int dev_desc, int num_bytes, char *buf);
  29. int (*v0_rdnetdev)(int dev_desc, int num_bytes, char *buf);
  30. int (*v0_rdchardev)(int dev_desc, int num_bytes, int dummy, char *buf);
  31. int (*v0_wrchardev)(int dev_desc, int num_bytes, int dummy, char *buf);
  32. int (*v0_seekdev)(int dev_desc, long logical_offst, int from);
  33. };
  34. /* V2 and later prom device operations. */
  35. struct linux_dev_v2_funcs {
  36. int (*v2_inst2pkg)(int d); /* Convert ihandle to phandle */
  37. char * (*v2_dumb_mem_alloc)(char *va, unsigned sz);
  38. void (*v2_dumb_mem_free)(char *va, unsigned sz);
  39. /* To map devices into virtual I/O space. */
  40. char * (*v2_dumb_mmap)(char *virta, int which_io, unsigned paddr, unsigned sz);
  41. void (*v2_dumb_munmap)(char *virta, unsigned size);
  42. int (*v2_dev_open)(char *devpath);
  43. void (*v2_dev_close)(int d);
  44. int (*v2_dev_read)(int d, char *buf, int nbytes);
  45. int (*v2_dev_write)(int d, char *buf, int nbytes);
  46. int (*v2_dev_seek)(int d, int hi, int lo);
  47. /* Never issued (multistage load support) */
  48. void (*v2_wheee2)(void);
  49. void (*v2_wheee3)(void);
  50. };
  51. struct linux_mlist_v0 {
  52. struct linux_mlist_v0 *theres_more;
  53. char *start_adr;
  54. unsigned num_bytes;
  55. };
  56. struct linux_mem_v0 {
  57. struct linux_mlist_v0 **v0_totphys;
  58. struct linux_mlist_v0 **v0_prommap;
  59. struct linux_mlist_v0 **v0_available; /* What we can use */
  60. };
  61. /* Arguments sent to the kernel from the boot prompt. */
  62. struct linux_arguments_v0 {
  63. char *argv[8];
  64. char args[100];
  65. char boot_dev[2];
  66. int boot_dev_ctrl;
  67. int boot_dev_unit;
  68. int dev_partition;
  69. char *kernel_file_name;
  70. void *aieee1;           /* XXX */
  71. };
  72. /* V2 and up boot things. */
  73. struct linux_bootargs_v2 {
  74. char **bootpath;
  75. char **bootargs;
  76. int *fd_stdin;
  77. int *fd_stdout;
  78. };
  79. #if defined(CONFIG_SUN3) || defined(CONFIG_SUN3X)
  80. struct linux_romvec {
  81. char *pv_initsp;
  82. int (*pv_startmon)(void);
  83. int *diagberr;
  84. struct linux_arguments_v0 **pv_v0bootargs;
  85.   unsigned *pv_sun3mem;
  86. unsigned char (*pv_getchar)(void);
  87. int (*pv_putchar)(int ch);
  88. int (*pv_nbgetchar)(void);
  89. int (*pv_nbputchar)(int ch);
  90. unsigned char *pv_echo;
  91. unsigned char *pv_insource;
  92. unsigned char *pv_outsink;
  93. int (*pv_getkey)(void);
  94. int (*pv_initgetkey)(void);
  95. unsigned int *pv_translation;
  96. unsigned char *pv_keybid;
  97. int *pv_screen_x;
  98. int *pv_screen_y;
  99. struct keybuf *pv_keybuf;
  100. char *pv_monid;
  101. /* 
  102.  * Frame buffer output and terminal emulation 
  103.  */
  104. int (*pv_fbwritechar)(char);
  105. int *pv_fbaddr;
  106. char **pv_font;
  107. int (*pv_fbwritestr)(char);
  108. void (*pv_reboot)(char *bootstr);
  109. /* 
  110.  * Line input and parsing 
  111.  */
  112. unsigned char *pv_linebuf;
  113. unsigned char **pv_lineptr;
  114. int *pv_linesize;
  115. int (*pv_getline)(void);
  116. unsigned char (*pv_getnextchar)(void);
  117. unsigned char (*pv_peeknextchar)(void);
  118. int *pv_fbthere;
  119. int (*pv_getnum)(void);
  120. void (*pv_printf)(const char *fmt, ...);
  121. int (*pv_printhex)(void);
  122. unsigned char *pv_leds;
  123. int (*pv_setleds)(void);
  124. /* 
  125.  * Non-maskable interrupt  (nmi) information
  126.  */ 
  127. int (*pv_nmiaddr)(void);
  128. int (*pv_abortentry)(void);
  129. int *pv_nmiclock;
  130. int *pv_fbtype;
  131. /* 
  132.  * Assorted other things 
  133.  */
  134. unsigned pv_romvers;
  135. struct globram  *pv_globram;
  136. char *pv_kbdzscc;
  137. int *pv_keyrinit;
  138. unsigned char *pv_keyrtick; 
  139. unsigned *pv_memoryavail;
  140. long *pv_resetaddr;
  141. long *pv_resetmap;
  142. void (*pv_halt)(void);
  143. unsigned char *pv_memorybitmap;
  144. #ifdef CONFIG_SUN3
  145. void (*pv_setctxt)(int ctxt, char *va, int pmeg);
  146. void (*pv_vector_cmd)(void);
  147. int dummy1z;
  148. int dummy2z;
  149. int dummy3z;
  150. int dummy4z;
  151. #endif
  152. };
  153. #else
  154. /* The top level PROM vector. */
  155. struct linux_romvec {
  156. /* Version numbers. */
  157. unsigned int pv_magic_cookie;
  158. unsigned int pv_romvers;
  159. unsigned int pv_plugin_revision;
  160. unsigned int pv_printrev;
  161. /* Version 0 memory descriptors. */
  162. struct linux_mem_v0 pv_v0mem;
  163. /* Node operations. */
  164. struct linux_nodeops *pv_nodeops;
  165. char **pv_bootstr;
  166. struct linux_dev_v0_funcs pv_v0devops;
  167. char *pv_stdin;
  168. char *pv_stdout;
  169. #define PROMDEV_KBD 0 /* input from keyboard */
  170. #define PROMDEV_SCREEN 0 /* output to screen */
  171. #define PROMDEV_TTYA 1 /* in/out to ttya */
  172. #define PROMDEV_TTYB 2 /* in/out to ttyb */
  173. /* Blocking getchar/putchar.  NOT REENTRANT! (grr) */
  174. int (*pv_getchar)(void);
  175. void (*pv_putchar)(int ch);
  176. /* Non-blocking variants. */
  177. int (*pv_nbgetchar)(void);
  178. int (*pv_nbputchar)(int ch);
  179. void (*pv_putstr)(char *str, int len);
  180. /* Miscellany. */
  181. void (*pv_reboot)(char *bootstr);
  182. void (*pv_printf)(__const__ char *fmt, ...);
  183. void (*pv_abort)(void);
  184. __volatile__ int *pv_ticks;
  185. void (*pv_halt)(void);
  186. void (**pv_synchook)(void);
  187. /* Evaluate a forth string, not different proto for V0 and V2->up. */
  188. union {
  189. void (*v0_eval)(int len, char *str);
  190. void (*v2_eval)(char *str);
  191. } pv_fortheval;
  192. struct linux_arguments_v0 **pv_v0bootargs;
  193. /* Get ether address. */
  194. unsigned int (*pv_enaddr)(int d, char *enaddr);
  195. struct linux_bootargs_v2 pv_v2bootargs;
  196. struct linux_dev_v2_funcs pv_v2devops;
  197. int filler[15];
  198. /* This one is sun4c/sun4 only. */
  199. void (*pv_setctxt)(int ctxt, char *va, int pmeg);
  200. /* Prom version 3 Multiprocessor routines. This stuff is crazy.
  201.  * No joke. Calling these when there is only one cpu probably
  202.  * crashes the machine, have to test this. :-)
  203.  */
  204. /* v3_cpustart() will start the cpu 'whichcpu' in mmu-context
  205.  * 'thiscontext' executing at address 'prog_counter'
  206.  */
  207. int (*v3_cpustart)(unsigned int whichcpu, int ctxtbl_ptr,
  208.    int thiscontext, char *prog_counter);
  209. /* v3_cpustop() will cause cpu 'whichcpu' to stop executing
  210.  * until a resume cpu call is made.
  211.  */
  212. int (*v3_cpustop)(unsigned int whichcpu);
  213. /* v3_cpuidle() will idle cpu 'whichcpu' until a stop or
  214.  * resume cpu call is made.
  215.  */
  216. int (*v3_cpuidle)(unsigned int whichcpu);
  217. /* v3_cpuresume() will resume processor 'whichcpu' executing
  218.  * starting with whatever 'pc' and 'npc' were left at the
  219.  * last 'idle' or 'stop' call.
  220.  */
  221. int (*v3_cpuresume)(unsigned int whichcpu);
  222. };
  223. #endif
  224. /* Routines for traversing the prom device tree. */
  225. struct linux_nodeops {
  226. int (*no_nextnode)(int node);
  227. int (*no_child)(int node);
  228. int (*no_proplen)(int node, char *name);
  229. int (*no_getprop)(int node, char *name, char *val);
  230. int (*no_setprop)(int node, char *name, char *val, int len);
  231. char * (*no_nextprop)(int node, char *name);
  232. };
  233. /* More fun PROM structures for device probing. */
  234. #define PROMREG_MAX     16
  235. #define PROMVADDR_MAX   16
  236. #define PROMINTR_MAX    15
  237. struct linux_prom_registers {
  238. int which_io;         /* is this in OBIO space? */
  239. char *phys_addr;      /* The physical address of this register */
  240. int reg_size;         /* How many bytes does this register take up? */
  241. };
  242. struct linux_prom_irqs {
  243. int pri;    /* IRQ priority */
  244. int vector; /* This is foobar, what does it do? */
  245. };
  246. /* Element of the "ranges" vector */
  247. struct linux_prom_ranges {
  248. unsigned int ot_child_space;
  249. unsigned int ot_child_base; /* Bus feels this */
  250. unsigned int ot_parent_space;
  251. unsigned int ot_parent_base; /* CPU looks from here */
  252. unsigned int or_size;
  253. };
  254. #endif /* !(__ASSEMBLY__) */
  255. #endif /* !(__SPARC_OPENPROM_H) */