On Mon, 20 Nov 2023 at 13:16, Tom Rini <tr...@konsulko.com> wrote: > > Enable CONFIG_SYSINFO_SMBIOS and populate the nodes so that Linux can > eventually display this information > > Signed-off-by: Tom Rini <tr...@konsulko.com> > --- > Posting this as this was the easiest platform for me to test some SMBIOS > related patches on and I needed to populate the nodes so I could check > things in dmidecode once Linux was up. > > Cc: Neil Armstrong <neil.armstr...@linaro.org> > Cc: u-boot-amlo...@groups.io > --- > .../meson-gxl-s905x-libretech-cc-u-boot.dtsi | 23 +++++++++++++++++++ > configs/libretech-cc_defconfig | 2 ++ > 2 files changed, 25 insertions(+) >
Reviewed-by: Simon Glass <s...@chromium.org>