diff mbox series

doc: Link to some useful talks

Message ID 20230205223052.227883-1-sjg@chromium.org
State Accepted, archived
Commit 8ad7cfec37b72c6bd629b4f1a18bf3ceebf9bd57
Delegated to: Heinrich Schuchardt
Headers show
Series doc: Link to some useful talks | expand

Commit Message

Simon Glass Feb. 5, 2023, 10:30 p.m. UTC
Talks are a great way to learn about U-Boot and have been lost now that
the Denx Wiki has gone away.

These are stored at elinux.org so link to that .

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 doc/index.rst       |  1 +
 doc/learn/index.rst |  9 +++++++++
 doc/learn/talks.rst | 11 +++++++++++
 3 files changed, 21 insertions(+)
 create mode 100644 doc/learn/index.rst
 create mode 100644 doc/learn/talks.rst

Comments

Sean Anderson Feb. 8, 2023, 12:38 p.m. UTC | #1
On 2/5/23 17:30, Simon Glass wrote:
> Talks are a great way to learn about U-Boot and have been lost now that
> the Denx Wiki has gone away.
> 
> These are stored at elinux.org so link to that .
> 
> Signed-off-by: Simon Glass <sjg@chromium.org>
> ---
> 
>   doc/index.rst       |  1 +
>   doc/learn/index.rst |  9 +++++++++
>   doc/learn/talks.rst | 11 +++++++++++
>   3 files changed, 21 insertions(+)
>   create mode 100644 doc/learn/index.rst
>   create mode 100644 doc/learn/talks.rst
> 
> diff --git a/doc/index.rst b/doc/index.rst
> index 02de1d46842..57b42c68e44 100644
> --- a/doc/index.rst
> +++ b/doc/index.rst
> @@ -25,6 +25,7 @@ trying to get it to work optimally on a given system.
>      :maxdepth: 2
>   
>      build/index
> +   learn/index
>      usage/index
>   
>   Developer-oriented documentation
> diff --git a/doc/learn/index.rst b/doc/learn/index.rst
> new file mode 100644
> index 00000000000..8075c01d1df
> --- /dev/null
> +++ b/doc/learn/index.rst
> @@ -0,0 +1,9 @@
> +.. SPDX-License-Identifier: GPL-2.0+
> +
> +Learn about U-Boot
> +==================
> +
> +.. toctree::
> +   :maxdepth: 1
> +
> +   talks
> diff --git a/doc/learn/talks.rst b/doc/learn/talks.rst
> new file mode 100644
> index 00000000000..33bac483e17
> --- /dev/null
> +++ b/doc/learn/talks.rst
> @@ -0,0 +1,11 @@
> +.. SPDX-License-Identifier: GPL-2.0+
> +
> +U-Boot Talks
> +============
> +
> +U-Boot is a topic at various conferences each year. These talkes might help you
> +learn a bit about U-Boot.
> +
> +See elinux_talks_ for a list.
> +
> +.. _elinux_talks: https://elinux.org/Boot_Loaders#U-Boot

Reviewed-by: Sean Anderson <seanga2@gmail.com>
diff mbox series

Patch

diff --git a/doc/index.rst b/doc/index.rst
index 02de1d46842..57b42c68e44 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -25,6 +25,7 @@  trying to get it to work optimally on a given system.
    :maxdepth: 2
 
    build/index
+   learn/index
    usage/index
 
 Developer-oriented documentation
diff --git a/doc/learn/index.rst b/doc/learn/index.rst
new file mode 100644
index 00000000000..8075c01d1df
--- /dev/null
+++ b/doc/learn/index.rst
@@ -0,0 +1,9 @@ 
+.. SPDX-License-Identifier: GPL-2.0+
+
+Learn about U-Boot
+==================
+
+.. toctree::
+   :maxdepth: 1
+
+   talks
diff --git a/doc/learn/talks.rst b/doc/learn/talks.rst
new file mode 100644
index 00000000000..33bac483e17
--- /dev/null
+++ b/doc/learn/talks.rst
@@ -0,0 +1,11 @@ 
+.. SPDX-License-Identifier: GPL-2.0+
+
+U-Boot Talks
+============
+
+U-Boot is a topic at various conferences each year. These talkes might help you
+learn a bit about U-Boot.
+
+See elinux_talks_ for a list.
+
+.. _elinux_talks: https://elinux.org/Boot_Loaders#U-Boot