diff options
author | Simon Glass <sjg@chromium.org> | 2020-11-05 06:32:10 -0700 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2020-11-06 10:18:20 +0800 |
commit | f96965315489fcb7fc9df8fe4da0137150bb3826 (patch) | |
tree | 249becdb03e1d1cd72697645b4e8a5c69e72bc86 /doc/arch | |
parent | a3f5c8ea69a0047aa0db12517b3bf91ae7d3f682 (diff) | |
download | u-boot-f96965315489fcb7fc9df8fe4da0137150bb3826.tar.gz |
smbios: Add documentation and devicetree binding
Add information about how to set SMBIOS properties using the devicetree.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'doc/arch')
-rw-r--r-- | doc/arch/x86.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/arch/x86.rst b/doc/arch/x86.rst index c6b70ce61a..cc307aa8d5 100644 --- a/doc/arch/x86.rst +++ b/doc/arch/x86.rst @@ -740,6 +740,14 @@ Note that this is a development feature only. It is not intended for use in production environments. Also it is not currently part of the automated tests so may break in the future. +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 + TODO List --------- - Audio |