<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openpower-occ-control, branch master</title>
<subtitle>OpenBMC OpenPOWER OCC controller sources</subtitle>
<id>https://git.raptorcs.com/git/openpower-occ-control/atom?h=master</id>
<link rel='self' href='https://git.raptorcs.com/git/openpower-occ-control/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/openpower-occ-control/'/>
<updated>2019-04-10T17:05:56+00:00</updated>
<entry>
<title>Add support for sensorName field in yaml</title>
<updated>2019-04-10T17:05:56+00:00</updated>
<author>
<name>Alexander Filippov</name>
<email>a.filippov@yadro.com</email>
</author>
<published>2019-03-21T15:12:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/openpower-occ-control/commit/?id=1d69e19255e4195f85539200842d88c0dec426f1'/>
<id>urn:sha1:1d69e19255e4195f85539200842d88c0dec426f1</id>
<content type='text'>
We want to have ability to specify the human readable names for the OCC
sensors. E.g. `CPU0_OCC` instead of `occ_4_0050`.

This commit allows to specify a `sensorName` field in the YAML config
for each sensor, and this name will be used in the sensor object DBus
path. If the field is not specified, previous behavior will be used.

Tested: the command `busctl tree org.open_power.OCC.Control --list` must
show specified names.

Change-Id: I2f05f7bf44120554ea07b9ee0aac9cfbd33ac376
Signed-off-by: Alexander Filippov &lt;a.filippov@yadro.com&gt;
</content>
</entry>
<entry>
<title>build: install into bin instead of sbin</title>
<updated>2019-04-10T17:05:00+00:00</updated>
<author>
<name>Patrick Venture</name>
<email>venture@google.com</email>
</author>
<published>2019-03-28T19:51:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/openpower-occ-control/commit/?id=b35cd0df3927cd12f670d7db70489dd0bf19441a'/>
<id>urn:sha1:b35cd0df3927cd12f670d7db70489dd0bf19441a</id>
<content type='text'>
Installs into bin instead of sbin per guidelines.

Signed-off-by: Patrick Venture &lt;venture@google.com&gt;
Change-Id: I4350c46e143ff7acdbeb6fa7ae6960c14aa50ef1
</content>
</entry>
<entry>
<title>Fix error attribute naming for Linux 5.0</title>
<updated>2019-04-09T15:51:20+00:00</updated>
<author>
<name>Eddie James</name>
<email>eajames@us.ibm.com</email>
</author>
<published>2019-03-19T20:58:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/openpower-occ-control/commit/?id=774f9af9a2d861f49c878d9eeca9830bef44127b'/>
<id>urn:sha1:774f9af9a2d861f49c878d9eeca9830bef44127b</id>
<content type='text'>
There was a slight change to one of the error attributes as part of the
OCC driver upstreaming process. This commit also adds unit tests for the
error attributes. This required some refactoring to support the unit
tests.

Resolves openbmc/openbmc#3505

Signed-off-by: Eddie James &lt;eajames@us.ibm.com&gt;
Change-Id: I665b46e44b18befc8a728f7246bcda82f1f1a71c
</content>
</entry>
<entry>
<title>MAINTAINERS: Add Eddie James</title>
<updated>2019-02-14T20:36:40+00:00</updated>
<author>
<name>Brad Bishop</name>
<email>bradleyb@fuzziesquirrel.com</email>
</author>
<published>2019-02-14T18:16:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/openpower-occ-control/commit/?id=577a935e0261e7a316ec7f6ad76b72328d30d2ee'/>
<id>urn:sha1:577a935e0261e7a316ec7f6ad76b72328d30d2ee</id>
<content type='text'>
Eddie knows way more about this application than I do.

Change-Id: Ic0fd8dea53515d890ecc0eed1c96bfffc1662342
Signed-off-by: Brad Bishop &lt;bradleyb@fuzziesquirrel.com&gt;
</content>
</entry>
<entry>
<title>build: pkg anti-pattern: use defaults</title>
<updated>2019-02-13T23:38:39+00:00</updated>
<author>
<name>Patrick Venture</name>
<email>venture@google.com</email>
</author>
<published>2019-02-13T23:38:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/openpower-occ-control/commit/?id=db58b749f74d86a5fc0b9b959c3711ff8098fa11'/>
<id>urn:sha1:db58b749f74d86a5fc0b9b959c3711ff8098fa11</id>
<content type='text'>
Use the defaults in the pkg check where the default error message is
sufficient to identify which package is missing.

