doc: Note that Ethernet is supported for Galileo
Change-Id: Id8b0b2fe1a3dce6a5dd341637af09e8f99abc362 Signed-off-by: Michael LeMay <michael.lemay@intel.com>
This commit is contained in:
parent
308b5aad1b
commit
255fca99ae
1 changed files with 15 additions and 1 deletions
|
@ -94,6 +94,8 @@ The galileo board configuration supports the following hardware features:
|
|||
|
||||
* Serial Ports in Polling and Interrupt Driven Modes
|
||||
|
||||
* Ethernet in Interrupt Driven Mode
|
||||
|
||||
+-----------+------------+-----------------------+
|
||||
| Interface | Controller | Driver/Component |
|
||||
+===========+============+=======================+
|
||||
|
@ -106,6 +108,8 @@ The galileo board configuration supports the following hardware features:
|
|||
| UART | on-chip | serial port-polling; |
|
||||
| | | serial port-interrupt |
|
||||
+-----------+------------+-----------------------+
|
||||
| Ethernet | on-chip | Ethernet |
|
||||
+-----------+------------+-----------------------+
|
||||
|
||||
The kernel currently does not support other hardware features.
|
||||
See the `Intel® Quark Core Hardware Reference Manual`_ for a
|
||||
|
@ -167,6 +171,17 @@ HPET System Clock Support
|
|||
Galileo uses HPET timing with legacy-free timer support. The galileo platform
|
||||
configuration uses HPET as a system clock timer.
|
||||
|
||||
Ethernet Support
|
||||
================
|
||||
|
||||
The Ethernet driver allocates a Direct Memory Access (DMA)-accessible
|
||||
pair of receive and transmit buffers and descriptors. The driver
|
||||
operates the network interface in store-and-forward mode and enables
|
||||
the receive interrupt.
|
||||
|
||||
For more information, see `Intel® Quark SoC X1000 Datasheet`_,
|
||||
section 15.0 10/100 Mbps Ethernet
|
||||
|
||||
Procedures
|
||||
**********
|
||||
|
||||
|
@ -336,7 +351,6 @@ At this time, the kernel does not support the following:
|
|||
|
||||
* Isolated Memory Regions
|
||||
* Serial port in Direct Memory Access (DMA) mode
|
||||
* Ethernet
|
||||
* Supervisor Mode Execution Protection (SMEP)
|
||||
|
||||
Bibliography
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue