summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Re-factor to use MRW and Inventory interfacesRatan Gupta2017-02-013-165/+214
* Change c->cpp.Ratan Gupta2017-02-012-1/+1
* build: add rule to generate fru-gen.hppDeepak Kodihalli2017-02-012-0/+12
* Add IPMI FRU parser code generator.Ratan Gupta2017-02-013-0/+226
* Add privilege levels for commandsTom2017-01-312-2/+4
* Convert build process to autotoolsMatthew Barth2016-10-195-82/+104
* Change H->hpp & C->cppMatthew Barth2016-10-187-6/+6
* Ensure all tools are building with -Wall and -WerrorMatthew Barth2016-08-302-20/+12
* Fix warnings in printf formatPatrick Williams2016-08-181-7/+7
* Fix compile failurePatrick Williams2016-08-181-1/+3
* Improper use of non-const c-string.Patrick Williams2016-08-081-2/+3
* Use mapper binding for busname queriesBrad Bishop2016-07-272-8/+40
* Merge pull request #18 from vishwabmc/masterPatrick Williams2016-06-151-5/+46
|\
| * Update BINARY encoded IPMI FRU area data to FRU Inventoryvishwa2016-06-151-5/+46
|/
* Merge pull request #20 from bradbishop/versionPatrick Williams2016-06-142-9/+19
|\
| * Add shared library versioningBrad Bishop2016-06-131-5/+10
| * Makefile whitespace fixesBrad Bishop2016-06-131-5/+5
| * Added gitignoreBrad Bishop2016-06-131-0/+5
|/
* Replacing std::ifstream by access(2) for checking file existencevishwa2016-06-061-1/+1
* Merge pull request #14 from adamliyi/fix_lookup_0411Patrick Williams2016-05-241-5/+90
|\
| * Using new getFRUArea() API to fix 'not found in lookup' error messageYi Li2016-04-281-5/+90
* | Merge pull request #15 from anoo1/frusizePatrick Williams2016-05-242-2/+2
|\ \ | |/ |/|
| * Replace uint8_t buffer length variable with size_tAdriana Kobylak2016-05-162-2/+2
|/
* Merge pull request #10 from vishwabmc/masternkskjames2016-01-285-318/+652
|\
| * Set Fault and Present status while handling fruvishwa2016-01-225-318/+652
|/
* Merge pull request #9 from vishwabmc/masterPatrick Williams2016-01-084-37/+79
|\
| * set present status True after updating inventoryvishwa2015-12-024-37/+79
|/
* Merge pull request #8 from causten/buildingnkskjames2015-11-241-1/+1
|\
| * Makefile not running install correctlyChris Austen2015-11-241-1/+1
|/
* Merge pull request #5 from vishwabmc/eepromPatrick Williams2015-11-247-115/+303
|\
| * eeprom read CLIvishwa2015-11-247-115/+303
|/
* Merge pull request #6 from causten/reduceconnectionsPatrick Williams2015-11-131-8/+1
|\
| * Fru write was growing the number of connections on dbusChris Austen2015-11-131-8/+1
|/
* keeping fru files foreverChris Austen2015-11-011-24/+17
* Fix compile and linker problemsChris Austen2015-11-013-2/+13
* Clean up makefile.Patrick Williams2015-10-311-19/+51
* Merging IPMI FRU writer and parser.Vishwa2015-10-314-9/+639
* Use field type encoding for dbus message format.Hariharasubramanian R2015-10-312-116/+191
* Store time in ISO8601 format.Hariharasubramanian R2015-10-311-2/+25
* Add interface to parse fru data into a dictionary.Hariharasubramanian R2015-10-312-16/+423
* Checking in the basic IPMI FRU Parser Library.Hariharasubramanian R2015-10-313-0/+625
* Initial commitPatrick Williams2015-10-081-0/+675
OpenPOWER on IntegriCloud