Angel Pons has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/40739 )
Change subject: mb/asus/p8h61-m_pro: Disable SVID LDN ......................................................................
mb/asus/p8h61-m_pro: Disable SVID LDN
The SVID functionality is not used on this mainboard. Turn it off.
Change-Id: Iea891975b32d24f54edec9d8c36391ec60a37d0c Signed-off-by: Angel Pons th3fanbus@gmail.com --- M src/mainboard/asus/p8h61-m_pro/devicetree.cb 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/39/40739/1
diff --git a/src/mainboard/asus/p8h61-m_pro/devicetree.cb b/src/mainboard/asus/p8h61-m_pro/devicetree.cb index 2d1550d..71f2b41 100644 --- a/src/mainboard/asus/p8h61-m_pro/devicetree.cb +++ b/src/mainboard/asus/p8h61-m_pro/devicetree.cb @@ -102,7 +102,7 @@ device pnp 2e.f on # GPIO Push-Pull or Open-drain irq 0xf0 = 0x9d end - device pnp 2e.14 on end # SVID + device pnp 2e.14 off end # SVID device pnp 2e.16 on # Deep Sleep io 0x30 = 0x20 end
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/40739 )
Change subject: mb/asus/p8h61-m_pro: Disable SVID LDN ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/40739/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/40739/1//COMMIT_MSG@10 PS1, Line 10: Does the vendor firmware do the same?
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/40739 )
Change subject: mb/asus/p8h61-m_pro: Disable SVID LDN ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/40739/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/40739/1//COMMIT_MSG@10 PS1, Line 10:
Does the vendor firmware do the same?
Yes.
Felix Held has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/40739 )
Change subject: mb/asus/p8h61-m_pro: Disable SVID LDN ......................................................................
Patch Set 1: Code-Review+2
Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/40739 )
Change subject: mb/asus/p8h61-m_pro: Disable SVID LDN ......................................................................
mb/asus/p8h61-m_pro: Disable SVID LDN
The SVID functionality is not used on this mainboard. Turn it off.
Change-Id: Iea891975b32d24f54edec9d8c36391ec60a37d0c Signed-off-by: Angel Pons th3fanbus@gmail.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/40739 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Felix Held felix-coreboot@felixheld.de --- M src/mainboard/asus/p8h61-m_pro/devicetree.cb 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Felix Held: Looks good to me, approved
diff --git a/src/mainboard/asus/p8h61-m_pro/devicetree.cb b/src/mainboard/asus/p8h61-m_pro/devicetree.cb index 2d1550d..71f2b41 100644 --- a/src/mainboard/asus/p8h61-m_pro/devicetree.cb +++ b/src/mainboard/asus/p8h61-m_pro/devicetree.cb @@ -102,7 +102,7 @@ device pnp 2e.f on # GPIO Push-Pull or Open-drain irq 0xf0 = 0x9d end - device pnp 2e.14 on end # SVID + device pnp 2e.14 off end # SVID device pnp 2e.16 on # Deep Sleep io 0x30 = 0x20 end
9elements QA has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/40739 )
Change subject: mb/asus/p8h61-m_pro: Disable SVID LDN ......................................................................
Patch Set 2:
Automatic boot test returned (PASS/FAIL/TOTAL): 4/0/4 Emulation targets: "QEMU x86 q35/ich9" using payload TianoCore : SUCCESS : https://lava.9esec.io/r/3139 "QEMU x86 q35/ich9" using payload SeaBIOS : SUCCESS : https://lava.9esec.io/r/3138 "QEMU x86 i440fx/piix4" using payload SeaBIOS : SUCCESS : https://lava.9esec.io/r/3137 "QEMU AArch64" using payload LinuxBoot_u-root_kexec : SUCCESS : https://lava.9esec.io/r/3136
Please note: This test is under development and might not be accurate at all!