summaryrefslogtreecommitdiffstats
path: root/frup.h
Commit message (Collapse)AuthorAgeFilesLines
* Replace uint8_t buffer length variable with size_tAdriana Kobylak2016-05-161-1/+1
| | | | | | | | | | | The latest Barreleye vpd contains additional custom fields in one of the board sections, pushing the size of the buffer over 0x100. The current variable that stores the buffer size is set to be size_t, but the function using it crops it to uint8_t which doesn't fit the extended size. Changing the function to use size_t. Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
* Fix compile and linker problemsChris Austen2015-11-011-0/+9
|
* Merging IPMI FRU writer and parser.Vishwa2015-10-311-0/+2
|
* Use field type encoding for dbus message format.Hariharasubramanian R2015-10-311-2/+2
|
* Add interface to parse fru data into a dictionary.Hariharasubramanian R2015-10-311-0/+11
|
* Checking in the basic IPMI FRU Parser Library.Hariharasubramanian R2015-10-311-0/+7
Parser has just enough intelligence to parse Chassis, Board & Product info areas. No support for multi-record in this version. This parser is a stripped down version of the parser in the FreeIPMI distribution.
OpenPOWER on IntegriCloud