diff options
author | Heinrich Schuchardt | 2022-02-16 07:59:31 +0100 |
---|---|---|
committer | Heinrich Schuchardt | 2022-02-26 07:37:00 +0100 |
commit | 5e04435970b13c512cf05147a8b3ea6625458645 (patch) | |
tree | 9a1841cc5f0ca4dd56953007f153019c3be547ec /doc/arch | |
parent | c6ae38b38967a5c33d729c20e508a03ba3e0e3f6 (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.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/arch/x86.rst b/doc/arch/x86.rst index 5494155a519..634387ac095 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 --------- |