[PATCH 2/2] doc: add a page for downloading the U-Boot logo

Heinrich Schuchardt xypron.glpk at gmx.de
Sat Nov 22 23:17:38 CET 2025


Add a page showing the logo with and without text.

Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
---
 doc/learn/index.rst |  1 +
 doc/learn/logo.rst  | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+)
 create mode 100644 doc/learn/logo.rst

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
-- 
2.51.0



More information about the U-Boot mailing list