All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] doc: board: Add missing board index.rst files
@ 2019-07-26  2:04 Bin Meng
  2019-07-26  3:44 ` Heinrich Schuchardt
  2019-07-30  1:24 ` Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Bin Meng @ 2019-07-26  2:04 UTC (permalink / raw)
  To: u-boot

These board index.rst files are missing in previous html doc patch
series, hence it causes some build warnings. Add those files.

Reported-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
---

 doc/board/AndesTech/index.rst | 10 ++++++++++
 doc/board/atmel/index.rst     |  9 +++++++++
 doc/board/freescale/index.rst |  9 +++++++++
 doc/board/renesas/index.rst   | 10 ++++++++++
 doc/board/sifive/index.rst    |  9 +++++++++
 doc/board/xilinx/index.rst    |  9 +++++++++
 6 files changed, 56 insertions(+)
 create mode 100644 doc/board/AndesTech/index.rst
 create mode 100644 doc/board/atmel/index.rst
 create mode 100644 doc/board/freescale/index.rst
 create mode 100644 doc/board/renesas/index.rst
 create mode 100644 doc/board/sifive/index.rst
 create mode 100644 doc/board/xilinx/index.rst

diff --git a/doc/board/AndesTech/index.rst b/doc/board/AndesTech/index.rst
new file mode 100644
index 0000000..d8f7d15
--- /dev/null
+++ b/doc/board/AndesTech/index.rst
@@ -0,0 +1,10 @@
+.. SPDX-License-Identifier: GPL-2.0+
+
+Andes Tech
+==========
+
+.. toctree::
+   :maxdepth: 2
+
+   adp-ag101p
+   ax25-ae350
diff --git a/doc/board/atmel/index.rst b/doc/board/atmel/index.rst
new file mode 100644
index 0000000..8ba00fc
--- /dev/null
+++ b/doc/board/atmel/index.rst
@@ -0,0 +1,9 @@
+.. SPDX-License-Identifier: GPL-2.0+
+
+Atmel
+=====
+
+.. toctree::
+   :maxdepth: 2
+
+   at91ek
diff --git a/doc/board/freescale/index.rst b/doc/board/freescale/index.rst
new file mode 100644
index 0000000..8d42b35
--- /dev/null
+++ b/doc/board/freescale/index.rst
@@ -0,0 +1,9 @@
+.. SPDX-License-Identifier: GPL-2.0+
+
+Freescale
+=========
+
+.. toctree::
+   :maxdepth: 2
+
+   b4860qds
diff --git a/doc/board/renesas/index.rst b/doc/board/renesas/index.rst
new file mode 100644
index 0000000..34e62ba
--- /dev/null
+++ b/doc/board/renesas/index.rst
@@ -0,0 +1,10 @@
+.. SPDX-License-Identifier: GPL-2.0+
+
+Renesas
+=======
+
+.. toctree::
+   :maxdepth: 2
+
+   sh7752evb
+   sh7753evb
diff --git a/doc/board/sifive/index.rst b/doc/board/sifive/index.rst
new file mode 100644
index 0000000..ad614c9
--- /dev/null
+++ b/doc/board/sifive/index.rst
@@ -0,0 +1,9 @@
+.. SPDX-License-Identifier: GPL-2.0+
+
+SiFive
+======
+
+.. toctree::
+   :maxdepth: 2
+
+   fu540
diff --git a/doc/board/xilinx/index.rst b/doc/board/xilinx/index.rst
new file mode 100644
index 0000000..2416fbd
--- /dev/null
+++ b/doc/board/xilinx/index.rst
@@ -0,0 +1,9 @@
+.. SPDX-License-Identifier: GPL-2.0+
+
+Xilinx
+======
+
+.. toctree::
+   :maxdepth: 2
+
+   zynq
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] doc: board: Add missing board index.rst files
  2019-07-26  2:04 [U-Boot] [PATCH] doc: board: Add missing board index.rst files Bin Meng
