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:
Michael LeMay 2016-02-20 22:03:44 -08:00 committed by Gerrit Code Review
commit 255fca99ae

View file

@ -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