From 5ff460fc2e24b9cdf192c1e44c17137dfbe69b96 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Wed, 1 Aug 2018 21:32:36 -0500 Subject: google/rambi: disable TXE in devicetree for all variants The TXE PCI device serves no function under Linux, and doesn't work properly under Windows, so disable/hide it from the OS. Test: Boot Windows 10 on google/squawks, verify TXE not visible under Device Manager. Change-Id: Idaa152e15106b826fd5aa787090acd45719f4228 Signed-off-by: Matt DeVillier Reviewed-on: https://review.coreboot.org/c/30235 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/mainboard/google/rambi/variants/banjo/devicetree.cb | 2 +- src/mainboard/google/rambi/variants/candy/devicetree.cb | 2 +- src/mainboard/google/rambi/variants/clapper/devicetree.cb | 2 +- src/mainboard/google/rambi/variants/enguarde/devicetree.cb | 2 +- src/mainboard/google/rambi/variants/glimmer/devicetree.cb | 2 +- src/mainboard/google/rambi/variants/gnawty/devicetree.cb | 2 +- src/mainboard/google/rambi/variants/heli/devicetree.cb | 2 +- src/mainboard/google/rambi/variants/kip/devicetree.cb | 2 +- src/mainboard/google/rambi/variants/ninja/devicetree.cb | 2 +- src/mainboard/google/rambi/variants/orco/devicetree.cb | 2 +- src/mainboard/google/rambi/variants/quawks/devicetree.cb | 2 +- src/mainboard/google/rambi/variants/rambi/devicetree.cb | 2 +- src/mainboard/google/rambi/variants/squawks/devicetree.cb | 2 +- src/mainboard/google/rambi/variants/sumo/devicetree.cb | 2 +- src/mainboard/google/rambi/variants/swanky/devicetree.cb | 2 +- src/mainboard/google/rambi/variants/winky/devicetree.cb | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) (limited to 'src/mainboard/google/rambi') diff --git a/src/mainboard/google/rambi/variants/banjo/devicetree.cb b/src/mainboard/google/rambi/variants/banjo/devicetree.cb index acfb2719b4..55d9873fda 100644 --- a/src/mainboard/google/rambi/variants/banjo/devicetree.cb +++ b/src/mainboard/google/rambi/variants/banjo/devicetree.cb @@ -74,7 +74,7 @@ chip soc/intel/baytrail device pci 18.5 off end # I2C5 device pci 18.6 off end # I2C6 device pci 18.7 off end # I2C7 - device pci 1a.0 on end # TXE + device pci 1a.0 off end # TXE device pci 1b.0 on end # HDA device pci 1c.0 on end # PCIE_PORT1 device pci 1c.1 off end # PCIE_PORT2 diff --git a/src/mainboard/google/rambi/variants/candy/devicetree.cb b/src/mainboard/google/rambi/variants/candy/devicetree.cb index e4a39e9276..e048361b77 100644 --- a/src/mainboard/google/rambi/variants/candy/devicetree.cb +++ b/src/mainboard/google/rambi/variants/candy/devicetree.cb @@ -75,7 +75,7 @@ chip soc/intel/baytrail device pci 18.5 off end # I2C5 device pci 18.6 on end # I2C6 device pci 18.7 off end # I2C7 - device pci 1a.0 on end # TXE + device pci 1a.0 off end # TXE device pci 1b.0 on end # HDA device pci 1c.0 on end # PCIE_PORT1 device pci 1c.1 off end # PCIE_PORT2 diff --git a/src/mainboard/google/rambi/variants/clapper/devicetree.cb b/src/mainboard/google/rambi/variants/clapper/devicetree.cb index 497a0b1dea..1e50e53c77 100644 --- a/src/mainboard/google/rambi/variants/clapper/devicetree.cb +++ b/src/mainboard/google/rambi/variants/clapper/devicetree.cb @@ -62,7 +62,7 @@ chip soc/intel/baytrail device pci 18.5 off end # I2C5 device pci 18.6 on end # I2C6 device pci 18.7 off end # I2C7 - device pci 1a.0 on end # TXE + device pci 1a.0 off end # TXE device pci 1b.0 off end # HDA device pci 1c.0 on end # PCIE_PORT1 device pci 1c.1 on end # PCIE_PORT2 diff --git a/src/mainboard/google/rambi/variants/enguarde/devicetree.cb b/src/mainboard/google/rambi/variants/enguarde/devicetree.cb index 3b00bb789e..0db28d5edf 100644 --- a/src/mainboard/google/rambi/variants/enguarde/devicetree.cb +++ b/src/mainboard/google/rambi/variants/enguarde/devicetree.cb @@ -74,7 +74,7 @@ chip soc/intel/baytrail device pci 18.5 off end # I2C5 device pci 18.6 off end # I2C6 device pci 18.7 off end # I2C7 - device pci 1a.0 on end # TXE + device pci 1a.0 off end # TXE device pci 1b.0 on end # HDA device pci 1c.0 on end # PCIE_PORT1 device pci 1c.1 on end # PCIE_PORT2 diff --git a/src/mainboard/google/rambi/variants/glimmer/devicetree.cb b/src/mainboard/google/rambi/variants/glimmer/devicetree.cb index db26366b3a..5e7d6466dd 100644 --- a/src/mainboard/google/rambi/variants/glimmer/devicetree.cb +++ b/src/mainboard/google/rambi/variants/glimmer/devicetree.cb @@ -71,7 +71,7 @@ chip soc/intel/baytrail device pci 18.5 off end # I2C5 device pci 18.6 on end # I2C6 device pci 18.7 off end # I2C7 - device pci 1a.0 on end # TXE + device pci 1a.0 off end # TXE device pci 1b.0 on end # HDA device pci 1c.0 on end # PCIE_PORT1 device pci 1c.1 on end # PCIE_PORT2 diff --git a/src/mainboard/google/rambi/variants/gnawty/devicetree.cb b/src/mainboard/google/rambi/variants/gnawty/devicetree.cb index 30320ccd1f..3559d9941a 100644 --- a/src/mainboard/google/rambi/variants/gnawty/devicetree.cb +++ b/src/mainboard/google/rambi/variants/gnawty/devicetree.cb @@ -74,7 +74,7 @@ chip soc/intel/baytrail device pci 18.5 off end # I2C5 device pci 18.6 off end # I2C6 device pci 18.7 off end # I2C7 - device pci 1a.0 on end # TXE + device pci 1a.0 off end # TXE device pci 1b.0 on end # HDA device pci 1c.0 on end # PCIE_PORT1 device pci 1c.1 on end # PCIE_PORT2 diff --git a/src/mainboard/google/rambi/variants/heli/devicetree.cb b/src/mainboard/google/rambi/variants/heli/devicetree.cb index c3ec601a6c..d6536c35a5 100644 --- a/src/mainboard/google/rambi/variants/heli/devicetree.cb +++ b/src/mainboard/google/rambi/variants/heli/devicetree.cb @@ -75,7 +75,7 @@ chip soc/intel/baytrail device pci 18.5 off end # I2C5 device pci 18.6 off end # I2C6 device pci 18.7 off end # I2C7 - device pci 1a.0 on end # TXE + device pci 1a.0 off end # TXE device pci 1b.0 on end # HDA device pci 1c.0 on end # PCIE_PORT1 device pci 1c.1 on end # PCIE_PORT2 diff --git a/src/mainboard/google/rambi/variants/kip/devicetree.cb b/src/mainboard/google/rambi/variants/kip/devicetree.cb index 5bb99f0483..24facb300d 100644 --- a/src/mainboard/google/rambi/variants/kip/devicetree.cb +++ b/src/mainboard/google/rambi/variants/kip/devicetree.cb @@ -74,7 +74,7 @@ chip soc/intel/baytrail device pci 18.5 off end # I2C5 device pci 18.6 off end # I2C6 device pci 18.7 off end # I2C7 - device pci 1a.0 on end # TXE + device pci 1a.0 off end # TXE device pci 1b.0 on end # HDA device pci 1c.0 on end # PCIE_PORT1 device pci 1c.1 on end # PCIE_PORT2 diff --git a/src/mainboard/google/rambi/variants/ninja/devicetree.cb b/src/mainboard/google/rambi/variants/ninja/devicetree.cb index c983681378..b9e09e07ab 100644 --- a/src/mainboard/google/rambi/variants/ninja/devicetree.cb +++ b/src/mainboard/google/rambi/variants/ninja/devicetree.cb @@ -75,7 +75,7 @@ chip soc/intel/baytrail device pci 18.5 off end # I2C5 device pci 18.6 off end # I2C6 device pci 18.7 off end # I2C7 - device pci 1a.0 on end # TXE + device pci 1a.0 off end # TXE device pci 1b.0 on end # HDA device pci 1c.0 on end # PCIE_PORT1 device pci 1c.1 off end # PCIE_PORT2 diff --git a/src/mainboard/google/rambi/variants/orco/devicetree.cb b/src/mainboard/google/rambi/variants/orco/devicetree.cb index 63b60979fe..c6123367f4 100644 --- a/src/mainboard/google/rambi/variants/orco/devicetree.cb +++ b/src/mainboard/google/rambi/variants/orco/devicetree.cb @@ -74,7 +74,7 @@ chip soc/intel/baytrail device pci 18.5 off end # I2C5 device pci 18.6 off end # I2C6 device pci 18.7 off end # I2C7 - device pci 1a.0 on end # TXE + device pci 1a.0 off end # TXE device pci 1b.0 on end # HDA device pci 1c.0 on end # PCIE_PORT1 device pci 1c.1 on end # PCIE_PORT2 diff --git a/src/mainboard/google/rambi/variants/quawks/devicetree.cb b/src/mainboard/google/rambi/variants/quawks/devicetree.cb index 0e1f7895f1..ee0f38d498 100644 --- a/src/mainboard/google/rambi/variants/quawks/devicetree.cb +++ b/src/mainboard/google/rambi/variants/quawks/devicetree.cb @@ -71,7 +71,7 @@ chip soc/intel/baytrail device pci 18.5 off end # I2C5 device pci 18.6 off end # I2C6 device pci 18.7 off end # I2C7 - device pci 1a.0 on end # TXE + device pci 1a.0 off end # TXE device pci 1b.0 on end # HDA device pci 1c.0 on end # PCIE_PORT1 device pci 1c.1 on end # PCIE_PORT2 diff --git a/src/mainboard/google/rambi/variants/rambi/devicetree.cb b/src/mainboard/google/rambi/variants/rambi/devicetree.cb index a24bd33611..0fb7f14930 100644 --- a/src/mainboard/google/rambi/variants/rambi/devicetree.cb +++ b/src/mainboard/google/rambi/variants/rambi/devicetree.cb @@ -75,7 +75,7 @@ chip soc/intel/baytrail device pci 18.5 off end # I2C5 device pci 18.6 on end # I2C6 device pci 18.7 off end # I2C7 - device pci 1a.0 on end # TXE + device pci 1a.0 off end # TXE device pci 1b.0 on end # HDA device pci 1c.0 on end # PCIE_PORT1 device pci 1c.1 on end # PCIE_PORT2 diff --git a/src/mainboard/google/rambi/variants/squawks/devicetree.cb b/src/mainboard/google/rambi/variants/squawks/devicetree.cb index ae4bfe5103..4ed27be478 100644 --- a/src/mainboard/google/rambi/variants/squawks/devicetree.cb +++ b/src/mainboard/google/rambi/variants/squawks/devicetree.cb @@ -71,7 +71,7 @@ chip soc/intel/baytrail device pci 18.5 off end # I2C5 device pci 18.6 off end # I2C6 device pci 18.7 off end # I2C7 - device pci 1a.0 on end # TXE + device pci 1a.0 off end # TXE device pci 1b.0 on end # HDA device pci 1c.0 on end # PCIE_PORT1 device pci 1c.1 on end # PCIE_PORT2 diff --git a/src/mainboard/google/rambi/variants/sumo/devicetree.cb b/src/mainboard/google/rambi/variants/sumo/devicetree.cb index f354815077..8f093c61e5 100644 --- a/src/mainboard/google/rambi/variants/sumo/devicetree.cb +++ b/src/mainboard/google/rambi/variants/sumo/devicetree.cb @@ -75,7 +75,7 @@ chip soc/intel/baytrail device pci 18.5 off end # I2C5 device pci 18.6 on end # I2C6 device pci 18.7 off end # I2C7 - device pci 1a.0 on end # TXE + device pci 1a.0 off end # TXE device pci 1b.0 on end # HDA device pci 1c.0 on end # PCIE_PORT1 device pci 1c.1 off end # PCIE_PORT2 diff --git a/src/mainboard/google/rambi/variants/swanky/devicetree.cb b/src/mainboard/google/rambi/variants/swanky/devicetree.cb index d591e3fb6a..57f89109f3 100644 --- a/src/mainboard/google/rambi/variants/swanky/devicetree.cb +++ b/src/mainboard/google/rambi/variants/swanky/devicetree.cb @@ -74,7 +74,7 @@ chip soc/intel/baytrail device pci 18.5 off end # I2C5 device pci 18.6 off end # I2C6 device pci 18.7 off end # I2C7 - device pci 1a.0 on end # TXE + device pci 1a.0 off end # TXE device pci 1b.0 on end # HDA device pci 1c.0 on end # PCIE_PORT1 device pci 1c.1 on end # PCIE_PORT2 diff --git a/src/mainboard/google/rambi/variants/winky/devicetree.cb b/src/mainboard/google/rambi/variants/winky/devicetree.cb index 9c25d1eb67..ed582ad21b 100644 --- a/src/mainboard/google/rambi/variants/winky/devicetree.cb +++ b/src/mainboard/google/rambi/variants/winky/devicetree.cb @@ -75,7 +75,7 @@ chip soc/intel/baytrail device pci 18.5 off end # I2C5 device pci 18.6 off end # I2C6 device pci 18.7 off end # I2C7 - device pci 1a.0 on end # TXE + device pci 1a.0 off end # TXE device pci 1b.0 on end # HDA device pci 1c.0 on end # PCIE_PORT1 device pci 1c.1 on end # PCIE_PORT2 -- cgit v1.2.3