summaryrefslogtreecommitdiff
path: root/doc/arch
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2022-02-16 07:59:31 +0100
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2022-02-26 07:37:00 +0100
commit5e04435970b13c512cf05147a8b3ea6625458645 (patch)
tree9a1841cc5f0ca4dd56953007f153019c3be547ec /doc/arch
parentc6ae38b38967a5c33d729c20e508a03ba3e0e3f6 (diff)
doc: describe generation of SMBIOS table
SMBIOS is not x86 specific. So we should have an architecture independent page describing it. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Diffstat (limited to 'doc/arch')
-rw-r--r--doc/arch/x86.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/arch/x86.rst b/doc/arch/x86.rst
index 5494155a51..634387ac09 100644
--- a/doc/arch/x86.rst
+++ b/doc/arch/x86.rst
@@ -732,7 +732,7 @@ SMBIOS tables
To generate SMBIOS tables in U-Boot, for use by the OS, enable the
CONFIG_GENERATE_SMBIOS_TABLE option. The easiest way to provide the values to
use is via the device tree. For details see
-device-tree-bindings/sysinfo/smbios.txt
+:download:`smbios.txt <../device-tree-bindings/sysinfo/smbios.txt>`.
TODO List
---------