cb99d1ea | 13-Sep-2016 |
Matt Spinler <spinler@us.ibm.com> |
Use exceptions instead of return codes.
Simplify error paths by raising exceptions.
Resolves openbmc/openbmc#573.
Change-Id: If5dfe0dbc5922f5b490b978729e790ddaeac7d05 Signed-off-by: Matt Spinler <
Use exceptions instead of return codes.
Simplify error paths by raising exceptions.
Resolves openbmc/openbmc#573.
Change-Id: If5dfe0dbc5922f5b490b978729e790ddaeac7d05 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
show more ...
|
7a68567a | 09-Sep-2016 |
Matt Spinler <spinler@us.ibm.com> |
Add MRW XML requirements document.
This document lists the MRW data required by the OpenBMC code. This allows the MRW owner to know what to put in.
Change-Id: I05b41a0c4f7519d6d7b358a54b0ad454b686
Add MRW XML requirements document.
This document lists the MRW data required by the OpenBMC code. This allows the MRW owner to know what to put in.
Change-Id: I05b41a0c4f7519d6d7b358a54b0ad454b6863924 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
show more ...
|
ab015d7e | 06-Sep-2016 |
Matt Spinler <spinler@us.ibm.com> |
Add patchxml.py for patching MRW XML.
This script can apply fixes specified in another XML file to the target XML file. Details on the format of the patch XML can be found in patchxml.py.
Change-I
Add patchxml.py for patching MRW XML.
This script can apply fixes specified in another XML file to the target XML file. Details on the format of the patch XML can be found in patchxml.py.
Change-Id: I2bb8e495d7b309d9245b19922fdeda869052ebcf Signed-off-by: Matt Spinler <spinler@us.ibm.com>
show more ...
|
45ae4048 | 23-Aug-2016 |
Matt Spinler <spinler@us.ibm.com> |
Add inventory.pl to create system inventory in JSON.
This script creates the system inventory listing from the system topology in the machine readable workbook XML. It includes all of the FRUs, plus
Add inventory.pl to create system inventory in JSON.
This script creates the system inventory listing from the system topology in the machine readable workbook XML. It includes all of the FRUs, plus a few other entities that aren't FRUs. The Targets.pm module is used to traverse the MRW XML. Most of the work of the script is converting MRW naming conventions to OpenBMC naming conventions.
Change-Id: I2e27dce923d7597bd6eee1dfe73d38aa4755a801 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
show more ...
|
a4c0b7e4 | 23-Aug-2016 |
Patrick Williams <patrick@stwcx.xyz> |
Initial commit |