From 6846b6dd0597cb5d22e5c0734984e7756041e771 Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Tue, 6 Mar 2018 22:02:58 -0800 Subject: [PATCH 1/2] doc: set version to 0.1 Signed-off-by: David B. Kinder --- conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.py b/conf.py index 0286eabd6..c9a36171c 100644 --- a/conf.py +++ b/conf.py @@ -54,9 +54,9 @@ author = u'Project ARCN developers' # built documents. # # The short X.Y version. -version = u'1.0.0' +version = u'0.1' # The full version, including alpha/beta/rc tags. -release = u'1.0.0' +release = u'0.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. From 7f2dd9b301f9e756ca060a581e4496af6e1be7f6 Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Tue, 6 Mar 2018 23:12:41 -0800 Subject: [PATCH 2/2] add supported hardware Signed-off-by: David B. Kinder --- conf.py | 14 ++++++++++++++ hardware.rst | 18 ++++++++++++++++++ index.rst | 1 + 3 files changed, 33 insertions(+) create mode 100644 hardware.rst diff --git a/conf.py b/conf.py index c9a36171c..465aaed42 100644 --- a/conf.py +++ b/conf.py @@ -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 = { diff --git a/hardware.rst b/hardware.rst new file mode 100644 index 000000000..2ad50ed38 --- /dev/null +++ b/hardware.rst @@ -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 + `_ +* Intel |reg| Celeron |reg| Processor J3455 +* Tested NUC with 8GB of RAM and using an 128GB SSD diff --git a/index.rst b/index.rst index 3a0e84267..1e05925b8 100644 --- a/index.rst +++ b/index.rst @@ -25,6 +25,7 @@ Sections :maxdepth: 1 introduction/index.rst + hardware.rst getting_started/index.rst hypervisor_primer/index.rst release_notes.rst