[coreboot-gerrit] Change in coreboot[master]: soc/baytrail: add missing USB port defs

Matt DeVillier (Code Review) gerrit at coreboot.org
Sun May 28 20:00:17 CEST 2017


Matt DeVillier has uploaded a new change for review. ( https://review.coreboot.org/19972 )

Change subject: soc/baytrail: add missing USB port defs
......................................................................

soc/baytrail: add missing USB port defs

Add device/address stub for XHCI USB port 7.
Stub data will be supplemented by board-specific info
added in subsequent commits.

Change-Id: Iae874a9ba01e9428e07cf7ff15e663365b2354a9
Signed-off-by: Matt DeVillier <matt.devillier at gmail.com>
---
M src/soc/intel/baytrail/acpi/xhci.asl
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/72/19972/1

diff --git a/src/soc/intel/baytrail/acpi/xhci.asl b/src/soc/intel/baytrail/acpi/xhci.asl
index dbd3447..bef0b9f 100644
--- a/src/soc/intel/baytrail/acpi/xhci.asl
+++ b/src/soc/intel/baytrail/acpi/xhci.asl
@@ -27,5 +27,6 @@
 		Device (PRT2) { Name (_ADR, 2) }
 		Device (PRT3) { Name (_ADR, 3) }
 		Device (PRT4) { Name (_ADR, 4) }
+		Device (SSP1) { Name (_ADR, 7) }
 	}
 }

-- 
To view, visit https://review.coreboot.org/19972
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iae874a9ba01e9428e07cf7ff15e663365b2354a9
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Matt DeVillier <matt.devillier at gmail.com>



More information about the coreboot-gerrit mailing list