Add report for some ARM hardware support work
Approved by: hrs (mentor, implicit)
This commit is contained in:
parent
dd54f7bfbe
commit
43c834c8e1
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46542
1 changed files with 61 additions and 0 deletions
|
@ -1199,4 +1199,65 @@ WITHOUT_FORTH=y</pre>
|
|||
</help>
|
||||
</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/280905" />
|
||||
</links>
|
||||
|
||||
<body>
|
||||
<p>We made the changes necessary to support various Amlogic SoC
|
||||
devices, specifically aml8726-m6 and aml8726-m8b SoC-based devices.
|
||||
The aml8726-m6 SoC is used in devices such as the Visson
|
||||
ATV-102, and the Hardkernel ODROID-C1 board uses the
|
||||
aml8726-m8b SoC. The following support is included:</p>
|
||||
|
||||
<ul>
|
||||
<li>Basic machdep code</li>
|
||||
<li>SMP</li>
|
||||
<li>Interrupt controller</li>
|
||||
<li>Clock control driver (aka gate)</li>
|
||||
<li>Pinctrl</li>
|
||||
<li>Timer</li>
|
||||
<li>Real time clock</li>
|
||||
<li>UART</li>
|
||||
<li>GPIO</li>
|
||||
<li>I2C</li>
|
||||
<li>SD controller</li>
|
||||
<li>SDXC controller</li>
|
||||
<li>USB</li>
|
||||
<li>Watchdog</li>
|
||||
<li>Random number generator</li>
|
||||
<li>PLL / Clock frequency measurement</li>
|
||||
<li>Frame buffer</li>
|
||||
</ul>
|
||||
</body>
|
||||
|
||||
<help>
|
||||
<task>
|
||||
<p>Get the DWC driver working.</p>
|
||||
</task>
|
||||
</help>
|
||||
</project>
|
||||
|
||||
</report>
|
||||
|
|
Loading…
Reference in a new issue