From 39480c7204725a6b431c84219e96d6b0e655f249 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Mon, 17 Apr 2017 18:31:41 -0500 Subject: google/slippy: add board-specific USB port info Add capability and location data for USB ports/devices via _PLD and _UPC ACPI methods, which is utilized by Windows and required by macOS. Each slippy variant has slightly different USB port config; data for falco and leon to be added once available Change-Id: Icc3b5b1161f62ac0b840380679acafeff363cf45 Signed-off-by: Matt DeVillier Reviewed-on: https://review.coreboot.org/19967 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/mainboard/google/slippy/acpi/mainboard.asl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mainboard/google/slippy/acpi') diff --git a/src/mainboard/google/slippy/acpi/mainboard.asl b/src/mainboard/google/slippy/acpi/mainboard.asl index 7605e9e57c..f12a440661 100644 --- a/src/mainboard/google/slippy/acpi/mainboard.asl +++ b/src/mainboard/google/slippy/acpi/mainboard.asl @@ -23,3 +23,6 @@ Scope (\_SB) } #include + +/* USB port entries */ +#include -- cgit v1.2.3