kontron/ktqm77: Tag all four USB3 ports switchable and SS capable
With the introduction of these options in commit b26156e
(bd82x6x/xhci: Set mask of ports switchable between USB2 and USB3.)
the default regressed to disable these capabilities. Maybe other boards
regressed too. I didn't check.
Change-Id: I220896e656d00145618e61d55b74904517c7d855
Signed-off-by: Nico Huber <nico.huber@secunet.com>
Reviewed-on: http://review.coreboot.org/11287
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
8d226f2dbf
commit
ee09d9c658
|
@ -44,6 +44,9 @@ chip northbridge/intel/sandybridge
|
||||||
register "c2_latency" = "101" # c2 not supported
|
register "c2_latency" = "101" # c2 not supported
|
||||||
register "p_cnt_throttling_supported" = "1"
|
register "p_cnt_throttling_supported" = "1"
|
||||||
|
|
||||||
|
register "xhci_switchable_ports" = "0x0f"
|
||||||
|
register "superspeed_capable_ports" = "0x0f"
|
||||||
|
|
||||||
device pci 14.0 on end # USB 3.0 Controller
|
device pci 14.0 on end # USB 3.0 Controller
|
||||||
device pci 16.0 on end # Management Engine Interface 1
|
device pci 16.0 on end # Management Engine Interface 1
|
||||||
device pci 16.1 off end # Management Engine Interface 2
|
device pci 16.1 off end # Management Engine Interface 2
|
||||||
|
|
Loading…
Reference in New Issue