add supported hardware

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2018-03-06 23:12:41 -08:00 committed by lijinxia
parent 4d102928fc
commit b966397914
3 changed files with 33 additions and 0 deletions

View File

@ -182,6 +182,20 @@ texinfo_documents = [
'Miscellaneous'),
]
rst_epilog = """
.. |copy| unicode:: U+000A9 .. COPYRIGHT SIGN
:ltrim:
.. |trade| unicode:: U+02122 .. TRADEMARK SIGN
:ltrim:
.. |reg| unicode:: U+000AE .. REGISTERED TRADEMARK SIGN
:ltrim:
.. |deg| unicode:: U+000B0 .. DEGREE SIGN
:ltrim:
.. |plusminus| unicode:: U+000B1 .. PLUS-MINUS SIGN
:rtrim:
.. |micro| unicode:: U+000B5 .. MICRO SIGN
:rtrim:
"""
breathe_projects = {

18
doc/hardware.rst Normal file
View File

@ -0,0 +1,18 @@
.. _hardware:
Supported Hardware
##################
We welcome community contributions to help build Project ACRN support
for a broad collection of architectures and platforms.
This initial release of Project ACRN has been tested on the following
hardware platform.
Intel Apollo Lake NUC
*********************
* `Intel NUC Kit NUC6CAYH Reference
<https://www.intel.com/content/www/us/en/products/boards-kits/nuc/kits/nuc6cayh.html>`_
* Intel |reg| Celeron |reg| Processor J3455
* Tested NUC with 8GB of RAM and using an 128GB SSD

View File

@ -25,6 +25,7 @@ Sections
:maxdepth: 1
introduction/index.rst
hardware.rst
getting_started/index.rst
hypervisor_primer/index.rst
release_notes.rst