summaryrefslogtreecommitdiffstats
path: root/apphandler.h
Commit message (Collapse)AuthorAgeFilesLines
* Create library for System Interface Commands.Tom2017-01-171-33/+0
| | | | | | | | | | There are IPMI commands like Read Event Message Buffer, Set BMC Global Enables and Get Message Flags which is to be executed from host interface only. So creating a separate library for these commands which would be used only by phosphor-host-ipmid. Change-Id: I14cb4019b9ab19c84e463e5a7820010f57f1c5eb Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
* Add transaction support to Set Lan Cmd and Set Channel Access CmdNan Li2016-11-231-0/+1
| | | | | | | | | | | | | * Ipmid will cache single setting to memory by Set Lan cmd * Add Set Channel Access cmd to ipmid * Set Channel Access cmd is used to apply the previous cached settings TODO: parse the request data of Set Channel Access cmd if needed. Resolves openbmc/openbmc#444 Change-Id: Ia7ac57a551731920ffe69dad5c69c995521fed02 Signed-off-by: Nan Li <william.bjlinan@hotmail.com>
* Add IPMI Get Self Test Results supportNan Li2016-11-221-0/+1
| | | | | | | | | | | As discussed in design meeting, before the whole ipmi stack is implemented, we don't plan to support "self test". So just respond with self test function not implemented in this controller. Resolves openbmc/openbmc#436 Change-Id: Icd72e07674ce857f98ac036df2b7d6f6b93f1914 Signed-off-by: Nan Li <william.bjlinan@hotmail.com>
* Add minimal support for ipmitoolChris Austen2016-02-051-0/+2
| | | | | | Adding just a couple of ipmi commands that ipmitool always calls. I'm doing this because in order to run the ipmitool lan 1 <parms> instead of just the raw command the get channel info was needed.
* IPMI soft power offvishwa2015-11-241-1/+32
|
* Add Get Device UUIDAdriana Kobylak2015-10-271-0/+1
| | | | | Add support to get the UUID and return it in the specified format per the IPMI Spec 2.0
* Add App Set BMC Global Enables ipmi cmdAdriana Kobylak2015-10-221-7/+8
| | | | Add support for the IPMI cmd Set BMC Global Enables
* Add more ipmi commands for app functionChris Austen2015-10-131-0/+6
|
* Final IPMI Net Function routervishwabmc2015-10-091-0/+11
OpenPOWER on IntegriCloud