summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Software/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Redfish Code Update : New property for ApplyTimeJayashankar Padath2019-04-111-0/+14
| | | | | | | | | | | | | | | | | | | | Defining a new property which can control when to apply the newly uploaded software image. This maps to the ApplyTime property defined in the UpdateService redfish schema: http://redfish.dmtf.org/schemas/v1/UpdateService.v1_4_0.json "ApplyTime": { "enum": [ "Immediate", "OnReset", "AtMaintenanceWindowStart", "InMaintenanceWindowOnReset" ], As of now the values "Immediate" and "OnReset" are supported and the value can be supplied through HttpPushUriApplyTime object. Signed-off-by: Jayashankar Padath <jayashankar.padath@in.ibm.com> Change-Id: I43350f028f90575b0f88d5e5ddc4004ae96f5556
* Add information about functional associationGunnar Mills2018-03-071-1/+2
| | | | | | | | | | | Added a line about the functional association. There is much more about the functional association at github.com/openbmc/docs/blob/master/code-update/ubi-code-update.md#associations but thought it was good to add a line in the Software interface README. Change-Id: Ibf172d15ead248bff679eb45886a0ee182612a55 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Update Software interface READMEGunnar Mills2017-09-061-10/+11
| | | | | Change-Id: I93764fc9c8e6f05d41ece7a6605452bbbac11c3b Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Move FilePath to Common dir and update Software READMEAdriana Kobylak2017-03-201-1/+3
| | | | | | | | | | | | The FilePath yaml was initially created under the base xyz/openbmc_project/ directory. There's now a Common subdirectory to hold all the common yaml files, so move it there. Also update the Software README to include the Common FilePath interface. Change-Id: Ibb18e198f68927c0629accc103f37055abd0f5d1 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
* Software: add initial software-version mgmtPatrick Williams2017-01-241-0/+159
Change-Id: I3b50488b8383c595b4b41375ea0d62d62bdc0eed Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
OpenPOWER on IntegriCloud