summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* transition to cli11 instead of custom arg parserPatrick Venture2019-03-285-160/+17
* add autom4te.cache/ to .gitignorePatrick Venture2019-03-281-0/+1
* Convert host-ipmid -> libipmidWilliam A. Kennington III2019-02-194-5/+8
* build: pkg anti-pattern: use defaultsPatrick Venture2019-02-131-4/+2
* readeeprom: Allow FRU ID 0 to be selectedOskar Senft2019-02-111-7/+40
* writefrudata: Fix verifyFruData to skip CRC check for internal use area.Oskar Senft2019-01-081-6/+16
* frup: gcc8: swap abusive use strncpy w/ memcpyBrad Bishop2018-11-211-1/+1
* writefrudata: add doxygen for methodsPatrick Venture2018-11-121-53/+93
* IPMIFruArea: Add doxygen to classPatrick Venture2018-10-312-18/+49
* writefrudata: drop extra parens in call to parsePatrick Venture2018-10-311-2/+3
* IPMIFruArea: Drop unused dbus debugPatrick Venture2018-10-303-44/+0
* IPMIFruArea: use default destructorPatrick Venture2018-10-302-10/+1
* IPMIFruArea: use vector instead of raw byte pointerPatrick Venture2018-10-302-15/+6
* writefrudata: add missing curly braces for stylePatrick Venture2018-10-301-0/+2
* IPMIFruArea: rename member variables per openbmc stylePatrick Venture2018-10-302-18/+18
* build: set language to C++Patrick Venture2018-10-301-0/+1
* MAINTAINERS: Update Emily's IRC nickEmily Shaffer2018-10-301-1/+1
* writefrudata: drop unused sd-bus.hPatrick Venture2018-10-291-1/+0
* strgfnhandler: rename function per openbmc style guidePatrick Venture2018-10-291-6/+6
* strgfnhandler: rename all variables per openbmc stylePatrick Venture2018-10-291-14/+14
* writefrudata: rename all variables per openbmc stylePatrick Venture2018-10-292-97/+95
* writefrudata: fixup function naming per stylePatrick Venture2018-10-291-15/+15
* update: use sdbusplus instead of sd_bus raw pointersPatrick Venture2018-10-294-28/+14
* writefrudata: add missing constnessPatrick Venture2018-10-291-6/+6
* IPMIFruArea: delete default constructorPatrick Venture2018-10-291-3/+2
* writefrudata: cleanup extra parenthesesPatrick Venture2018-10-291-9/+9
* IPMIFruArea: apply naming convention to member functionsPatrick Venture2018-10-293-28/+28
* IPMIFruArea: move private area under publicPatrick Venture2018-10-291-37/+37
* IPMIFruArea: drop iv prefix from membersPatrick Venture2018-10-292-46/+46
* IPMIFruArea: drop unused member methodsPatrick Venture2018-10-291-18/+0
* IPMIFruArea: move assignments to constructor listPatrick Venture2018-10-291-8/+3
* IPMIFruArea: move source into separate fru_area.cppPatrick Venture2018-10-293-74/+84
* fru_area: cleanup headersPatrick Venture2018-10-291-4/+3
* cleanup: rename fru_area_vec_t type and use usingPatrick Venture2018-10-292-7/+6
* rename header: fru-area.hpp to fru_area.hppPatrick Venture2018-10-292-1/+1
* writefrudata.cpp: drop unused, add used headerPatrick Venture2018-10-231-1/+1
* ipmi_fru: Rename to IPMIFruAreaPatrick Venture2018-10-202-15/+15
* ipmi_fru: drop unused sd_bus pointerPatrick Venture2018-10-202-7/+3
* ipmi_fru: drop unused member functionsPatrick Venture2018-10-201-9/+0
* writefrudata: drop unused lib mapper headerPatrick Venture2018-10-201-1/+0
* writefrudata: drop unused dynamic linking headerPatrick Venture2018-10-201-1/+0
* writefrudata.cpp: add header for filePatrick Venture2018-10-201-0/+2
* writefrudata: add missing header: mapPatrick Venture2018-10-201-0/+1
* writefrudata.cpp: fixup variable shadowingPatrick Venture2018-10-201-2/+2
* style: rename update_inventory, move into anonymousPatrick Venture2018-10-201-135/+134
* style: move getService into anonymous namespacePatrick Venture2018-10-201-33/+33
* style: move getFRUValue into anonymous namespacePatrick Venture2018-10-201-57/+57
* style: rename cleanup_error, move into anonymousPatrick Venture2018-10-201-24/+29
* style: apply naming convention to ipmi_validate_fru_areaPatrick Venture2018-10-204-7/+6
* writefrudata: add function headerPatrick Venture2018-10-201-1/+10
OpenPOWER on IntegriCloud