summaryrefslogtreecommitdiffstats
path: root/fru_area.cpp
Commit message (Collapse)AuthorAgeFilesLines
* IPMIFruArea: use vector instead of raw byte pointerPatrick Venture2018-10-301-8/+2
| | | | | | | Use vector of bytes instead of raw byte pointer. Change-Id: I20a2beec3cbbc44c8cc3a48cefd73f3f27bdcc8f Signed-off-by: Patrick Venture <venture@google.com>
* IPMIFruArea: rename member variables per openbmc stylePatrick Venture2018-10-301-7/+7
| | | | | | | | OpenBMC style dictates member variables be lower camel and not snake case. Change-Id: I3e217b51f910612c3e5ecf1480340a27ef29d774 Signed-off-by: Patrick Venture <venture@google.com>
* IPMIFruArea: apply naming convention to member functionsPatrick Venture2018-10-291-3/+3
| | | | | | | Apply naming convention to member functions. Change-Id: I3b0516592dd4225f7be43c3d9cdcc9c8853d20b7 Signed-off-by: Patrick Venture <venture@google.com>
* IPMIFruArea: drop iv prefix from membersPatrick Venture2018-10-291-26/+26
| | | | | | | | | Drop iv_ prefix from class members. Renamed class members where necessary and updated some method parameters to avoid name conflicts. Change-Id: Id888dab9fcc020c4dff68d689a38f869c0de3525 Signed-off-by: Patrick Venture <venture@google.com>
* IPMIFruArea: move assignments to constructor listPatrick Venture2018-10-291-8/+3
| | | | | | | Move member assignment to constructor list. Change-Id: I140aabc92533c07f6c50eb19a323e6c52dbf43a4 Signed-off-by: Patrick Venture <venture@google.com>
* IPMIFruArea: move source into separate fru_area.cppPatrick Venture2018-10-291-0/+83
Move the implementation of the class into its own source file. Change-Id: I02d941dd8173f0cede8cdfe8af1fdc5f5418abb4 Signed-off-by: Patrick Venture <venture@google.com>
OpenPOWER on IntegriCloud