History log of /openbmc/ipmi-fru-parser/types.hpp (Results 1 – 5 of 5)
Revision Date Author Comments
# 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 ...


# c9508db8 16-Oct-2018 Patrick Venture <venture@google.com>

add clang-format

Add clang-format file.

Change-Id: Ib99bbeb0ec59b5befb742dec38286c24a7f842ea
Signed-off-by: Patrick Venture <venture@google.com>


# 7c183aed 20-Feb-2017 Deepak Kodihalli <dkodihal@in.ibm.com>

Add header to house commonly used types

Change-Id: I51f0decd8c71c4442556ce4d5fcfc10bd82efa48
Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>