Add entry on SoftIron bringup work from andrew
This commit is contained in:
parent
1ac6952486
commit
9062aca7ee
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48047
1 changed files with 50 additions and 0 deletions
|
|
@ -3287,4 +3287,54 @@
|
|||
ABT Systems Ltd
|
||||
</sponsor>
|
||||
</project>
|
||||
|
||||
<project cat='arch'>
|
||||
<title>&os; on SoftIron Overdrive 3000</title>
|
||||
|
||||
<contact>
|
||||
<person>
|
||||
<name>
|
||||
<given>Andrew</given>
|
||||
<common>Turner</common>
|
||||
</name>
|
||||
<email>andrew@FreeBSD.org</email>
|
||||
</person>
|
||||
</contact>
|
||||
|
||||
<links>
|
||||
<url href="http://softiron.co.uk/products/">SoftIron Website</url>
|
||||
</links>
|
||||
|
||||
<body>
|
||||
<p>The SoftIron Overdrive 3000 is an ARMv8 based server with an
|
||||
8-core AMD Opteron A1100 processor. The Overdrive 3000 has
|
||||
two 10Gbase-T ethernet ports, two PCI Express ports, and eight
|
||||
SATA ports. &os; has been updated to be able to boot on this
|
||||
hardware.</p>
|
||||
|
||||
<p>Support for the SATA device was added to the
|
||||
<tt>ahci(4)</tt> driver. Unlike on x86, this is a Memory Mapped
|
||||
(mmio) device, and not on the PCI bus. To support this, a new
|
||||
ahci mmio driver attachment has been added.</p>
|
||||
|
||||
<p>The generic PCIe driver has been updated to improve interrupt
|
||||
handling. This includes supporting the interrupt-map devicetree
|
||||
property, and supporting MSI and MSI-X interrupts on arm64.</p>
|
||||
|
||||
<p>Support for MSI and MSI-X interrupts has been added to the ARM
|
||||
Generic Interrupt Controller v2 (gicv2) driver. This allows devices
|
||||
to use these interrupts. This has been tested with a collection
|
||||
of PCIe NIC hardware.</p>
|
||||
</body>
|
||||
|
||||
<sponsor>
|
||||
SoftIron Inc.
|
||||
</sponsor>
|
||||
|
||||
<help>
|
||||
<task>
|
||||
<p>Write a driver for the 10Gbase-T NIC.</p>
|
||||
</task>
|
||||
</help>
|
||||
</project>
|
||||
</report>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue