[coreboot-gerrit] Patch set updated for coreboot: soc/intel/broadwell: enumerate missing USB ports in ACPI

Prabal Saha (coolstarorganization@gmail.com) gerrit at coreboot.org
Tue Nov 22 02:46:05 CET 2016


Prabal Saha (coolstarorganization at gmail.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17541

-gerrit

commit ce4dd2465e961fc983e15a523d1b7bcb1943a818
Author: CoolStar <coolstarorganization at gmail.com>
Date:   Sun Aug 14 13:21:24 2016 -0700

    soc/intel/broadwell: enumerate missing USB ports in ACPI
    
    Broadwell supports up to 12 USB ports (4 at USB 3 speed).  Enumerate
    missing port names to enable addition of board-specific details for each
    port.
    
    Change-Id: I9f154a6f138934a862036d7af4400d491727f4a7
    Signed-off-by: Matt DeVillier <matt.devillier at gmail.com>
---
 src/soc/intel/broadwell/acpi/ehci.asl | 6 ++++++
 src/soc/intel/broadwell/acpi/xhci.asl | 6 ++++++
 2 files changed, 12 insertions(+)

diff --git a/src/soc/intel/broadwell/acpi/ehci.asl b/src/soc/intel/broadwell/acpi/ehci.asl
index 4db5aa9..f9e0f13 100644
--- a/src/soc/intel/broadwell/acpi/ehci.asl
+++ b/src/soc/intel/broadwell/acpi/ehci.asl
@@ -43,5 +43,11 @@ 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
+		Device (PRT8) { Name (_ADR, 8) } // USB Port 7
+                Device (PRT9) { Name (_ADR, 9) } // USB Port 8
+                Device (PRTA) { Name (_ADR, 10) } // USB Port 9
+                Device (PRTB) { Name (_ADR, 11) } // USB Port 10
+                Device (PRTC) { Name (_ADR, 12) } // USB Port 11
 	}
 }
diff --git a/src/soc/intel/broadwell/acpi/xhci.asl b/src/soc/intel/broadwell/acpi/xhci.asl
index a70ded9..e9be16c 100644
--- a/src/soc/intel/broadwell/acpi/xhci.asl
+++ b/src/soc/intel/broadwell/acpi/xhci.asl
@@ -362,5 +362,11 @@ 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 (PRT8) { Name (_ADR, 8) } // USB Port 7
+		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