Add index.rst for board. More docs will be added later.

Signed-off-by: Bin Meng <bmeng...@gmail.com>
Reviewed-by: Heinrich Schuchardt <xypron.g...@gmx.de>
---

 doc/board/index.rst |  7 +++++++
 doc/index.rst       | 11 +++++++++++
 2 files changed, 18 insertions(+)
 create mode 100644 doc/board/index.rst

diff --git a/doc/board/index.rst b/doc/board/index.rst
new file mode 100644
index 0000000..b47f672
--- /dev/null
+++ b/doc/board/index.rst
@@ -0,0 +1,7 @@
+.. SPDX-License-Identifier: GPL-2.0+
+
+Board-specific doc
+==================
+
+.. toctree::
+   :maxdepth: 2
diff --git a/doc/index.rst b/doc/index.rst
index 6d42d94..9ae2e16 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -51,6 +51,17 @@ implementation.
 
    arch/index
 
+Board-specific doc
+------------------
+
+These books provide details about board-specific information. They are
+organized in a vendor subdirectory.
+
+.. toctree::
+   :maxdepth: 2
+
+   board/index
+
 Indices and tables
 ==================
 
-- 
2.7.4

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to