Marshall Buschman (mbuschman@lucidmachines.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/45
-gerrit
commit e50646e88e64af4305517ea8ded3c52bdf9f5bcc Author: Marshall Buschman mbuschman@lucidmachines.com Date: Sat Jun 18 12:04:41 2011 -0500
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 --- 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 bc3bd18..43607eb 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