[coreboot-gerrit] New patch to review for coreboot: sb/intel/lynxpoint: enumerate missing USB ports in ACPI

Matt DeVillier (matt.devillier@gmail.com) gerrit at coreboot.org
Sun Nov 20 20:48:37 CET 2016


Matt DeVillier (matt.devillier at gmail.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17539

-gerrit

commit c998623613638f84d588b97054cf0d72c8ed6a0d
Author: CoolStar <coolstarorganization at gmail.com>
Date:   Thu Jul 14 12:42:11 2016 -0700

    sb/intel/lynxpoint: enumerate missing USB ports in ACPI
    
    Lynxpoint supports up to 7 ECHI ports and 4 XHCI ports.  Enumerate missing
    port names to enable addition of board-specific details for each port.
    
    Change-Id: Ic90c956647f11bf4ebaf174d539a1a8b3255766b
    Signed-off-by: Matt DeVillier <matt.devillier at gmail.com>
---
 src/southbridge/intel/lynxpoint/acpi/usb.asl | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/southbridge/intel/lynxpoint/acpi/usb.asl b/src/southbridge/intel/lynxpoint/acpi/usb.asl
index b02cbfe..a17633d 100644
--- a/src/southbridge/intel/lynxpoint/acpi/usb.asl
+++ b/src/southbridge/intel/lynxpoint/acpi/usb.asl
@@ -56,6 +56,7 @@ Device (EHCI)
 		Device (PRT4) { Name (_ADR, 4) } // USB Port 3
 		Device (PRT5) { Name (_ADR, 5) } // USB Port 4
 		Device (PRT6) { Name (_ADR, 6) } // USB Port 5
+		Device (PRT7) { Name (_ADR, 7) } // USB Port 6
 	}
 }
 
@@ -400,5 +401,10 @@ Device (XHCI)
 		Device (PRT4) { Name (_ADR, 4) } // USB Port 3
 		Device (PRT5) { Name (_ADR, 5) } // USB Port 4
 		Device (PRT6) { Name (_ADR, 6) } // USB Port 5
+		Device (PRT7) { Name (_ADR, 7) } // USB Port 6
+		Device (SSP1) { Name (_ADR, 10) }
+		Device (SSP2) { Name (_ADR, 11) }
+		Device (SSP3) { Name (_ADR, 12) }
+		Device (SSP4) { Name (_ADR, 13) }
 	}
 }



More information about the coreboot-gerrit mailing list