summaryrefslogtreecommitdiffstats
path: root/readeeprom.cpp
Commit message (Collapse)AuthorAgeFilesLines
* update: use sdbusplus instead of sd_bus raw pointersPatrick Venture2018-10-291-20/+5
| | | | | | | Update code to use sdbusplus instead of raw sd_bus pointers. Change-Id: I80cd4492480824827c27fbf19eb54487e28d3b75 Signed-off-by: Patrick Venture <venture@google.com>
* style: apply naming convention to ipmi_validate_fru_areaPatrick Venture2018-10-201-2/+1
| | | | | | | | 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>
* readeeprom: use log error instead of fprintf(stderr)Patrick Venture2018-10-191-2/+5
| | | | | | | | Use log<level::ERR>() instead of fprintf(stderr,...) on failure to connect to sdbus. Change-Id: Ie32d4f02c83a2d204ab71f0ab178d60c136dff97 Signed-off-by: Patrick Venture <venture@google.com>
* readeeprom: c-library cleanupPatrick Venture2018-10-171-2/+5
| | | | | | | Include cpp libraries for c-library calls. Change-Id: Id082853977b2d0e3dde2bafa5a9eafe5252d9e0f Signed-off-by: Patrick Venture <venture@google.com>
* add clang-formatPatrick Venture2018-10-171-9/+11
| | | | | | | Add clang-format file. Change-Id: Ib99bbeb0ec59b5befb742dec38286c24a7f842ea Signed-off-by: Patrick Venture <venture@google.com>
* read-eeprom: fix fruid_str empty check.Dmitry Bazhenov2017-08-021-1/+1
| | | | | | | | | fruid_str argument value is not empty checked. Instead, the eeprom_file value is checked twice. This patch fixes the fruid_str empty check. Change-Id: Iee54a882926eeec4460ff8d46689a23fe94b7651 Signed-off-by: Dmitry Bazhenov <bazhenov.dn@gmail.com>
* Change H->hpp & C->cppMatthew Barth2016-10-181-0/+72
Change-Id: I4bb8cf7a58c517f348a524d3e027ebcd1dcd0dea Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
OpenPOWER on IntegriCloud