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 <sjg@chromium.org> Reviewed-by: Sean Anderson <seanga2@gmail.com>
This commit is contained in:
parent
67835c2090
commit
8ad7cfec37
|
|
@ -25,6 +25,7 @@ trying to get it to work optimally on a given system.
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
build/index
|
build/index
|
||||||
|
learn/index
|
||||||
usage/index
|
usage/index
|
||||||
|
|
||||||
Developer-oriented documentation
|
Developer-oriented documentation
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,9 @@
|
||||||
|
.. SPDX-License-Identifier: GPL-2.0+
|
||||||
|
|
||||||
|
Learn about U-Boot
|
||||||
|
==================
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
|
||||||
|
talks
|
||||||
|
|
@ -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
|
||||||
Loading…
Reference in New Issue