summaryrefslogtreecommitdiff
path: root/doc/learn
diff options
context:
space:
mode:
authorHeinrich Schuchardt <[email protected]>2025-11-22 23:17:38 +0100
committerHeinrich Schuchardt <[email protected]>2025-12-06 11:32:02 +0100
commitcb8156e9efbf2a70a9f16a4634a8d8a86801b811 (patch)
treea881ab45eb85ef1a4469511d9bd3b134e4c297a8 /doc/learn
parent56778d4c2787cb0eea35b5e9bb82e4782b17ff41 (diff)
doc: add a page for downloading the U-Boot logo
Add a page showing the logo with and without text. Signed-off-by: Heinrich Schuchardt <[email protected]>
Diffstat (limited to 'doc/learn')
-rw-r--r--doc/learn/index.rst1
-rw-r--r--doc/learn/logo.rst20
2 files changed, 21 insertions, 0 deletions
diff --git a/doc/learn/index.rst b/doc/learn/index.rst
index 8075c01d1df..5b139e3c9fd 100644
--- a/doc/learn/index.rst
+++ b/doc/learn/index.rst
@@ -6,4 +6,5 @@ Learn about U-Boot
.. toctree::
:maxdepth: 1
+ logo
talks
diff --git a/doc/learn/logo.rst b/doc/learn/logo.rst
new file mode 100644
index 00000000000..66d403e4cff
--- /dev/null
+++ b/doc/learn/logo.rst
@@ -0,0 +1,20 @@
+.. SPDX-License-Identifier: GPL-2.0-or-later
+
+U-Boot logo
+===========
+
+The project uses the logos below.
+
+Logo with text
+--------------
+
+.. image:: ../../tools/logos/u-boot_logo_with_text.svg
+ :width: 10em
+ :alt: U-Boot logo with text
+
+Logo without text
+-----------------
+
+.. image:: ../../tools/logos/u-boot_logo.svg
+ :width: 10em
+ :alt: U-Boot logo without text