#
027277a4 |
| 11-Sep-2023 |
Josh Lehan <krellan@google.com> |
Refactor MDRV2 class to allow more than one
Refactored the main MDRV2 class to allow more than one object of this class to exist at the same time. All hardcoded paths have been made parameters to th
Refactor MDRV2 class to allow more than one
Refactored the main MDRV2 class to allow more than one object of this class to exist at the same time. All hardcoded paths have been made parameters to the constructor, so that they can be varied at runtime as needed, to avoid overlap.
Also did some necessary internal cleanups to facilitate this.
Tested: Created multiple copies of the MDRV2 object at the same time, it worked, all appeared on D-Bus, under distinct object paths and inventory paths. Destructed the MDRV2 object, it disappeared from D-Bus, constructed it again, it came back.
https://gist.github.com/Krellan/6930bc2ed1ac16b93afcc3a12c02e545
Change-Id: Icd1ebf50086b526cf0cff149eb8ddc59da78f0a9 Signed-off-by: Josh Lehan <krellan@google.com>
show more ...
|
#
a3f5b385 |
| 26-Apr-2023 |
Jason M. Bills <jason.m.bills@intel.com> |
Update class name to MDRV2
In this sdbusplus change, [1], the class name in server.hpp was updated from MDR_V2 to MDRV2. This updates the local class name to match.
[1]: https://github.com/openbmc/
Update class name to MDRV2
In this sdbusplus change, [1], the class name in server.hpp was updated from MDR_V2 to MDRV2. This updates the local class name to match.
[1]: https://github.com/openbmc/sdbusplus/commit/5011340e14da7fc04f8b20721c4631f778200edd
Change-Id: I2c00b29837a72a985b3d1cc359b1bbd952074b63 Signed-off-by: Jason M. Bills <jason.m.bills@intel.com>
show more ...
|
#
77b9c478 |
| 22-Jul-2022 |
Patrick Williams <patrick@stwcx.xyz> |
sdbusplus: use shorter type aliases
The sdbusplus headers provide shortened aliases for many types. Switch to using them to provide better code clarity and shorter lines. Possible replacements are
sdbusplus: use shorter type aliases
The sdbusplus headers provide shortened aliases for many types. Switch to using them to provide better code clarity and shorter lines. Possible replacements are for: * bus_t * exception_t * manager_t * match_t * message_t * object_t * slot_t
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ibc88a5de1e7a11d332410985f29698b24aeae983
show more ...
|
#
eecaf820 |
| 18-Dec-2019 |
Cheng C Yang <cheng.c.yang@linux.intel.com> |
Add dbus service to support MDR V2 ipmi command
Add send and get DataInfo function for MDR V2 ipmi command store and get data through dbus interface.
Signed-off-by: Cheng C Yang <cheng.c.yang@linux
Add dbus service to support MDR V2 ipmi command
Add send and get DataInfo function for MDR V2 ipmi command store and get data through dbus interface.
Signed-off-by: Cheng C Yang <cheng.c.yang@linux.intel.com> Change-Id: Ic069e4670e69de1fb92b4123da6be6588ac45244
show more ...
|