google/slippy: add board-specific USB port info
commit39480c7204725a6b431c84219e96d6b0e655f249
authorMatt DeVillier <matt.devillier@gmail.com>
Mon, 17 Apr 2017 23:31:41 +0000 (17 18:31 -0500)
committerMartin Roth <martinroth@google.com>
Wed, 31 May 2017 17:11:03 +0000 (31 19:11 +0200)
treea781fc7da39e2b0f2000d08391f973ff386d9881
parent1186915c1f983f535102c52d467b68a52d92ca7d
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 <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/19967
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
src/mainboard/google/slippy/acpi/mainboard.asl
src/mainboard/google/slippy/variants/falco/include/variant/acpi/usb.asl [new file with mode: 0644]
src/mainboard/google/slippy/variants/leon/include/variant/acpi/usb.asl [new file with mode: 0644]
src/mainboard/google/slippy/variants/peppy/include/variant/acpi/usb.asl [new file with mode: 0644]
src/mainboard/google/slippy/variants/wolf/include/variant/acpi/usb.asl [new file with mode: 0644]