Add report on supporting the ODROID-C1 board, from ganbold
This commit is contained in:
parent
89e5a7efd9
commit
2f12ca7c32
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47965
1 changed files with 37 additions and 0 deletions
|
@ -301,4 +301,41 @@
|
||||||
</task>
|
</task>
|
||||||
</help>
|
</help>
|
||||||
</project>
|
</project>
|
||||||
|
|
||||||
|
<project cat='arch'>
|
||||||
|
<title>&os; on newer ARM boards</title>
|
||||||
|
|
||||||
|
<contact>
|
||||||
|
<person>
|
||||||
|
<name>
|
||||||
|
<given>John</given>
|
||||||
|
<common>Wehle</common>
|
||||||
|
</name>
|
||||||
|
<email>john@feith.com</email>
|
||||||
|
</person>
|
||||||
|
|
||||||
|
<person>
|
||||||
|
<name>
|
||||||
|
<given>Ganbold</given>
|
||||||
|
<common>Tsagaankhuu</common>
|
||||||
|
</name>
|
||||||
|
<email>ganbold@FreeBSD.org</email>
|
||||||
|
</person>
|
||||||
|
</contact>
|
||||||
|
|
||||||
|
<links>
|
||||||
|
<url href="https://wiki.FreeBSD.org/FreeBSD/arm/Odroid-C1">&os; on Odroid-C1</url>
|
||||||
|
<url href="https://svnweb.FreeBSD.org/changeset/base/291683">Commit adding glue driver</url>
|
||||||
|
</links>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<p>This quarter, we made the changes necessary to support the
|
||||||
|
Amlogic Meson Ethernet controller on the Hardkernel ODROID-C1
|
||||||
|
board which has an Amlogic aml8726-m8b SoC. The main effort
|
||||||
|
needed was to write a glue driver for the Ethernet controller
|
||||||
|
— the Amlogic Meson Ethernet controller is compatible with
|
||||||
|
Synopsys DesignWare 10/100/1000 Ethernet MAC
|
||||||
|
(<tt>if_dwc</tt>).</p>
|
||||||
|
</body>
|
||||||
|
</project>
|
||||||
</report>
|
</report>
|
||||||
|
|
Loading…
Reference in a new issue