[coreboot-gerrit] Patch set updated for coreboot: mb/gigabyte/ga-g41m-es2l: Add IRQs for PCI express graphics in ACPI

Damien Zammit (damien@zamaudio.com) gerrit at coreboot.org
Wed Sep 7 07:37:32 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 180d3e409ebd448595c3595a85911cae6cf75ac0
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 | 4 ++++
 1 file changed, 4 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..aa617ea 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,8 @@ Method(_PRT)
 {
 	If (PICM) {
 		Return (Package() {
+			/* PEG */
+			Package() { 0x0001ffff, 0, 0, 16 },
 			/* Internal GFX */
 			Package() { 0x0002ffff, 0, 0, 16 },
 			Package() { 0x0002ffff, 1, 0, 17 },
@@ -46,6 +48,8 @@ Method(_PRT)
 		})
 	} Else {
 		Return (Package() {
+			/* PEG */
+			Package() { 0x0001ffff, 0, \_SB.PCI0.LPCB.LNKA, 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