History log of /openbmc/smbios-mdr/src/smbios-ipmi-blobs/test/ (Results 1 – 3 of 3)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
9d58391801-Feb-2025 Patrick Williams <patrick@stwcx.xyz>

meson: reformat with meson formatter

Apply the `meson format` results.

Change-Id: I0931eb90e92b905028109030d225123a822597df
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>

366546cf24-Jul-2023 Jonathan Doman <jonathan.doman@intel.com>

Add meson build support

Tested:
1. Project builds with each meson option turned on or off.
2. Unit tests build and pass.
3. On platform FW built with updated recipe
(I23fabdf57b8d6ac35c3aea0ece66

Add meson build support

Tested:
1. Project builds with each meson option turned on or off.
2. Unit tests build and pass.
3. On platform FW built with updated recipe
(I23fabdf57b8d6ac35c3aea0ece667be118de4b61):
a. SMBIOS blob store library is properly picked up by IPMI blob
store manager and handles OEM IPMI commands.
b. smbiosmdrv2app is running and populates objects on D-Bus.
c. cpuinfoapp is running and populates objects on D-Bus.

Change-Id: Ie65b281900cc07e7d0145445bcc65bbab1979214
Signed-off-by: Jonathan Doman <jonathan.doman@intel.com>

show more ...


/openbmc/smbios-mdr/.clang-format
/openbmc/smbios-mdr/.gitignore
/openbmc/smbios-mdr/CMakeLists.txt
/openbmc/smbios-mdr/OWNERS
/openbmc/smbios-mdr/README.md
/openbmc/smbios-mdr/include/cpu.hpp
/openbmc/smbios-mdr/include/cpuinfo.hpp
/openbmc/smbios-mdr/include/cpuinfo_utils.hpp
/openbmc/smbios-mdr/include/dimm.hpp
/openbmc/smbios-mdr/include/mdrv2.hpp
/openbmc/smbios-mdr/include/pcieslot.hpp
/openbmc/smbios-mdr/include/smbios_mdrv2.hpp
/openbmc/smbios-mdr/include/speed_select.hpp
/openbmc/smbios-mdr/include/system.hpp
/openbmc/smbios-mdr/meson.build
/openbmc/smbios-mdr/meson.options
/openbmc/smbios-mdr/service_files/meson.build
/openbmc/smbios-mdr/service_files/smbios-mdrv2.service
/openbmc/smbios-mdr/src/cpu.cpp
/openbmc/smbios-mdr/src/cpuinfo_main.cpp
/openbmc/smbios-mdr/src/cpuinfo_utils.cpp
/openbmc/smbios-mdr/src/dimm.cpp
/openbmc/smbios-mdr/src/mdrv2.cpp
/openbmc/smbios-mdr/src/mdrv2_main.cpp
/openbmc/smbios-mdr/src/meson.build
/openbmc/smbios-mdr/src/pcieslot.cpp
/openbmc/smbios-mdr/src/smbios-ipmi-blobs/handler.cpp
/openbmc/smbios-mdr/src/smbios-ipmi-blobs/meson.build
meson.build
/openbmc/smbios-mdr/src/speed_select.cpp
/openbmc/smbios-mdr/src/sst_mailbox.cpp
/openbmc/smbios-mdr/src/system.cpp
/openbmc/smbios-mdr/subprojects/libpeci.wrap
/openbmc/smbios-mdr/subprojects/phosphor-dbus-interfaces.wrap
/openbmc/smbios-mdr/subprojects/phosphor-host-ipmid.wrap
/openbmc/smbios-mdr/subprojects/phosphor-ipmi-blobs.wrap
/openbmc/smbios-mdr/subprojects/phosphor-logging.wrap
/openbmc/smbios-mdr/subprojects/sdbusplus.wrap
/openbmc/smbios-mdr/tools/sst-compare-redfish-os.py
/openbmc/smbios-mdr/tools/sst-info.sh
fbe1b68c19-Feb-2021 Jie Yang <jjy@google.com>

Add a IPMI blob handler for SMBIOS tables

smbios-mdr has dependencies on intel-ipmi-oem which makes BIOS sending
SMBIOS tables to BMC through VGA shared memory. For platforms without
intel-ipmi-oem,

Add a IPMI blob handler for SMBIOS tables

smbios-mdr has dependencies on intel-ipmi-oem which makes BIOS sending
SMBIOS tables to BMC through VGA shared memory. For platforms without
intel-ipmi-oem, implement a IPMI blob hanler so that BIOS can send
SMBIOS tables through IPMI blob interfaces.

Test:
Unit tests for the IPMI blob handler.
Manual test that transfers SMBIOS tables to BMC through IPMI blob
interfaces on a platform host.

Signed-off-by: Jie Yang <jjy@google.com>
Change-Id: I9bc1ae7e9bfaa793e47e38fa19049f0f69355189

show more ...