doc: Link to some useful talks
authorSimon Glass <sjg@chromium.org>
Sun, 5 Feb 2023 22:30:52 +0000 (15:30 -0700)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 10 Feb 2023 12:05:39 +0000 (13:05 +0100)
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>
Reviewed-by: Sean Anderson <seanga2@gmail.com>
doc/index.rst
doc/learn/index.rst [new file with mode: 0644]
doc/learn/talks.rst [new file with mode: 0644]

index 02de1d4..57b42c6 100644 (file)
@@ -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 (file)
index 0000000..8075c01
--- /dev/null
@@ -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 (file)
index 0000000..33bac48
--- /dev/null
@@ -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