Add Minnowboard hardware support entry from gonzo
This commit is contained in:
parent
48823c8b94
commit
91b2738fc2
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=49847
1 changed files with 35 additions and 0 deletions
|
|
@ -849,4 +849,39 @@
|
|||
committing.</task>
|
||||
</help>
|
||||
</project>
|
||||
|
||||
<project cat='kern'>
|
||||
<title>I2C, GPIO, and SPI support for MinnowBoard</title>
|
||||
|
||||
<contact>
|
||||
<person>
|
||||
<name>
|
||||
<given>Oleksandr</given>
|
||||
<common>Tymoshenko</common>
|
||||
</name>
|
||||
<email>gonzo@FreeBSD.org</email>
|
||||
</person>
|
||||
</contact>
|
||||
|
||||
<links>
|
||||
<url href="https://kernelnomicon.org/?p=767">Blog Post</url>
|
||||
<url href="https://www.minnowboard.org">MinnowBoard Website</url>
|
||||
</links>
|
||||
|
||||
<body>
|
||||
<p>The Minnowboard is an Atom-based x86 board (Intel E38xx
|
||||
Series SoC) in a maker-friendly form-factor: it provides
|
||||
convenient access to pins that can be used to connect
|
||||
peripherals using one of the standard buses: GPIO, SPI, or I2C.
|
||||
These buses are more common in the ARM/MIPS world than in x86,
|
||||
so while &os; was able to boot just fine, it lacked support for
|
||||
these buses on the MinnowBoard.</p>
|
||||
|
||||
<p>As of r310645, HEAD support all three buses via
|
||||
<tt>ig4(4)</tt>, <tt>bytgpio(4)</tt>, and <tt>intelspi</tt>
|
||||
drivers. The <tt>ig4(4)</tt> and <tt>bytgpio(4)</tt> changes
|
||||
were backported to 11-STABLE; <tt>intelspi</tt> will be MFCed in
|
||||
couple of weeks.</p>
|
||||
</body>
|
||||
</project>
|
||||
</report>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue