doc: rename basic_minuteia to qemu_x86

Change-Id: Ie639739f8d98456f9e6571ff7816958042536568
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2016-01-30 06:40:36 -05:00
commit 22c86a6907
2 changed files with 13 additions and 27 deletions

View file

@ -45,7 +45,7 @@ The following sections provide details on the respective platforms:
minnowboard.rst minnowboard.rst
qemu_cortex_m3.rst qemu_cortex_m3.rst
basic_minuteia.rst qemu_x86.rst
frdm_k64f.rst frdm_k64f.rst
galileo.rst galileo.rst
arduino_101.rst arduino_101.rst

View file

@ -1,13 +1,13 @@
.. _basic_minuteia: .. _qemu_x86:
Board Configuration: basic_minuteia Board Configuration: QEMU X86 (qemu_x86)
###################################### ########################################
Overview Overview
******** ********
The Zephyr Kernel uses the basic_minuteia board configuration The Zephyr Kernel uses the qemu_x86 board configuration to emulate pentium-class
to emulate the galileo board (or something similar) running on QEMU. systems running on QEMU.
It provides support for an x86 Minute IA CPU and the following devices: It provides support for an x86 Minute IA CPU and the following devices:
* HPET * HPET
@ -20,16 +20,12 @@ It provides support for an x86 Minute IA CPU and the following devices:
This board configuration makes no claims about its suitability for use This board configuration makes no claims about its suitability for use
with actual galileo hardware, or any other hardware. with actual galileo hardware, or any other hardware.
Supported Boards The qemu_x86 board configuration has been tested on QEMU 2.1.
****************
The basic_minuteia board configuration has been tested on QEMU 2.1.
Supported Features Supported Features
****************** ******************
The basic_minuteia board configuration supports the following The qemu_x86 board configuration supports the following hardware features:
hardware features:
+--------------+------------+-----------------------+ +--------------+------------+-----------------------+
| Interface | Controller | Driver/Component | | Interface | Controller | Driver/Component |
@ -44,27 +40,18 @@ hardware features:
The kernel currently does not support other hardware features on this platform. The kernel currently does not support other hardware features on this platform.
Interrupt Controller
====================
Refer to the :ref:`galileo`.
.. note::
The basic_minuteia board configuration does not support PCI.
HPET System Clock Support HPET System Clock Support
========================= =========================
The basic_minuteia board configuration uses an HPET clock frequency The qemu_x86 board configuration uses an HPET clock frequency of 25 MHz.
of 25 MHz.
Serial Port Serial Port
=========== ===========
The basic_minuteia board configuration uses a single serial The qemu_x86 board configuration uses a single serial communication channel that
communication channel that uses the NS16550 serial driver uses the NS16550 serial driver operating in polling mode. To override, enable
operating in polling mode. To override, enable the UART_INTERRUPT_DRIVEN the UART_INTERRUPT_DRIVEN Kconfig option, which allows the system to be
Kconfig option, which allows the system to be interrupt-driven. interrupt-driven.
Known Problems or Limitations Known Problems or Limitations
***************************** *****************************
@ -78,4 +65,3 @@ The following platform features are unsupported:
* Inter-Integrated Circuit (I2C) * Inter-Integrated Circuit (I2C)
* Ethernet * Ethernet
* Supervisor Mode Execution Protection (SMEP) * Supervisor Mode Execution Protection (SMEP)
* PCI