On Tue, 14 Jul 2015 Wei Huang <w...@redhat.com> wrote: > > SMBIOS tables present userful system hardware info to management > applications, such as DMI tools. Even though SMBIOS was originally > developed for Intel x86, it has been extended to both Itanium and > ARM (32bit & 64bit). More and more ARM server releases, such as > RHEL Server for ARM, start to integrate support for SMBIOS. > > This patchset is intendted to provid SMBIOS tables for ARM mach-virt > machine. The SMBIOS tables are created and stored in fw_cfg, awaiting > OVMF (AAVMF) to parse/present SMBIOS entry. > > NOTE: This is RFC and the patches haven't been fully tested yet. > Laszlo is kind enough to offer help on fixing AAVMF to enable support > for SMBIOS. Any comments are welcomed for next release.
Since I was the last person to tinker with smbios in a significant way, here goes: Patch 3/5: in the commit blurb, s/architect-independent/architecture-independent/ ^^^ Whole series: Acked-by: Gabriel Somlo <so...@cmu.edu> I built and ran it (on pc/q35) and saw no regressions. If you will: Regression-tested-by: Gabriel Somlo <so...@cmu.edu> Cheers, --Gabriel