Hi Heinrich, On Thu, 19 Dec 2024 at 11:00, Heinrich Schuchardt <xypron.g...@gmx.de> wrote:
> On 06.12.24 23:54, Raymond Mao wrote: > > Enable sysinfo smbios by default for arm64. > > When SYSINFO_SMBIOS is enabled, disable QFW_SMBIOS. > > > > Signed-off-by: Raymond Mao <raymond....@linaro.org> > > Reviewed-by: Simon Glass <s...@chromium.org> > > --- > > Changes in v2 > > - None. > > Changes in v3 > > - add CONFIG_GENERATE_SMBIOS_TABLE_VERBOSE > > > > configs/qemu_arm64_defconfig | 3 +++ > > drivers/misc/Kconfig | 2 +- > > 2 files changed, 4 insertions(+), 1 deletion(-) > > > > 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 > > Doesn't this work on qemu_arm_defconfig? > We should test on 32bit too. > > It has been tested on qemu_arm_defconfig manually, I can add the kconfig for it if you want. [snip] Regards, Raymond