aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorRaymond Mao <raymond.mao@linaro.org>2024-12-06 14:54:27 -0800
committerTom Rini <trini@konsulko.com>2025-01-14 14:29:29 -0600
commit0af16b35561f09e529f3ced1b1f738858ec462fb (patch)
tree810bdd8040f8a73b57a1d2e20d370f6cd0d2f528 /configs
parente6285168f8df3801c7a0583ec778ace3a6817e6b (diff)
downloadu-boot-0af16b35561f09e529f3ced1b1f738858ec462fb.tar.gz
configs: Enable sysinfo for QEMU Arm64
Enable sysinfo smbios by default for arm64. When SYSINFO_SMBIOS is enabled, disable QFW_SMBIOS. Signed-off-by: Raymond Mao <raymond.mao@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r--configs/qemu_arm64_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/qemu_arm64_defconfig b/configs/qemu_arm64_defconfig
index 8dffb91e93b..31656699d82 100644
--- a/configs/qemu_arm64_defconfig
+++ b/configs/qemu_arm64_defconfig
@@ -62,6 +62,8 @@ CONFIG_PCIE_ECAM_GENERIC=y
CONFIG_SCSI=y
CONFIG_DEBUG_UART_PL011=y
CONFIG_DEBUG_UART_SHIFT=2
+CONFIG_SYSINFO=y
+CONFIG_SYSINFO_SMBIOS=y
CONFIG_SYSRESET=y
CONFIG_SYSRESET_CMD_POWEROFF=y
CONFIG_SYSRESET_PSCI=y
@@ -71,3 +73,4 @@ CONFIG_USB_EHCI_PCI=y
CONFIG_SEMIHOSTING=y
CONFIG_MBEDTLS_LIB=y
CONFIG_TPM=y
+CONFIG_GENERATE_SMBIOS_TABLE_VERBOSE=y