summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Software
Commit message (Collapse)AuthorAgeFilesLines
* Rename Version::Errors to Image::ErrorsAdriana Kobylak2018-10-172-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The Version interface is a public interface, and errors are being added to it: https://gerrit.openbmc-project.xyz/#/c/openbmc/phosphor-dbus-interfaces/+/13836/ This conflicts with the internal Version errors, so rename the internal one to an Image namespace since that's not a public interface and make more sense since the errors deal with failures during image file extraction. Tested: Uploaded an invalid tar file (u-boot.bin) and the new Image::Error was created: "/xyz/openbmc_project/logging/entry/2": { "AdditionalData": [ "PATH=/tmp/images/u-boot.bin", "_PID=1348" ], "Description": "An internal BMC error occurred", "EventID": "None", "Id": 2, "Message": "xyz.openbmc_project.Software.Image.Error.UnTarFailure", Change-Id: I6f6c84e2ea782c8ebc952bba4d5cee6be232f08f Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
* Create error log on failGunnar Mills2017-05-242-0/+21
| | | | | | | | Use elog to create error log on fail. Resolves openbmc/openbmc#1352 Change-Id: I1c362390110c5b3fcae3335a0bd0a7dd11540883 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Use phosphor-dbus-interfaces directlyGunnar Mills2017-02-142-251/+0
| | | | | Change-Id: I6d65c4a582115a1280ed705eb33f6c354d001f21 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Add Software Activation InterfaceGunnar Mills2017-02-101-0/+136
| | | | | Change-Id: I922d6cfe31b6a20bd228167c5e12def69d5ef113 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Add base support for BMC code managementGunnar Mills2017-02-101-0/+115
This is the starting code needed to build the application. Change-Id: Ied9beee1ea4f12805622c17c99c01b89c3f74d50 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
OpenPOWER on IntegriCloud