#
cfa96afa |
| 10-May-2023 |
Patrick Williams <patrick@stwcx.xyz> |
clang-format: copy latest and re-format
clang-format-16 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest
clang-format: copy latest and re-format
clang-format-16 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest .clang-format from the docs repository and reformat the repository.
Change-Id: I59041b73cc8b15c2a3800911540e1a10011f6150 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
fcb1a256 |
| 29-Apr-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 timesta
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>
show more ...
|
#
5b8b8ac5 |
| 20-Oct-2018 |
Patrick Venture <venture@google.com> |
types: fixup header
Fixup types.hpp to include the message header that provides the types used.
Change-Id: If75a3288aa9a1ecd8313d50caf8d93f76e1ce06d Signed-off-by: Patrick Venture <venture@google.c
types: fixup header
Fixup types.hpp to include the message header that provides the types used.
Change-Id: If75a3288aa9a1ecd8313d50caf8d93f76e1ce06d Signed-off-by: Patrick Venture <venture@google.com>
show more ...
|