diff options
author | Matt DeVillier <matt.devillier@gmail.com> | 2023-04-30 16:59:17 -0500 |
---|---|---|
committer | Matt DeVillier <matt.devillier@amd.corp-partner.google.com> | 2023-05-03 16:05:40 +0000 |
commit | d095fd8cf1042942f8ec3843d4e9846ef9940038 (patch) | |
tree | af988bcb4717bfaeb184274a7debbeb34e197c86 /src/mainboard/google | |
parent | 8d3ca33d15313a03ea0793e8f38f3e4e1c4ce10e (diff) |
mb/google/reef: Disable Intel Trace Hub PCI device
It's not particularly useful to end users, and shows up as an unknown
PCI device under Windows Device Manager.
TEST=build reef, boot Windows, verify unknown PCI device no longer
present in Device Manager.
Change-Id: Ie8ec46e2e07b6635bfe9766812ce08b866c71d66
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/74890
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Diffstat (limited to 'src/mainboard/google')
5 files changed, 5 insertions, 5 deletions
diff --git a/src/mainboard/google/reef/variants/baseboard/devicetree.cb b/src/mainboard/google/reef/variants/baseboard/devicetree.cb index d24e67be51..34e4fbfaa0 100644 --- a/src/mainboard/google/reef/variants/baseboard/devicetree.cb +++ b/src/mainboard/google/reef/variants/baseboard/devicetree.cb @@ -120,7 +120,7 @@ chip soc/intel/apollolake device domain 0 on device pci 00.0 on end # - Host Bridge device pci 00.1 on end # - DPTF - device pci 00.2 on end # - NPK + device pci 00.2 off end # - NPK device pci 02.0 on # - Gen register "gfx" = "GMA_DEFAULT_PANEL(0)" end diff --git a/src/mainboard/google/reef/variants/coral/devicetree.cb b/src/mainboard/google/reef/variants/coral/devicetree.cb index f162519be4..f1d6030854 100644 --- a/src/mainboard/google/reef/variants/coral/devicetree.cb +++ b/src/mainboard/google/reef/variants/coral/devicetree.cb @@ -120,7 +120,7 @@ chip soc/intel/apollolake device domain 0 on device pci 00.0 on end # - Host Bridge device pci 00.1 on end # - DPTF - device pci 00.2 on end # - NPK + device pci 00.2 off end # - NPK device pci 02.0 on # - Gen register "gfx" = "GMA_DEFAULT_PANEL(0)" end diff --git a/src/mainboard/google/reef/variants/pyro/devicetree.cb b/src/mainboard/google/reef/variants/pyro/devicetree.cb index 79da9fd7a8..7f7706e462 100644 --- a/src/mainboard/google/reef/variants/pyro/devicetree.cb +++ b/src/mainboard/google/reef/variants/pyro/devicetree.cb @@ -129,7 +129,7 @@ chip soc/intel/apollolake device domain 0 on device pci 00.0 on end # - Host Bridge device pci 00.1 on end # - DPTF - device pci 00.2 on end # - NPK + device pci 00.2 off end # - NPK device pci 02.0 on # - Gen register "gfx" = "GMA_DEFAULT_PANEL(0)" end diff --git a/src/mainboard/google/reef/variants/sand/devicetree.cb b/src/mainboard/google/reef/variants/sand/devicetree.cb index 45007f09f0..7fe9d4f027 100644 --- a/src/mainboard/google/reef/variants/sand/devicetree.cb +++ b/src/mainboard/google/reef/variants/sand/devicetree.cb @@ -116,7 +116,7 @@ chip soc/intel/apollolake device domain 0 on device pci 00.0 on end # - Host Bridge device pci 00.1 on end # - DPTF - device pci 00.2 on end # - NPK + device pci 00.2 off end # - NPK device pci 02.0 on # - Gen register "gfx" = "GMA_DEFAULT_PANEL(0)" end diff --git a/src/mainboard/google/reef/variants/snappy/devicetree.cb b/src/mainboard/google/reef/variants/snappy/devicetree.cb index ec9ea9c114..f2b069ffb6 100644 --- a/src/mainboard/google/reef/variants/snappy/devicetree.cb +++ b/src/mainboard/google/reef/variants/snappy/devicetree.cb @@ -125,7 +125,7 @@ chip soc/intel/apollolake device domain 0 on device pci 00.0 on end # - Host Bridge device pci 00.1 on end # - DPTF - device pci 00.2 on end # - NPK + device pci 00.2 off end # - NPK device pci 02.0 on # - Gen register "gfx" = "GMA_DEFAULT_PANEL(0)" end |