aboutsummaryrefslogtreecommitdiff
path: root/hw/loongarch/Kconfig
diff options
context:
space:
mode:
authorXiaojuan Yang <yangxiaojuan@loongson.cn>2022-07-12 16:32:04 +0800
committerRichard Henderson <richard.henderson@linaro.org>2022-07-19 22:55:10 +0530
commit3efa6fa1e629b91400e020be42e118fedd8f11ce (patch)
tree0f7578aece111bb8e9b0b45fad7fa1c69b307dd1 /hw/loongarch/Kconfig
parentfb1cd3a2925ee3479b1a82adb2df967952a94300 (diff)
downloadqemu-3efa6fa1e629b91400e020be42e118fedd8f11ce.zip
qemu-3efa6fa1e629b91400e020be42e118fedd8f11ce.tar.gz
qemu-3efa6fa1e629b91400e020be42e118fedd8f11ce.tar.bz2
hw/loongarch: Add smbios support
Add smbios support for loongarch virt machine, and put them into fw_cfg table so that bios can parse them quickly. The weblink of smbios spec: https://www.dmtf.org/dsp/DSP0134, the version is 3.6.0. Acked-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Xiaojuan Yang <yangxiaojuan@loongson.cn> Message-Id: <20220712083206.4187715-5-yangxiaojuan@loongson.cn> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'hw/loongarch/Kconfig')
-rw-r--r--hw/loongarch/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/loongarch/Kconfig b/hw/loongarch/Kconfig
index 35b6680..610552e 100644
--- a/hw/loongarch/Kconfig
+++ b/hw/loongarch/Kconfig
@@ -14,3 +14,4 @@ config LOONGARCH_VIRT
select LOONGARCH_PCH_MSI
select LOONGARCH_EXTIOI
select LS7A_RTC
+ select SMBIOS