ASRock E350M1: Enable USB3 support
Requires Scott Duplichan's patch for NIC support. Enables required PCIe port for USB3 - does not interfere with normal operations on non-USB3 model. Change-Id: I451bb1b4f799d6485e75fa949933e25e821b65f9 Signed-off-by: Marshall Buschman <mbuschman@lucidmachines.com> Reviewed-on: http://review.coreboot.org/45 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones <marcj303@gmail.com>
This commit is contained in:
parent
8fed77ae4c
commit
b531e4e8de
|
@ -100,8 +100,8 @@ chip northbridge/amd/agesa_wrapper/family14/root_complex
|
||||||
device pci 14.4 on end # PCI 0x4384
|
device pci 14.4 on end # PCI 0x4384
|
||||||
device pci 14.5 on end # USB 2
|
device pci 14.5 on end # USB 2
|
||||||
device pci 15.0 on end # PCIe PortA
|
device pci 15.0 on end # PCIe PortA
|
||||||
device pci 15.1 on end # PCIe PortB
|
device pci 15.1 on end # PCIe PortB: NIC
|
||||||
device pci 15.2 off end # PCIe PortC
|
device pci 15.2 on end # PCIe PortC: USB3
|
||||||
device pci 15.3 off end # PCIe PortD
|
device pci 15.3 off end # PCIe PortD
|
||||||
|
|
||||||
# gpp_configuration options
|
# gpp_configuration options
|
||||||
|
|
Loading…
Reference in New Issue