summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #19 from causten/dynamic_lookupPatrick Williams2015-10-225-313/+269
|\ | | | | Added Dynamic lookup for sensor types
| * Added Dynamic lookup for sensor typesChris Austen2015-10-225-313/+269
| | | | | | | | | | | | | | Fixed bug where ipmi sensor readings > offset 7 where not asserted Added testcases for code Kept sensors 35,37-3A hardcoded until dbus side decides if they want to represent them.
* | Merge pull request #11 from anoo1/masterPatrick Williams2015-10-222-7/+25
|\ \ | | | | | | Add App Set BMC Global Enables ipmi cmd
| * | Add App Set BMC Global Enables ipmi cmdAdriana Kobylak2015-10-222-7/+25
| |/ | | | | | | Add support for the IPMI cmd Set BMC Global Enables
* | Merge pull request #21 from anoo1/watchdogPatrick Williams2015-10-221-2/+17
|\ \ | |/ |/| Support to stop the watchdog
| * Support to stop the watchdogAdriana Kobylak2015-10-221-2/+17
|/ | | | | Check the request flags for the set watchdog command to determine if the watchdog needs to be stopped or restarted.
* Merge pull request #16 from causten/oemenumPatrick Williams2015-10-211-1/+2
|\ | | | | Add OEM NETFN
| * Add OEM NETFNChris Austen2015-10-211-1/+2
| |
* | Merge pull request #17 from causten/ipmiccPatrick Williams2015-10-211-1/+3
|\ \ | | | | | | Add ipmi cc for invalid sensor
| * | Add ipmi cc for invalid sensorChris Austen2015-10-211-1/+3
| |/
* | Merge pull request #18 from causten/movepointerPatrick Williams2015-10-211-6/+6
|\ \ | |/ |/| Sensor5 hanging system IPL
| * Sensor5 hanging system IPLChris Austen2015-10-211-6/+6
|/
* Merge pull request #10 from causten/virtualsensorPatrick Williams2015-10-191-4/+4
|\ | | | | buffer overrun fix for senor5
| * Fix a buffer overrunChris Austen2015-10-191-4/+4
|/
* Merge pull request #9 from anoo1/masterPatrick Williams2015-10-191-24/+86
|\ | | | | Watchdog support
| * Watchdog supportAdriana Kobylak2015-10-191-24/+86
| |
* | C7 and & virtual sensor supportChris Austen2015-10-191-4/+26
| |
* | Add virtual sensor supportChris Austen2015-10-194-43/+180
| |
* | Added testcases for sensor record parsingChris Austen2015-10-192-3/+173
| |
* | Suport examining sensor records and calling dbusChris Austen2015-10-193-3/+127
| |
* | Add routines for getting lookup data from the system dbus objectChris Austen2015-10-191-0/+121
| |
* | Print the dlopen failure for debuggingChris Austen2015-10-191-18/+18
| |
* | Merge pull request #7 from williamspatrick/make_installPatrick Williams2015-10-191-2/+18
|\ \ | |/ |/| Add 'make install' directive.
| * Add 'make install' directivePatrick Williams2015-10-161-0/+16
| |
| * Remove stray whitespace.Patrick Williams2015-10-161-2/+2
|/
* Merge pull request #3 from causten/ipmibuPatrick Williams2015-10-1412-132/+860
|\ | | | | Moved to sdbus and more
| * Add support for the the dcmi packageChris Austen2015-10-134-0/+54
| |
| * Add storage ipmi commandsChris Austen2015-10-133-0/+217
| |
| * Add sensor ipmi commandsChris Austen2015-10-133-5/+233
| |
| * Add more ipmi commands for app functionChris Austen2015-10-132-10/+133
| |
| * Reduced MAX_IPMI_BUFFER to support ast2400 FIFOChris Austen2015-10-131-1/+5
| |
| * Reset the lib path string per .soChris Austen2015-10-131-3/+4
| |
| * Set response bit returning from the ipmi callChris Austen2015-10-131-2/+2
| |
| * Convert to SDBusChris Austen2015-10-132-111/+212
|/
* Merge pull request #2 from vishwabmc/masterPatrick Williams2015-10-091-1/+1
|\ | | | | Use SYSTEM bus instead of SESSION
| * Using SYSTEM_BUS than SESSION_BUSvishwabmc2015-10-091-1/+1
| |
* | Merge pull request #1 from vishwabmc/masterPatrick Williams2015-10-086-0/+525
|\ \ | |/ | | Initial IPMI Net Function router
| * Final IPMI Net Function routervishwabmc2015-10-096-0/+525
|/
* Initial commitPatrick Williams2015-09-231-0/+202
OpenPOWER on IntegriCloud