diff options
| author | Simon Glass <[email protected]> | 2023-02-05 15:30:52 -0700 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2023-02-10 13:05:39 +0100 |
| commit | 8ad7cfec37b72c6bd629b4f1a18bf3ceebf9bd57 (patch) | |
| tree | 3f9bec66968188c1a85e366b66a9b9470ce08e9c /doc/learn | |
| parent | 67835c20901c4286dae0553704fe43039d441dfe (diff) | |
doc: Link to some useful talks
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 <[email protected]>
Reviewed-by: Sean Anderson <[email protected]>
Diffstat (limited to 'doc/learn')
| -rw-r--r-- | doc/learn/index.rst | 9 | ||||
| -rw-r--r-- | doc/learn/talks.rst | 11 |
2 files changed, 20 insertions, 0 deletions
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 |
