[coreboot-gerrit] New patch to review for coreboot: mb/gigabyte/ga-g41m-es2l: Add IRQs for PCI express graphics in ACPI

Damien Zammit (damien@zamaudio.com) gerrit at coreboot.org
Sun Sep 4 18:46:16 CEST 2016


Damien Zammit (damien at zamaudio.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16497

-gerrit

commit 7104a7661bb5ff7e7a84ab631dca8019fc3529f2
Author: Damien Zammit <damien at zamaudio.com>
Date:   Mon Sep 5 02:39:20 2016 +1000

    mb/gigabyte/ga-g41m-es2l: Add IRQs for PCI express graphics in ACPI
    
    With this patch and the previous ones in this set,
    PCI express graphics is now working.
    
    01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GT218
            [GeForce 210] [10de:0a65] (rev a2) (prog-if 00 [VGA controller])
    
    Change-Id: Ife691fb381e90e7744fe2ac4e20977be53419a14
    Signed-off-by: Damien Zammit <damien at zamaudio.com>
---
 src/mainboard/gigabyte/ga-g41m-es2l/acpi/x4x_pci_irqs.asl | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/src/mainboard/gigabyte/ga-g41m-es2l/acpi/x4x_pci_irqs.asl b/src/mainboard/gigabyte/ga-g41m-es2l/acpi/x4x_pci_irqs.asl
index 87719f7..eb231cb 100644
--- a/src/mainboard/gigabyte/ga-g41m-es2l/acpi/x4x_pci_irqs.asl
+++ b/src/mainboard/gigabyte/ga-g41m-es2l/acpi/x4x_pci_irqs.asl
@@ -20,6 +20,11 @@ Method(_PRT)
 {
 	If (PICM) {
 		Return (Package() {
+			/* PEG */
+			Package() { 0x0001ffff, 0, 0, 16 },
+			Package() { 0x0001ffff, 1, 0, 17 },
+			Package() { 0x0001ffff, 2, 0, 18 },
+			Package() { 0x0001ffff, 3, 0, 19 },
 			/* Internal GFX */
 			Package() { 0x0002ffff, 0, 0, 16 },
 			Package() { 0x0002ffff, 1, 0, 17 },
@@ -46,6 +51,11 @@ Method(_PRT)
 		})
 	} Else {
 		Return (Package() {
+			/* PEG */
+			Package() { 0x0001ffff, 0, \_SB.PCI0.LPCB.LNKA, 0 },
+			Package() { 0x0001ffff, 1, \_SB.PCI0.LPCB.LNKB, 0 },
+			Package() { 0x0001ffff, 2, \_SB.PCI0.LPCB.LNKC, 0 },
+			Package() { 0x0001ffff, 3, \_SB.PCI0.LPCB.LNKD, 0 },
 			/* Internal GFX */
 			Package() { 0x0002ffff, 0, \_SB.PCI0.LPCB.LNKA, 0 },
 			Package() { 0x0002ffff, 1, \_SB.PCI0.LPCB.LNKB, 0 },



More information about the coreboot-gerrit mailing list