diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2019-07-18 00:34:05 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-07-24 10:07:24 -0400 |
commit | 9dc054bb442f900c5d40c964110c5ba3247c2983 (patch) | |
tree | 20b72bef1ce27eca0a74285f088aca1bac44b4c4 /doc/board/intel/index.rst | |
parent | 428c3f55286192d3ec932698b50985dd9f212545 (diff) |
doc: board: Add Intel Crown Bay board doc
This extracts Intel Crown Bay board specific information from
README.x86, converts plain text documentation to reST format and
adds it to Sphinx TOC tree. No essential content change.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'doc/board/intel/index.rst')
-rw-r--r-- | doc/board/intel/index.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/board/intel/index.rst b/doc/board/intel/index.rst new file mode 100644 index 0000000000..93b8ba26aa --- /dev/null +++ b/doc/board/intel/index.rst @@ -0,0 +1,9 @@ +.. SPDX-License-Identifier: GPL-2.0+ + +Intel +===== + +.. toctree:: + :maxdepth: 2 + + crownbay |