diff options
author | Marshall Buschman <mbuschman@lucidmachines.com> | 2011-06-18 12:04:41 -0500 |
---|---|---|
committer | Marc Jones <marcj303@gmail.com> | 2011-06-20 17:12:11 +0200 |
commit | b531e4e8dece39ab6ade533a4e378f957697aa32 (patch) | |
tree | efd5ddf5e3f33f8f1fded2c7bdbc27581e7dd3b2 /src | |
parent | 8fed77ae4c46122859d0718678e54546e126d4bc (diff) | |
download | coreboot-b531e4e8dece39ab6ade533a4e378f957697aa32.tar.xz |
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>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/asrock/e350m1/devicetree.cb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/asrock/e350m1/devicetree.cb b/src/mainboard/asrock/e350m1/devicetree.cb index bc3bd18311..43607ebb02 100644 --- a/src/mainboard/asrock/e350m1/devicetree.cb +++ b/src/mainboard/asrock/e350m1/devicetree.cb @@ -100,8 +100,8 @@ chip northbridge/amd/agesa_wrapper/family14/root_complex device pci 14.4 on end # PCI 0x4384 device pci 14.5 on end # USB 2 device pci 15.0 on end # PCIe PortA - device pci 15.1 on end # PCIe PortB - device pci 15.2 off end # PCIe PortC + device pci 15.1 on end # PCIe PortB: NIC + device pci 15.2 on end # PCIe PortC: USB3 device pci 15.3 off end # PCIe PortD # gpp_configuration options |