Lines Matching +full:shared +full:- +full:memory
1 # smbios-mdr
6 binary [SMBIOS][1] table and publishing the system information on D-Bus, to be
17 the VGA shared memory region. MDRv2 has a concept of multiple agents, each
22 `intel-ipmi-oem` implements the [IPMI command handlers][2], routing commands and
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.
26 ### phosphor-ipmi-blobs
28 [`phosphor-ipmi-blobs`][4] is an alternative implementation of a generic IPMI
30 transfers the data in-band with the IPMI commands and therefore slower than
31 using a shared memory region (which may or may not be a concern).
33 `phosphor-ipmi-blobs` provides a blob manager shared library for `ipmid` which
35 implement support for specific blobs. Here in `smbios-mdr` we provide such a
38 calling the `AgentSynchronizeData` D-Bus method to trigger `smbios-mdr` to
43 `cpuinfoapp` is an Intel-specific application that uses I2C and PECI to gather
50 …https://github.com/openbmc/intel-ipmi-oem/blob/84c203d2b74680e9dd60d1c48a2f6ca8f58462bf/src/smbios…
52 …https://github.com/openbmc/phosphor-dbus-interfaces/blob/d1484a1499bc241316853934e6e8b735166deee2/…
53 [4]: https://github.com/openbmc/phosphor-ipmi-blobs