a9cfcedc | 08-Apr-2018 |
Gunnar Mills <gmills@us.ibm.com> |
Spelling fixes
Spelling errors found using github.com/lucasdemarchi/codespell A tool to fix common misspellings. This tool is licensed under GNU General Public License, version 2.
Change-Id: I1070f
Spelling fixes
Spelling errors found using github.com/lucasdemarchi/codespell A tool to fix common misspellings. This tool is licensed under GNU General Public License, version 2.
Change-Id: I1070feb715b037adbb55badc516d8a63c0b721bc Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
show more ...
|
808c40d9 | 21-Mar-2018 |
Jayanth Othayoth <ojayanth@in.ibm.com> |
Added negative path test cases for pnor signature validation
Resolves openbmc/openbmc#3000
Change-Id: Ia03385d74d9885975c411ac24769510bd1afc4c4 Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> |
7ccaa2a5 | 21-Mar-2018 |
Jayanth Othayoth <ojayanth@in.ibm.com> |
Added positive path Signature validation test
Added signature validation test cases infrastructre and positive path test case for verify function.
Change-Id: I0e02a07b726ed08757a21b97871154622534c9
Added positive path Signature validation test
Added signature validation test cases infrastructre and positive path test case for verify function.
Change-Id: I0e02a07b726ed08757a21b97871154622534c989 Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
show more ...
|
70dcb63a | 27-Feb-2018 |
Adriana Kobylak <anoo@us.ibm.com> |
Enable clang code format
Change-Id: I4490e930459a7eab6f6dd15198418c5314755d3f Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> |
7f80e0b5 | 22-Oct-2017 |
Saqib Khan <khansa@us.ibm.com> |
PNOR: Fix the delete implementation
- In order to remove the delete object from functional image, the delete interface is moved inside the version class so that both item_updater and image_manag
PNOR: Fix the delete implementation
- In order to remove the delete object from functional image, the delete interface is moved inside the version class so that both item_updater and image_manager can make use of the same implementation. - To avoid having two delete objects attached to the same HOST version (item_updater and image_manager), we are now deleting the image_manager object once the activation is complete.
Partially resolves openbmc/openbmc#2490
Change-Id: Ie515cc01d5f154e6e55b9a3fb71d831730cd46f6 Signed-off-by: Saqib Khan <khansa@us.ibm.com>
show more ...
|
2a6981b9 | 15-Oct-2017 |
Gunnar Mills <gmills@us.ibm.com> |
Add Test for getId()
Added a unit test for Version::getId(). A similar test is already in phosphor-bmc-code-mgmt.
Change-Id: I8ead5111017356c6a7063b6e31bee10fada78ade Signed-off-by: Gunnar Mills <g
Add Test for getId()
Added a unit test for Version::getId(). A similar test is already in phosphor-bmc-code-mgmt.
Change-Id: I8ead5111017356c6a7063b6e31bee10fada78ade Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
show more ...
|
f7419b55 | 20-Apr-2017 |
Gunnar Mills <gmills@us.ibm.com> |
Removed version gtests from openpower-pnor-code-mgmt
These gtests were moved to phosphor-bmc-code-mgmt in https://gerrit.openbmc-project.xyz/#/c/3802/ I left the base test code since tests are neede
Removed version gtests from openpower-pnor-code-mgmt
These gtests were moved to phosphor-bmc-code-mgmt in https://gerrit.openbmc-project.xyz/#/c/3802/ I left the base test code since tests are needed for other functions in this repo.
Change-Id: Id3f4666550ce04ddec5e34dcfe103cfe0ea42304 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
show more ...
|
77420d26 | 04-Apr-2017 |
Saqib Khan <khansa@us.ibm.com> |
Read image version from the MANIFEST.
According to Patrick, all information regarding the image must be read from the MANIFEST, such as version. Also we must never open/read pnor.toc.
Change-Id: Ic
Read image version from the MANIFEST.
According to Patrick, all information regarding the image must be read from the MANIFEST, such as version. Also we must never open/read pnor.toc.
Change-Id: Icf9f83f9ec055de21e2cf13e4ab4ab4afafc2af7 Signed-off-by: Saqib Khan <khansa@us.ibm.com>
show more ...
|
1ea62e18 | 27-Mar-2017 |
Gunnar Mills <gmills@us.ibm.com> |
Add gtests
Added gtests for getVersion() and getId()
Resolves openbmc/openbmc#1276.
Change-Id: I10a824ae3da426e901defc34fa7f3c6c6a8496d3 Signed-off-by: Gunnar Mills <gmills@us.ibm.com> |