Change-Id: Iba453ba564da46c020e9cf72d7fb6c998d9904ab
Signed-off-by: Patrick Venture &lt;venture@google.com&gt;
</content>
</entry>
<entry>
<title>powercap: Fix std::variant usage</title>
<updated>2018-11-06T23:05:19+00:00</updated>
<author>
<name>William A. Kennington III</name>
<email>wak@google.com</email>
</author>
<published>2018-11-06T23:05:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/openpower-occ-control/commit/?id=29a8ed18cccbe70dfe820f228ea04230732d8e4c'/>
<id>urn:sha1:29a8ed18cccbe70dfe820f228ea04230732d8e4c</id>
<content type='text'>
Only mapbox has the .get() member function. Use the std::get compatible
function instead.

Change-Id: If132312404d1a0322889d6ad7bdb6b1cb399e075
Signed-off-by: William A. Kennington III &lt;wak@google.com&gt;
</content>
</entry>
<entry>
<title>build: set language to C++</title>
<updated>2018-10-30T02:00:39+00:00</updated>
<author>
<name>Patrick Venture</name>
<email>venture@google.com</email>
</author>
<published>2018-10-30T01:59:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/openpower-occ-control/commit/?id=5902d5f99c1c2028fdc41cdb38b25f0e11d2e3d7'/>
<id>urn:sha1:5902d5f99c1c2028fdc41cdb38b25f0e11d2e3d7</id>
<content type='text'>
Set the language in the build to C++.

Change-Id: Ib580d7470be92b198e2ad98ca4b7672aa5a3d26e
Signed-off-by: Patrick Venture &lt;venture@google.com&gt;
</content>
</entry>
<entry>
<title>clang-format: Update to match docs repo</title>
<updated>2018-10-18T20:43:22+00:00</updated>
<author>
<name>Gunnar Mills</name>
<email>gmills@us.ibm.com</email>
</author>
<published>2018-09-14T19:50:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/openpower-occ-control/commit/?id=94df8c9015798764d40665bb363bdbf27510f285'/>
<id>urn:sha1:94df8c9015798764d40665bb363bdbf27510f285</id>
<content type='text'>
Update the .clang-format file and run clang-format-6.0.
This .clang-format matches the example one in
https://github.com/openbmc/docs/blob/master/cpp-style-and-conventions.md#clang-formatting

Change-Id: Id6760866dedbaeafd83ea8ef2e0303e30b8955aa
Signed-off-by: Gunnar Mills &lt;gmills@us.ibm.com&gt;
Signed-off-by: Brad Bishop &lt;bradleyb@fuzziesquirrel.com&gt;
</content>
</entry>
<entry>
<title>events: Add missing memory header include</title>
<updated>2018-10-18T20:43:22+00:00</updated>
<author>
<name>Brad Bishop</name>
<email>bradleyb@fuzziesquirrel.com</email>
</author>
<published>2018-10-18T20:42:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/openpower-occ-control/commit/?id=7db89e36d7c5649b826b607cb2d90e38bb02ab86'/>
<id>urn:sha1:7db89e36d7c5649b826b607cb2d90e38bb02ab86</id>
<content type='text'>
Include memory so we don't require a specific include ordering.

Change-Id: I2f5d195b07191963cb194de100ddf3523c295b93
Signed-off-by: Brad Bishop &lt;bradleyb@fuzziesquirrel.com&gt;
</content>
</entry>
<entry>
<title>openpower-occ-control: use c++17</title>
<updated>2018-10-04T17:31:21+00:00</updated>
<author>
<name>Vernon Mauery</name>
<email>vernon.mauery@linux.intel.com</email>
</author>
<published>2018-10-04T17:31:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/openpower-occ-control/commit/?id=1fcff95c382db7eb001c78f471f5da7683534fc6'/>
<id>urn:sha1:1fcff95c382db7eb001c78f471f5da7683534fc6</id>
<content type='text'>
Update configure.ac to choose the c++17 standard

Change-Id: I4a9a6ef0aa9631da91ffbc83b1d36c838b56cdd4
Signed-off-by: Vernon Mauery &lt;vernon.mauery@linux.intel.com&gt;
</content>
</entry>
</feed>
