#
5e8829e8 |
| 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: Idab99ed8fdb9bdf5cc0e130d576f55d256df9cce
show more ...
|
#
472d3e2f |
| 05-Jan-2021 |
Thang Q. Nguyen <thang@os.amperecomputing.com> |
writefrudata: validate multi-record data
It is fail to parse FRU data with multi-record area available as its header data is different from other areas. Support validate multi-record data so that ca
writefrudata: validate multi-record data
It is fail to parse FRU data with multi-record area available as its header data is different from other areas. Support validate multi-record data so that can parse FRU data with multi-record enabled.
Tested: 1. Check if the FRU with multi-record can be parsed. 2. Check IPMI fru print command. FRU Device Description : Builtin FRU Device (ID 0) Chassis Type : Rack Mount Chassis Chassis Serial : A1A1-A000-0000000000123 Board Mfg Date : Tue Feb 4 00:00:00 2020 UTC Board Mfg : AmpereComputing(R) Board Product : MT.JADE Board Serial : 9510002CJ0LA Board Part Number : B81.03010.0001 Product Manufacturer : AmpereComputing(R) Product Name : MT.JADE Product Part Number : AC82830AC10C Product Version : PR010 Product Serial : AMPX3A1-A000-0000000000123
Signed-off-by: Thang Q. Nguyen <thang@os.amperecomputing.com> Change-Id: I163c5c7bff2f7315e9c6b610f5074c37bc167ccf
show more ...
|
#
ef83b993 |
| 21-Oct-2018 |
Patrick Venture <venture@google.com> |
writefrudata: rename all variables per openbmc style
OpenBMC style declares variables be lower camel and not snake case.
Change-Id: Iec348bf9825caecc976f654a37ac149a5981c94b Signed-off-by: Patrick
writefrudata: rename all variables per openbmc style
OpenBMC style declares variables be lower camel and not snake case.
Change-Id: Iec348bf9825caecc976f654a37ac149a5981c94b Signed-off-by: Patrick Venture <venture@google.com>
show more ...
|
#
a8093a25 |
| 21-Oct-2018 |
Patrick Venture <venture@google.com> |
update: use sdbusplus instead of sd_bus raw pointers
Update code to use sdbusplus instead of raw sd_bus pointers.
Change-Id: I80cd4492480824827c27fbf19eb54487e28d3b75 Signed-off-by: Patrick Venture
update: use sdbusplus instead of sd_bus raw pointers
Update code to use sdbusplus instead of raw sd_bus pointers.
Change-Id: I80cd4492480824827c27fbf19eb54487e28d3b75 Signed-off-by: Patrick Venture <venture@google.com>
show more ...
|
#
98072dcf |
| 20-Oct-2018 |
Patrick Venture <venture@google.com> |
style: apply naming convention to ipmi_validate_fru_area
Apply openbmc style naming convention to ipmi_validate_fru_area as part of a multi-step cleanup process.
Change-Id: I082189030441e57579d0725
style: apply naming convention to ipmi_validate_fru_area
Apply openbmc style naming convention to ipmi_validate_fru_area as part of a multi-step cleanup process.
Change-Id: I082189030441e57579d072501279ff698fe1b7e3 Signed-off-by: Patrick Venture <venture@google.com>
show more ...
|
#
32c4e36a |
| 20-Oct-2018 |
Patrick Venture <venture@google.com> |
writefrudata: add function header
Change-Id: Ibfe32351e04ace02cb830399a56cf1860a74df87 Signed-off-by: Patrick Venture <venture@google.com>
|
#
a0aae953 |
| 20-Oct-2018 |
Patrick Venture <venture@google.com> |
writefrudata: cleanup header
Cleanup header from unnecessary guarding. The guards may have been required in earlier compilations if the source was in a mixed environment.
Change-Id: Id03a524ad8bd1
writefrudata: cleanup header
Cleanup header from unnecessary guarding. The guards may have been required in earlier compilations if the source was in a mixed environment.
Change-Id: Id03a524ad8bd1375f1aefc0bec8661e4d929543a 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>
|
#
155c34fb |
| 18-Oct-2016 |
Matthew Barth <msbarth@us.ibm.com> |
Change H->hpp & C->cpp
Change-Id: I4bb8cf7a58c517f348a524d3e027ebcd1dcd0dea Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
|