Add Allwinner status report submitted by manu@freebsd.org.
Reviewed by: wblock@freebsd.org Sponsored by: iXsystems
This commit is contained in:
parent
a5f9126178
commit
0d7e65ffe0
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=49013
1 changed files with 91 additions and 0 deletions
|
@ -153,4 +153,95 @@
|
|||
the <tt>ruby@FreeBSD.org</tt> mailing list.</p>
|
||||
</body>
|
||||
</project>
|
||||
|
||||
<project cat='kern'>
|
||||
<title>ARM Allwinner SoC Support</title>
|
||||
|
||||
<contact>
|
||||
<person>
|
||||
<name>
|
||||
<given>Jared</given>
|
||||
<common>McNeill</common>
|
||||
</name>
|
||||
<email>jmcneill@freebsd.org</email>
|
||||
</person>
|
||||
<person>
|
||||
<name>
|
||||
<given>Emmanuel</given>
|
||||
<common>Vadot</common>
|
||||
</name>
|
||||
<email>manu@freebsd.org</email>
|
||||
</person>
|
||||
</contact>
|
||||
|
||||
<links>
|
||||
<url href="https://wiki.freebsd.org/FreeBSD/arm/Allwinner">Allwinner FreeBSD Wiki</url>
|
||||
</links>
|
||||
|
||||
<body>
|
||||
<p>Allwinner SoCs are used in multiple hobbyist devboards and
|
||||
single board computers. Recently, support for these SoCs
|
||||
received many updates.</p>
|
||||
|
||||
<p>Theses tasks were completed during the second quarter of
|
||||
2016:</p>
|
||||
|
||||
<ul>
|
||||
<li>Switch to upstream DTS is complete</li>
|
||||
|
||||
<li>A83T SoC support</li>
|
||||
|
||||
<li>H3 SoC support</li>
|
||||
|
||||
<li>Switch to new clock framework</li>
|
||||
|
||||
<li>Convert A10 interrupt controller to INTRNG</li>
|
||||
|
||||
<li>OHCI support</li>
|
||||
|
||||
<li>Generic ALLWINNER kernel config file</li>
|
||||
|
||||
<li>A20/A31 NMI support</li>
|
||||
|
||||
<li>AXP209 PMU interrupts, GPIO, and sensors support</li>
|
||||
|
||||
<li>A83T thermal sensor support</li>
|
||||
|
||||
<li>RSB (Reduced Serial Bus) support</li>
|
||||
|
||||
<li>AXP813/AXP818 PMU support</li>
|
||||
|
||||
<li>A83T Security ID support</li>
|
||||
|
||||
<li>Allwinner Gigabit Ethernet controller found in
|
||||
H3/A83T/A64</li>
|
||||
|
||||
<li>USB OTG
|
||||
<a href="https://reviews.freebsd.org/D5881">(in review)</a></li>
|
||||
|
||||
<li>A10/A20 Security ID support
|
||||
<a href="https://reviews.freebsd.org/D6383">(in review)</a></li>
|
||||
|
||||
<li>A13 SoC Support
|
||||
<a href="https://reviews.freebsd.org/D6809">(in review)</a></li>
|
||||
</ul>
|
||||
|
||||
<p>Ongoing work:</p>
|
||||
|
||||
<ul>
|
||||
<li>A64 support</li>
|
||||
|
||||
<li>Use U-Boot EFI implementation for ARM32/ARM64</li>
|
||||
</ul>
|
||||
</body>
|
||||
|
||||
<help>
|
||||
<task>SPI driver</task>
|
||||
|
||||
<task>LCD Support</task>
|
||||
|
||||
<task>Any unsupported hardware device that might be of
|
||||
interest.</task>
|
||||
</help>
|
||||
</project>
|
||||
</report>
|
||||
|
|
Loading…
Reference in a new issue