@ 2019-07-26  3:44 ` Heinrich Schuchardt
  2019-07-30  1:24 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Heinrich Schuchardt @ 2019-07-26  3:44 UTC (permalink / raw)
  To: u-boot

On 7/26/19 4:04 AM, Bin Meng wrote:
> These board index.rst files are missing in previous html doc patch
> series, hence it causes some build warnings. Add those files.
>
> Reported-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
> ---
>
>   doc/board/AndesTech/index.rst | 10 ++++++++++
>   doc/board/atmel/index.rst     |  9 +++++++++
>   doc/board/freescale/index.rst |  9 +++++++++
>   doc/board/renesas/index.rst   | 10 ++++++++++
>   doc/board/sifive/index.rst    |  9 +++++++++
>   doc/board/xilinx/index.rst    |  9 +++++++++
>   6 files changed, 56 insertions(+)
>   create mode 100644 doc/board/AndesTech/index.rst
>   create mode 100644 doc/board/atmel/index.rst
>   create mode 100644 doc/board/freescale/index.rst
>   create mode 100644 doc/board/renesas/index.rst
>   create mode 100644 doc/board/sifive/index.rst
>   create mode 100644 doc/board/xilinx/index.rst
>
> diff --git a/doc/board/AndesTech/index.rst b/doc/board/AndesTech/index.rst
> new file mode 100644
> index 0000000..d8f7d15
> --- /dev/null
> +++ b/doc/board/AndesTech/index.rst
> @@ -0,0 +1,10 @@
> +.. SPDX-License-Identifier: GPL-2.0+
> +
> +Andes Tech
> +==========
> +
> +.. toctree::
> +   :maxdepth: 2
> +
> +   adp-ag101p
> +   ax25-ae350
> diff --git a/doc/board/atmel/index.rst b/doc/board/atmel/index.rst
> new file mode 100644
> index 0000000..8ba00fc
> --- /dev/null
> +++ b/doc/board/atmel/index.rst
> @@ -0,0 +1,9 @@
> +.. SPDX-License-Identifier: GPL-2.0+
> +
> +Atmel
> +=====
> +
> +.. toctree::
> +   :maxdepth: 2
> +
> +   at91ek
> diff --git a/doc/board/freescale/index.rst b/doc/board/freescale/index.rst
> new file mode 100644
> index 0000000..8d42b35
> --- /dev/null
> +++ b/doc/board/freescale/index.rst
> @@ -0,0 +1,9 @@
> +.. SPDX-License-Identifier: GPL-2.0+
> +
> +Freescale
> +=========
> +
> +.. toctree::
> +   :maxdepth: 2
> +
> +   b4860qds
> diff --git a/doc/board/renesas/index.rst b/doc/board/renesas/index.rst
> new file mode 100644
> index 0000000..34e62ba
> --- /dev/null
> +++ b/doc/board/renesas/index.rst
> @@ -0,0 +1,10 @@
> +.. SPDX-License-Identifier: GPL-2.0+
> +
> +Renesas
> +=======
> +
> +.. toctree::
> +   :maxdepth: 2
> +
> +   sh7752evb
> +   sh7753evb
> diff --git a/doc/board/sifive/index.rst b/doc/board/sifive/index.rst
> new file mode 100644
> index 0000000..ad614c9
> --- /dev/null
> +++ b/doc/board/sifive/index.rst
> @@ -0,0 +1,9 @@
> +.. SPDX-License-Identifier: GPL-2.0+
> +
> +SiFive
> +======
> +
> +.. toctree::
> +   :maxdepth: 2
> +
> +   fu540
> diff --git a/doc/board/xilinx/index.rst b/doc/board/xilinx/index.rst
> new file mode 100644
> index 0000000..2416fbd
> --- /dev/null
> +++ b/doc/board/xilinx/index.rst
> @@ -0,0 +1,9 @@
> +.. SPDX-License-Identifier: GPL-2.0+
> +
> +Xilinx
> +======
> +
> +.. toctree::
> +   :maxdepth: 2
> +
> +   zynq
>

Thanks for the patch.

Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] doc: board: Add missing board index.rst files
  2019-07-26  2:04 [U-Boot] [PATCH] doc: board: Add missing board index.rst files Bin Meng
  2019-07-26  3:44 ` Heinrich Schuchardt
@ 2019-07-30  1:24 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2019-07-30  1:24 UTC (permalink / raw)
  To: u-boot

On Thu, Jul 25, 2019 at 07:04:04PM -0700, Bin Meng wrote:

> These board index.rst files are missing in previous html doc patch
> series, hence it causes some build warnings. Add those files.
> 
> Reported-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190729/93556884/attachment.sig>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-07-30  1:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-26  2:04 [U-Boot] [PATCH] doc: board: Add missing board index.rst files Bin Meng
2019-07-26  3:44 ` Heinrich Schuchardt
2019-07-30  1:24 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.