Attention is currently required from: Kevin Keijzer, Felix Singer, Arthur Heymans, Nicholas Chin.
Hello Felix Singer, build bot (Jenkins), Angel Pons, Arthur Heymans, Nicholas Chin, Fabian Groffen, Kevin Keijzer,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/73450
to look at the new patch set (#2).
Change subject: mb/asrock/b75pro3-m: Fix S3 resume and hardware monitoring ......................................................................
mb/asrock/b75pro3-m: Fix S3 resume and hardware monitoring
On the ASRock B75 Pro3-M, resuming from S3 has always been broken; see commit 928c6c6336f2 (mainboard/asrock: add ASRock B75 Pro3-M). This was because 3VSBSW# was not enabled during S3, causing the board to reboot instead of resume. This change enables 3VSBSW# during S3, which leads to S3 resume working normally.
Another issue with this board was that hardware monitoring was not working. The nct6775 Linux kernel module could not be loaded, due to the device having a base I/O port of 0. This change also enables the Super I/O properly, so that sensors-detect can find the sensor and the kernel module can be used.
Change-Id: I6e504fe4b60da1d7b9830bea5029101bb8cebcb5 Signed-off-by: Kevin Keijzer kevin@quietlife.nl --- M src/mainboard/asrock/b75pro3-m/devicetree.cb 1 file changed, 28 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/50/73450/2