Home
last modified time | relevance | path

Searched hist:fcb1a256189a67012b5bd630597454c6e9d75bd3 (Results 1 – 1 of 1) sorted by relevance

/openbmc/ipmi-fru-parser/
H A Dtypes.hppdiff fcb1a256189a67012b5bd630597454c6e9d75bd3 Mon Apr 29 06:35:08 CDT 2019 Alexander Amelkin <a.amelkin@yadro.com> Extend the list of supported dbus property types

The Value type represents all types that are possible for a FRU info.
Most fields in a FRU info are boolean or string. There is also a
3-byte timestamp that, being converted to unix time, fits well into
uint64_t.

However for multirecord area records, there may be other data types,
not all of which are directly listed in IPMI FRU specification.

Hence, this Value type will now list all types possible for dbus nodes
with sdbusplus except for unixfd, object_path, and signature.

The class of Value will also be changed to std::variant per
request of Vernon Mauery, as part of effort to free the sdbusplus
library of extraneous features.

Part of:
https://gerrit.openbmc-project.xyz/q/topic:FRU-MultiRecord

Change-Id: I5d688ba9c14fa77cbe5171bd2ac7610e89c08220
Signed-off-by: Alexander Amelkin <a.amelkin@yadro.com>