watchdog: Fix POST failure on ASUS P5N32-E SLI and similar boards
authorMart Gerrits <mart1987@gmail.com>
Sat, 30 Jul 2011 14:59:12 +0000 (16:59 +0200)
committerWim Van Sebroeck <wim@iguana.be>
Tue, 2 Aug 2011 08:22:54 +0000 (08:22 +0000)
commit6b01d30eef64456ad9e261d2173266a3244da8e1
tree2b7c9974baf021e516ee09d9b74f215283515a5e
parentbea1906620ce72b63f83735c4cc2642b25ec54ae
watchdog: Fix POST failure on ASUS P5N32-E SLI and similar boards

At present the module does not unset the NO_REBOOT bit upon shutdown, this
causes the BIOS to fail the POST once and reset. During the next boot it
displays the following error message:

***** Warning: System BOOT Fail *****
Your system last boot fail or POST interrupted.
Please enter setup to load default and reboot again.
Press F1 to continue, DEL to enter SETUP

With this patch the NO_REBOOT flag will be unset on shutdown and thus stop
this failure from occurring.

Tested on 'ASUS P5N32-E SLI with BIOS revision 1801' and
          'ASUS P5N32-E SLI PLUS with BIOS revision 1502'.

Signed-off-by: Mart Gerrits <mart1987@gmail.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/nv_tco.c