Lines Matching full:smbios
1 # smbios-mdr
3 ## SMBIOS Parser
6 binary [SMBIOS][1] table and publishing the system information on D-Bus, to be
9 The SMBIOS table is usually sent to the BMC by the host firmware (BIOS). The
11 the SMBIOS data, but there are at least two implementation today:
20 needs to send an updated SMBIOS table.
23 data to the correct agent (e.g. `smbios-mdr`). The [D-Bus interface][3] between
24 the IPMI handler and `smbios-mdr` is largely a mirror of IPMI commands.
35 implement support for specific blobs. Here in `smbios-mdr` we provide such a
36 blob handler for the `/smbios` blob. It works by writing the data into
37 `/var/lib/smbios/smbios2` (the local persistent cache for the SMBIOS table) and
38 calling the `AgentSynchronizeData` D-Bus method to trigger `smbios-mdr` to
44 more details about Xeon CPUs that aren't included in the SMBIOS table for some
48 [1]: https://www.dmtf.org/standards/smbios
52 …s/blob/d1484a1499bc241316853934e6e8b735166deee2/yaml/xyz/openbmc_project/Smbios/MDR_V2.interface.y…