Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename Version::Errors to Image::Errors | Adriana Kobylak | 2018-10-17 | 2 | -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 fail | Gunnar Mills | 2017-05-24 | 2 | -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 directly | Gunnar Mills | 2017-02-14 | 2 | -251/+0 |
| | | | | | Change-Id: I6d65c4a582115a1280ed705eb33f6c354d001f21 Signed-off-by: Gunnar Mills <gmills@us.ibm.com> | ||||
* | Add Software Activation Interface | Gunnar Mills | 2017-02-10 | 1 | -0/+136 |
| | | | | | Change-Id: I922d6cfe31b6a20bd228167c5e12def69d5ef113 Signed-off-by: Gunnar Mills <gmills@us.ibm.com> | ||||
* | Add base support for BMC code management | Gunnar Mills | 2017-02-10 | 1 | -0/+115 |
This is the starting code needed to build the application. Change-Id: Ied9beee1ea4f12805622c17c99c01b89c3f74d50 Signed-off-by: Gunnar Mills <gmills@us.ibm.com> |