<feed xmlns='http://www.w3.org/2005/Atom'>
<title>phosphor-bmc-code-mgmt/test, branch master</title>
<subtitle>OpenBMC Phosphor BMC code version management sources</subtitle>
<id>https://git.raptorcs.com/git/phosphor-bmc-code-mgmt/atom?h=master</id>
<link rel='self' href='https://git.raptorcs.com/git/phosphor-bmc-code-mgmt/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-bmc-code-mgmt/'/>
<updated>2018-09-11T16:25:54+00:00</updated>
<entry>
<title>clang-format: Update to match docs repo</title>
<updated>2018-09-11T16:25:54+00:00</updated>
<author>
<name>Gunnar Mills</name>
<email>gmills@us.ibm.com</email>
</author>
<published>2018-09-07T18:39:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-bmc-code-mgmt/commit/?id=b0ce996ac60cf80487d71c3cdb7165d065079377'/>
<id>urn:sha1:b0ce996ac60cf80487d71c3cdb7165d065079377</id>
<content type='text'>
Update the .clang-format file.
Now includes header sorting and updating PointerAlignment.

Change-Id: I5c7690d8d83cdebe26ff3a73b90a2a8c17dd8054
Signed-off-by: Gunnar Mills &lt;gmills@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Refactor of bmcImages</title>
<updated>2018-07-17T01:45:16+00:00</updated>
<author>
<name>Lei YU</name>
<email>mine260309@gmail.com</email>
</author>
<published>2018-06-20T03:48:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-bmc-code-mgmt/commit/?id=1be8d500a8e90f9299bab9abf532ff0762177175'/>
<id>urn:sha1:1be8d500a8e90f9299bab9abf532ff0762177175</id>
<content type='text'>
bmcImages were in image_verify.hpp but it is used not only in image
verification, but elsewhere.

Move it into a more generic header file, images.hpp, so it makes more
clear that users of bmcImages include images.hpp instead of
image_verify.hpp

Tested: Verify the code pass the build.

Change-Id: If9adf315eee9047d9d08ab93ed7c0ff3c97f7a1e
Signed-off-by: Lei YU &lt;mine260309@gmail.com&gt;
</content>
</entry>
<entry>
<title>Spelling fixes</title>
<updated>2018-04-09T20:52:29+00:00</updated>
<author>
<name>Gunnar Mills</name>
<email>gmills@us.ibm.com</email>
</author>
<published>2018-04-08T20:02:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-bmc-code-mgmt/commit/?id=2bcba02aa2bb3b949640ffe9868c0edbf585038f'/>
<id>urn:sha1:2bcba02aa2bb3b949640ffe9868c0edbf585038f</id>
<content type='text'>
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: I2ca3fd16d7cc84fdce63089b47fefb8f128894fd
Signed-off-by: Gunnar Mills &lt;gmills@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Add unit tests for testing Signature verification functionality</title>
<updated>2018-03-29T15:07:41+00:00</updated>
<author>
<name>Jayanth Othayoth</name>
<email>ojayanth@in.ibm.com</email>
</author>
<published>2018-02-27T14:36:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-bmc-code-mgmt/commit/?id=6be275ba1ad1f3d45b2c2bf13dde7b4890f74f47'/>
<id>urn:sha1:6be275ba1ad1f3d45b2c2bf13dde7b4890f74f47</id>
<content type='text'>
Resolves openbmc/openbmc#2838

Change-Id: I60b5ca418551d404d29646fd729311adbe81290c
Signed-off-by: Jayanth Othayoth &lt;ojayanth@in.ibm.com&gt;
</content>
</entry>
<entry>
<title>Enable clang code format</title>
<updated>2018-03-02T15:51:17+00:00</updated>
<author>
<name>Adriana Kobylak</name>
<email>anoo@us.ibm.com</email>
</author>
<published>2018-02-27T21:36:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-bmc-code-mgmt/commit/?id=2285fe0fc6a6bba7c587bec0a1f733b333dc2650'/>
<id>urn:sha1:2285fe0fc6a6bba7c587bec0a1f733b333dc2650</id>
<content type='text'>
Change-Id: Ia899858c11cff6e4fa26b820b35b1e5dca1b57df
Signed-off-by: Adriana Kobylak &lt;anoo@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Use sha512 to calculate the versionID for images.</title>
<updated>2017-10-04T02:53:17+00:00</updated>
<author>
<name>Saqib Khan</name>
<email>khansa@us.ibm.com</email>
</author>
<published>2017-09-19T19:23:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-bmc-code-mgmt/commit/?id=26a960d011a05ca27018ccedcacb3377f0ff6575'/>
<id>urn:sha1:26a960d011a05ca27018ccedcacb3377f0ff6575</id>
<content type='text'>
- We needed a hash algorithm that can be replicated on
  multiple platforms and across multiple programming languages.
- This would allow the user to calculate the versionID by
  executing the following command to obtain correct versionID.
  echo -n "&lt;versionID&gt;" | sha512sum | cut -b 1-8
- This is part of the change required for openbmc/openbmc#2323

Change-Id: Ibc96a2871f07cb549c482c06dec7090e6ba3a766
Signed-off-by: Saqib Khan &lt;khansa@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Move Active BMC version object to item_updater.</title>
<updated>2017-06-26T15:59:26+00:00</updated>
<author>
<name>Saqib Khan</name>
<email>khansa@us.ibm.com</email>
</author>
<published>2017-05-26T13:41:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-bmc-code-mgmt/commit/?id=ba239881df2247fb685d04bf1c8e43b1850b4b75'/>
<id>urn:sha1:ba239881df2247fb685d04bf1c8e43b1850b4b75</id>
<content type='text'>
- There needs to be only one version class for both
  BMC and PNOR images. Thus removing the BMCVERSION
  class and moving the functionality to MANAGER class.

Change-Id: I6dda818960588cfd9ed345fe93068531efc7a877
Signed-off-by: Saqib Khan &lt;khansa@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Move version gtests to phosphor-bmc-code-mgmt</title>
<updated>2017-05-11T02:10:53+00:00</updated>
<author>
<name>Gunnar Mills</name>
<email>gmills@us.ibm.com</email>
</author>
<published>2017-04-20T15:52:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-bmc-code-mgmt/commit/?id=01d55c33ce892ab7a60a453288e9021af0be9f57'/>
<id>urn:sha1:01d55c33ce892ab7a60a453288e9021af0be9f57</id>
<content type='text'>
Moving the version gtests from openpower-pnor-code-mgmt to
phosphor-bmc-code-mgmt. This code has been reviewed before,
the only changes are renaming to "namespace phosphor",
changes related to renaming the files, and changes related
to renaming function getVersion to getValue.

Change-Id: Id799fcfff8effbb4c63f1f4e7169aa425567dd41
Signed-off-by: Gunnar Mills &lt;gmills@us.ibm.com&gt;
</content>
</entry>
</feed>
