summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib/Makefile
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-10-12 05:23:41 -0700
committerSimon Glass <sjg@chromium.org>2015-10-21 07:46:26 -0600
commit721e992a8af5e80b2a95a0bc92c9880f2056190b (patch)
tree9c853033b832dea7df0f6210cdce8b967d2917d1 /arch/x86/lib/Makefile
parenta34b46768f63065ccdf4ae1ddcfe3a184e8822b5 (diff)
downloadtalos-obmc-uboot-721e992a8af5e80b2a95a0bc92c9880f2056190b.tar.gz
talos-obmc-uboot-721e992a8af5e80b2a95a0bc92c9880f2056190b.zip
x86: Add SMBIOS table support
System Management BIOS (SMBIOS) is a specification for how motherboard and system vendors present management information about their products in a standard format by extending the BIOS interface on Intel architecture systems. As of today the latest spec is 3.0 and can be downloaded from DMTF website. This commit adds a simple and minimum required implementation. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/lib/Makefile')
-rw-r--r--arch/x86/lib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/lib/Makefile b/arch/x86/lib/Makefile
index 169062e718..4ac99560ab 100644
--- a/arch/x86/lib/Makefile
+++ b/arch/x86/lib/Makefile
@@ -30,6 +30,7 @@ obj-y += relocate.o
obj-y += physmem.o
obj-$(CONFIG_X86_RAMTEST) += ramtest.o
obj-y += sfi.o
+obj-$(CONFIG_GENERATE_SMBIOS_TABLE) += smbios.o
obj-y += string.o
obj-$(CONFIG_GENERATE_ACPI_TABLE) += acpi_table.o
obj-y += tables.o
OpenPOWER on IntegriCloud