diff options
author | Patrick Rudolph <patrick.rudolph@9elements.com> | 2020-06-18 11:34:19 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-06-22 12:01:44 +0000 |
commit | ae758fa41d887337dbdefbbe0be69053891386c0 (patch) | |
tree | e44afa84f24c7d0b601c3137e9e0903325bb14a7 | |
parent | bea1980c4eb4535c3d0fdd07165d74dc3fff1976 (diff) | |
download | coreboot-ae758fa41d887337dbdefbbe0be69053891386c0.tar.xz |
mb/prodrive/hermes: Disable xDCI
The PCI device is used for debugging only and as Windows 10 has no
default driver for it, disable it to not scare end users about "missing"
drivers.
Change-Id: I0b42a9b55f00826c5920c1c259b38382bdcdde72
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/42509
Reviewed-by: Christian Walter <christian.walter@9elements.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | src/mainboard/prodrive/hermes/devicetree.cb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/prodrive/hermes/devicetree.cb b/src/mainboard/prodrive/hermes/devicetree.cb index 45bd4221ed..c55ac92dc3 100644 --- a/src/mainboard/prodrive/hermes/devicetree.cb +++ b/src/mainboard/prodrive/hermes/devicetree.cb @@ -21,7 +21,7 @@ chip soc/intel/cannonlake device pci 08.0 on end # Gaussian Mixture device pci 12.0 on end # Thermal Subsystem device pci 14.0 on end # USB xHCI - device pci 14.1 on end # USB xDCI (OTG) + device pci 14.1 off end # USB xDCI (OTG) device pci 14.2 on end # RAM controller device pci 14.5 off end # SDCard |