watchdog-parameters.txt 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402
  1. This file provides information on the module parameters of many of
  2. the Linux watchdog drivers. Watchdog driver parameter specs should
  3. be listed here unless the driver has its own driver-specific information
  4. file.
  5. See Documentation/kernel-parameters.txt for information on
  6. providing kernel parameters for builtin drivers versus loadable
  7. modules.
  8. -------------------------------------------------
  9. acquirewdt:
  10. wdt_stop: Acquire WDT 'stop' io port (default 0x43)
  11. wdt_start: Acquire WDT 'start' io port (default 0x443)
  12. nowayout: Watchdog cannot be stopped once started
  13. (default=kernel config parameter)
  14. -------------------------------------------------
  15. advantechwdt:
  16. wdt_stop: Advantech WDT 'stop' io port (default 0x443)
  17. wdt_start: Advantech WDT 'start' io port (default 0x443)
  18. timeout: Watchdog timeout in seconds. 1<= timeout <=63, default=60.
  19. nowayout: Watchdog cannot be stopped once started
  20. (default=kernel config parameter)
  21. -------------------------------------------------
  22. alim1535_wdt:
  23. timeout: Watchdog timeout in seconds. (0 < timeout < 18000, default=60
  24. nowayout: Watchdog cannot be stopped once started
  25. (default=kernel config parameter)
  26. -------------------------------------------------
  27. alim7101_wdt:
  28. timeout: Watchdog timeout in seconds. (1<=timeout<=3600, default=30
  29. use_gpio: Use the gpio watchdog (required by old cobalt boards).
  30. default=0/off/no
  31. nowayout: Watchdog cannot be stopped once started
  32. (default=kernel config parameter)
  33. -------------------------------------------------
  34. ar7_wdt:
  35. margin: Watchdog margin in seconds (default=60)
  36. nowayout: Disable watchdog shutdown on close
  37. (default=kernel config parameter)
  38. -------------------------------------------------
  39. at32ap700x_wdt:
  40. timeout: Timeout value. Limited to be 1 or 2 seconds. (default=2)
  41. nowayout: Watchdog cannot be stopped once started
  42. (default=kernel config parameter)
  43. -------------------------------------------------
  44. at91rm9200_wdt:
  45. wdt_time: Watchdog time in seconds. (default=5)
  46. nowayout: Watchdog cannot be stopped once started
  47. (default=kernel config parameter)
  48. -------------------------------------------------
  49. at91sam9_wdt:
  50. heartbeat: Watchdog heartbeats in seconds. (default = 15)
  51. nowayout: Watchdog cannot be stopped once started
  52. (default=kernel config parameter)
  53. -------------------------------------------------
  54. bcm47xx_wdt:
  55. wdt_time: Watchdog time in seconds. (default=30)
  56. nowayout: Watchdog cannot be stopped once started
  57. (default=kernel config parameter)
  58. -------------------------------------------------
  59. bfin_wdt:
  60. timeout: Watchdog timeout in seconds. (1<=timeout<=((2^32)/SCLK), default=20)
  61. nowayout: Watchdog cannot be stopped once started
  62. (default=kernel config parameter)
  63. -------------------------------------------------
  64. coh901327_wdt:
  65. margin: Watchdog margin in seconds (default 60s)
  66. -------------------------------------------------
  67. cpu5wdt:
  68. port: base address of watchdog card, default is 0x91
  69. verbose: be verbose, default is 0 (no)
  70. ticks: count down ticks, default is 10000
  71. -------------------------------------------------
  72. cpwd:
  73. wd0_timeout: Default watchdog0 timeout in 1/10secs
  74. wd1_timeout: Default watchdog1 timeout in 1/10secs
  75. wd2_timeout: Default watchdog2 timeout in 1/10secs
  76. -------------------------------------------------
  77. da9052wdt:
  78. timeout: Watchdog timeout in seconds. 2<= timeout <=131, default=2.048s
  79. nowayout: Watchdog cannot be stopped once started
  80. (default=kernel config parameter)
  81. -------------------------------------------------
  82. davinci_wdt:
  83. heartbeat: Watchdog heartbeat period in seconds from 1 to 600, default 60
  84. -------------------------------------------------
  85. ep93xx_wdt:
  86. nowayout: Watchdog cannot be stopped once started
  87. timeout: Watchdog timeout in seconds. (1<=timeout<=3600, default=TBD)
  88. -------------------------------------------------
  89. eurotechwdt:
  90. nowayout: Watchdog cannot be stopped once started
  91. (default=kernel config parameter)
  92. io: Eurotech WDT io port (default=0x3f0)
  93. irq: Eurotech WDT irq (default=10)
  94. ev: Eurotech WDT event type (default is `int')
  95. -------------------------------------------------
  96. gef_wdt:
  97. nowayout: Watchdog cannot be stopped once started
  98. (default=kernel config parameter)
  99. -------------------------------------------------
  100. geodewdt:
  101. timeout: Watchdog timeout in seconds. 1<= timeout <=131, default=60.
  102. nowayout: Watchdog cannot be stopped once started
  103. (default=kernel config parameter)
  104. -------------------------------------------------
  105. i6300esb:
  106. heartbeat: Watchdog heartbeat in seconds. (1<heartbeat<2046, default=30)
  107. nowayout: Watchdog cannot be stopped once started
  108. (default=kernel config parameter)
  109. -------------------------------------------------
  110. iTCO_wdt:
  111. heartbeat: Watchdog heartbeat in seconds.
  112. (2<heartbeat<39 (TCO v1) or 613 (TCO v2), default=30)
  113. nowayout: Watchdog cannot be stopped once started
  114. (default=kernel config parameter)
  115. -------------------------------------------------
  116. iTCO_vendor_support:
  117. vendorsupport: iTCO vendor specific support mode, default=0 (none),
  118. 1=SuperMicro Pent3, 2=SuperMicro Pent4+, 911=Broken SMI BIOS
  119. -------------------------------------------------
  120. ib700wdt:
  121. timeout: Watchdog timeout in seconds. 0<= timeout <=30, default=30.
  122. nowayout: Watchdog cannot be stopped once started
  123. (default=kernel config parameter)
  124. -------------------------------------------------
  125. ibmasr:
  126. nowayout: Watchdog cannot be stopped once started
  127. (default=kernel config parameter)
  128. -------------------------------------------------
  129. imx2_wdt:
  130. timeout: Watchdog timeout in seconds (default 60 s)
  131. nowayout: Watchdog cannot be stopped once started
  132. (default=kernel config parameter)
  133. -------------------------------------------------
  134. indydog:
  135. nowayout: Watchdog cannot be stopped once started
  136. (default=kernel config parameter)
  137. -------------------------------------------------
  138. iop_wdt:
  139. nowayout: Watchdog cannot be stopped once started
  140. (default=kernel config parameter)
  141. -------------------------------------------------
  142. it8712f_wdt:
  143. margin: Watchdog margin in seconds (default 60)
  144. nowayout: Disable watchdog shutdown on close
  145. (default=kernel config parameter)
  146. -------------------------------------------------
  147. it87_wdt:
  148. nogameport: Forbid the activation of game port, default=0
  149. nocir: Forbid the use of CIR (workaround for some buggy setups); set to 1 if
  150. system resets despite watchdog daemon running, default=0
  151. exclusive: Watchdog exclusive device open, default=1
  152. timeout: Watchdog timeout in seconds, default=60
  153. testmode: Watchdog test mode (1 = no reboot), default=0
  154. nowayout: Watchdog cannot be stopped once started
  155. (default=kernel config parameter)
  156. -------------------------------------------------
  157. ixp2000_wdt:
  158. heartbeat: Watchdog heartbeat in seconds (default 60s)
  159. nowayout: Watchdog cannot be stopped once started
  160. (default=kernel config parameter)
  161. -------------------------------------------------
  162. ixp4xx_wdt:
  163. heartbeat: Watchdog heartbeat in seconds (default 60s)
  164. nowayout: Watchdog cannot be stopped once started
  165. (default=kernel config parameter)
  166. -------------------------------------------------
  167. ks8695_wdt:
  168. wdt_time: Watchdog time in seconds. (default=5)
  169. nowayout: Watchdog cannot be stopped once started
  170. (default=kernel config parameter)
  171. -------------------------------------------------
  172. machzwd:
  173. nowayout: Watchdog cannot be stopped once started
  174. (default=kernel config parameter)
  175. action: after watchdog resets, generate:
  176. 0 = RESET(*) 1 = SMI 2 = NMI 3 = SCI
  177. -------------------------------------------------
  178. max63xx_wdt:
  179. heartbeat: Watchdog heartbeat period in seconds from 1 to 60, default 60
  180. nowayout: Watchdog cannot be stopped once started
  181. (default=kernel config parameter)
  182. nodelay: Force selection of a timeout setting without initial delay
  183. (max6373/74 only, default=0)
  184. -------------------------------------------------
  185. mixcomwd:
  186. nowayout: Watchdog cannot be stopped once started
  187. (default=kernel config parameter)
  188. -------------------------------------------------
  189. mpc8xxx_wdt:
  190. timeout: Watchdog timeout in ticks. (0<timeout<65536, default=65535)
  191. reset: Watchdog Interrupt/Reset Mode. 0 = interrupt, 1 = reset
  192. nowayout: Watchdog cannot be stopped once started
  193. (default=kernel config parameter)
  194. -------------------------------------------------
  195. mv64x60_wdt:
  196. nowayout: Watchdog cannot be stopped once started
  197. (default=kernel config parameter)
  198. -------------------------------------------------
  199. nuc900_wdt:
  200. heartbeat: Watchdog heartbeats in seconds.
  201. (default = 15)
  202. nowayout: Watchdog cannot be stopped once started
  203. (default=kernel config parameter)
  204. -------------------------------------------------
  205. omap_wdt:
  206. timer_margin: initial watchdog timeout (in seconds)
  207. early_enable: Watchdog is started on module insertion (default=0
  208. nowayout: Watchdog cannot be stopped once started
  209. (default=kernel config parameter)
  210. -------------------------------------------------
  211. orion_wdt:
  212. heartbeat: Initial watchdog heartbeat in seconds
  213. nowayout: Watchdog cannot be stopped once started
  214. (default=kernel config parameter)
  215. -------------------------------------------------
  216. pc87413_wdt:
  217. io: pc87413 WDT I/O port (default: io).
  218. timeout: Watchdog timeout in minutes (default=timeout).
  219. nowayout: Watchdog cannot be stopped once started
  220. (default=kernel config parameter)
  221. -------------------------------------------------
  222. pika_wdt:
  223. heartbeat: Watchdog heartbeats in seconds. (default = 15)
  224. nowayout: Watchdog cannot be stopped once started
  225. (default=kernel config parameter)
  226. -------------------------------------------------
  227. pnx4008_wdt:
  228. heartbeat: Watchdog heartbeat period in seconds from 1 to 60, default 19
  229. nowayout: Set to 1 to keep watchdog running after device release
  230. -------------------------------------------------
  231. pnx833x_wdt:
  232. timeout: Watchdog timeout in Mhz. (68Mhz clock), default=2040000000 (30 seconds)
  233. nowayout: Watchdog cannot be stopped once started
  234. (default=kernel config parameter)
  235. start_enabled: Watchdog is started on module insertion (default=1)
  236. -------------------------------------------------
  237. rc32434_wdt:
  238. timeout: Watchdog timeout value, in seconds (default=20)
  239. nowayout: Watchdog cannot be stopped once started
  240. (default=kernel config parameter)
  241. -------------------------------------------------
  242. riowd:
  243. riowd_timeout: Watchdog timeout in minutes (default=1)
  244. -------------------------------------------------
  245. s3c2410_wdt:
  246. tmr_margin: Watchdog tmr_margin in seconds. (default=15)
  247. tmr_atboot: Watchdog is started at boot time if set to 1, default=0
  248. nowayout: Watchdog cannot be stopped once started
  249. (default=kernel config parameter)
  250. soft_noboot: Watchdog action, set to 1 to ignore reboots, 0 to reboot
  251. debug: Watchdog debug, set to >1 for debug, (default 0)
  252. -------------------------------------------------
  253. sa1100_wdt:
  254. margin: Watchdog margin in seconds (default 60s)
  255. -------------------------------------------------
  256. sb_wdog:
  257. timeout: Watchdog timeout in microseconds (max/default 8388607 or 8.3ish secs)
  258. -------------------------------------------------
  259. sbc60xxwdt:
  260. wdt_stop: SBC60xx WDT 'stop' io port (default 0x45)
  261. wdt_start: SBC60xx WDT 'start' io port (default 0x443)
  262. timeout: Watchdog timeout in seconds. (1<=timeout<=3600, default=30)
  263. nowayout: Watchdog cannot be stopped once started
  264. (default=kernel config parameter)
  265. -------------------------------------------------
  266. sbc7240_wdt:
  267. timeout: Watchdog timeout in seconds. (1<=timeout<=255, default=30)
  268. nowayout: Disable watchdog when closing device file
  269. -------------------------------------------------
  270. sbc8360:
  271. timeout: Index into timeout table (0-63) (default=27 (60s))
  272. nowayout: Watchdog cannot be stopped once started
  273. (default=kernel config parameter)
  274. -------------------------------------------------
  275. sbc_epx_c3:
  276. nowayout: Watchdog cannot be stopped once started
  277. (default=kernel config parameter)
  278. -------------------------------------------------
  279. sbc_fitpc2_wdt:
  280. margin: Watchdog margin in seconds (default 60s)
  281. nowayout: Watchdog cannot be stopped once started
  282. -------------------------------------------------
  283. sc1200wdt:
  284. isapnp: When set to 0 driver ISA PnP support will be disabled (default=1)
  285. io: io port
  286. timeout: range is 0-255 minutes, default is 1
  287. nowayout: Watchdog cannot be stopped once started
  288. (default=kernel config parameter)
  289. -------------------------------------------------
  290. sc520_wdt:
  291. timeout: Watchdog timeout in seconds. (1 <= timeout <= 3600, default=30)
  292. nowayout: Watchdog cannot be stopped once started
  293. (default=kernel config parameter)
  294. -------------------------------------------------
  295. sch311x_wdt:
  296. force_id: Override the detected device ID
  297. therm_trip: Should a ThermTrip trigger the reset generator
  298. timeout: Watchdog timeout in seconds. 1<= timeout <=15300, default=60
  299. nowayout: Watchdog cannot be stopped once started
  300. (default=kernel config parameter)
  301. -------------------------------------------------
  302. scx200_wdt:
  303. margin: Watchdog margin in seconds
  304. nowayout: Disable watchdog shutdown on close
  305. -------------------------------------------------
  306. shwdt:
  307. clock_division_ratio: Clock division ratio. Valid ranges are from 0x5 (1.31ms)
  308. to 0x7 (5.25ms). (default=7)
  309. heartbeat: Watchdog heartbeat in seconds. (1 <= heartbeat <= 3600, default=30
  310. nowayout: Watchdog cannot be stopped once started
  311. (default=kernel config parameter)
  312. -------------------------------------------------
  313. smsc37b787_wdt:
  314. timeout: range is 1-255 units, default is 60
  315. nowayout: Watchdog cannot be stopped once started
  316. (default=kernel config parameter)
  317. -------------------------------------------------
  318. softdog:
  319. soft_margin: Watchdog soft_margin in seconds.
  320. (0 < soft_margin < 65536, default=60)
  321. nowayout: Watchdog cannot be stopped once started
  322. (default=kernel config parameter)
  323. soft_noboot: Softdog action, set to 1 to ignore reboots, 0 to reboot
  324. (default=0)
  325. -------------------------------------------------
  326. stmp3xxx_wdt:
  327. heartbeat: Watchdog heartbeat period in seconds from 1 to 4194304, default 19
  328. -------------------------------------------------
  329. tegra_wdt:
  330. heartbeat: Watchdog heartbeats in seconds. (default = 120)
  331. nowayout: Watchdog cannot be stopped once started
  332. (default=kernel config parameter)
  333. -------------------------------------------------
  334. ts72xx_wdt:
  335. timeout: Watchdog timeout in seconds. (1 <= timeout <= 8, default=8)
  336. nowayout: Disable watchdog shutdown on close
  337. -------------------------------------------------
  338. twl4030_wdt:
  339. nowayout: Watchdog cannot be stopped once started
  340. (default=kernel config parameter)
  341. -------------------------------------------------
  342. txx9wdt:
  343. timeout: Watchdog timeout in seconds. (0<timeout<N, default=60)
  344. nowayout: Watchdog cannot be stopped once started
  345. (default=kernel config parameter)
  346. -------------------------------------------------
  347. w83627hf_wdt:
  348. wdt_io: w83627hf/thf WDT io port (default 0x2E)
  349. timeout: Watchdog timeout in seconds. 1 <= timeout <= 255, default=60.
  350. nowayout: Watchdog cannot be stopped once started
  351. (default=kernel config parameter)
  352. -------------------------------------------------
  353. w83697hf_wdt:
  354. wdt_io: w83697hf/hg WDT io port (default 0x2e, 0 = autodetect)
  355. timeout: Watchdog timeout in seconds. 1<= timeout <=255 (default=60)
  356. nowayout: Watchdog cannot be stopped once started
  357. (default=kernel config parameter)
  358. early_disable: Watchdog gets disabled at boot time (default=1)
  359. -------------------------------------------------
  360. w83697ug_wdt:
  361. wdt_io: w83697ug/uf WDT io port (default 0x2e)
  362. timeout: Watchdog timeout in seconds. 1<= timeout <=255 (default=60)
  363. nowayout: Watchdog cannot be stopped once started
  364. (default=kernel config parameter)
  365. -------------------------------------------------
  366. w83877f_wdt:
  367. timeout: Watchdog timeout in seconds. (1<=timeout<=3600, default=30)
  368. nowayout: Watchdog cannot be stopped once started
  369. (default=kernel config parameter)
  370. -------------------------------------------------
  371. w83977f_wdt:
  372. timeout: Watchdog timeout in seconds (15..7635), default=45)
  373. testmode: Watchdog testmode (1 = no reboot), default=0
  374. nowayout: Watchdog cannot be stopped once started
  375. (default=kernel config parameter)
  376. -------------------------------------------------
  377. wafer5823wdt:
  378. timeout: Watchdog timeout in seconds. 1 <= timeout <= 255, default=60.
  379. nowayout: Watchdog cannot be stopped once started
  380. (default=kernel config parameter)
  381. -------------------------------------------------
  382. wdt285:
  383. soft_margin: Watchdog timeout in seconds (default=60)
  384. -------------------------------------------------
  385. wdt977:
  386. timeout: Watchdog timeout in seconds (60..15300, default=60)
  387. testmode: Watchdog testmode (1 = no reboot), default=0
  388. nowayout: Watchdog cannot be stopped once started
  389. (default=kernel config parameter)
  390. -------------------------------------------------
  391. wm831x_wdt:
  392. nowayout: Watchdog cannot be stopped once started
  393. (default=kernel config parameter)
  394. -------------------------------------------------
  395. wm8350_wdt:
  396. nowayout: Watchdog cannot be stopped once started
  397. (default=kernel config parameter)
  398. -------------------------------------------------