ich9: implement strap SPKR pin logic
commit5add35bec1e249bb5345a47008c8f298d4760be4
authorPaulo Alcantara <pcacjr@gmail.com>
Sun, 28 Jun 2015 17:58:58 +0000 (28 14:58 -0300)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 8 Jul 2015 07:09:55 +0000 (8 10:09 +0300)
treefc4186d1a21bd7bc5868b175860507201e70a539
parent45dcdb9da632b5a5e7639707e12b1b17029c5a1e
ich9: implement strap SPKR pin logic

If the signal is sampled high, this indicates that the system is
strapped to the "No Reboot" mode (ICH9 will disable the TCO Timer system
reboot feature). The status of this strap is readable via the NO_REBOOT
bit (CC: offset 0x3410:bit 5).

The NO_REBOOT bit is set when SPKR pin on ICH9 is sampled high. This bit
may be set or cleared by software if the strap is sampled low but may
not override the strap when it indicates "No Reboot".

This patch implements the logic where hardware has ability to set SPKR
pin through a property named "noreboot" and it's sampled high by
default.

Signed-off-by: Paulo Alcantara <pcacjr@zytor.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/acpi/tco.c
hw/isa/lpc_ich9.c
include/hw/i386/ich9.h
tests/tco-test.c