summaryrefslogtreecommitdiffstats
path: root/chassishandler.C
Commit message (Collapse)AuthorAgeFilesLines
* Use mapper calls to lookup objectsBrad Bishop2016-07-271-86/+7
| | | | | | | | | This is a reaction to a managers.System API update. The update removes the bus name field from the 'GetObject' method responses. Change-Id: I51fb1d1bad20317a429e5b06712475929b6fb4fb Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Update ObjectMapper service/interface/pathBrad Bishop2016-06-141-3/+3
| | | | | | | The well known service name, interface and path for the mapper all changed. This patch reacts to that. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Adding Boot Policyratagupt2016-04-191-14/+58
| | | | Review Comment added for 146621
* Add get/set boot option ipmid command support with correct DBUS property ↵shgoupf2016-01-301-12/+354
| | | | | | | | | | | | | | | | | | | | | handling. 1) Add support for IPMI get/set boot option command. a) boot options stored in dbus property. b) IPMI get boot option command get boot option from the dbus property. c) IPMI set boot option coomand set boot option to the dbus property. 2) Two methods to handle the dbus property set and get: a) dbus_set_property() b) dbus_get_property() 3) The property is stored as a 10 character strings which representsd 5-byte information. 4) ipmid set method is registered and implemented since petitboot will use it to clear the boot options. 5) Get service name via object mapper a) The connection name is got via objectmapper. b) The method used to get the connection name is object_mapper_get_connection(). c) dbus_get_property/dbus_set_property will get the connection name via the above method instead of hard coding. 6) The boot option is made human readable (done by Chris).
* Support host rebootChris Austen2015-12-031-5/+6
|
* IPMI soft power offvishwa2015-11-241-1/+84
|
* Add support for IPMI Get Boot Options commandAdriana Kobylak2015-11-101-0/+62
Create new Chassis NetFn file and add basic support for OPAL to call the IPMI Get Boot Options command.
OpenPOWER on IntegriCloud