<feed xmlns='http://www.w3.org/2005/Atom'>
<title>phosphor-host-ipmid/softoff, branch master</title>
<subtitle>OpenBMC Phosphor local IPMI daemon sources</subtitle>
<id>https://git.raptorcs.com/git/phosphor-host-ipmid/atom?h=master</id>
<link rel='self' href='https://git.raptorcs.com/git/phosphor-host-ipmid/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-host-ipmid/'/>
<updated>2019-04-01T17:10:23+00:00</updated>
<entry>
<title>build: install into bin instead of sbin</title>
<updated>2019-04-01T17:10:23+00:00</updated>
<author>
<name>Patrick Venture</name>
<email>venture@google.com</email>
</author>
<published>2019-03-28T18:43:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-host-ipmid/commit/?id=1c8ee4902c5bb87a300cf7da1edec415ab5f5f79'/>
<id>urn:sha1:1c8ee4902c5bb87a300cf7da1edec415ab5f5f79</id>
<content type='text'>
Installs into bin instead of sbin per guidelines.

Signed-off-by: Patrick Venture &lt;venture@google.com&gt;
Change-Id: If171989d2c0c6a53d9368b776ac98dea743057da
</content>
</entry>
<entry>
<title>Move util.cpp/util.hpp to libipmid</title>
<updated>2019-03-25T16:18:21+00:00</updated>
<author>
<name>Vernon Mauery</name>
<email>vernon.mauery@linux.intel.com</email>
</author>
<published>2019-03-11T22:57:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-host-ipmid/commit/?id=6a98fe7fd233813f3875d4a8c565234418a41f33'/>
<id>urn:sha1:6a98fe7fd233813f3875d4a8c565234418a41f33</id>
<content type='text'>
These are functions that are used widely by ipmid providers, so it makes
sense to put them in libipmi.so (the library that all providers must
link against).

Tested-by: use nm to inspect the binaries to see that the symbols are in
           the expected library.

           arm-openbmc-linux-gnueabi-nm libipmid.so.0.0.0 \
                      | grep getDbusObject
           0001063c T _ZN4ipmi13getDbusObjectERN9sdbusplus....

Change-Id: I1221f807f2711c5301c5574623564ea1ae48a437
Signed-off-by: Vernon Mauery &lt;vernon.mauery@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>Create libipmid and libipmid-host</title>
<updated>2019-02-07T01:55:40+00:00</updated>
<author>
<name>William A. Kennington III</name>
<email>wak@google.com</email>
</author>
<published>2018-12-14T10:14:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-host-ipmid/commit/?id=194375f2676715a0e0697bab63234a4efe39fb96'/>
<id>urn:sha1:194375f2676715a0e0697bab63234a4efe39fb96</id>
<content type='text'>
This starts a transition to common ipmid libraries that providers can
link against. It will allow for a cleaner separation between common
ipmid functionality and daemon type specific code. This is needed so we
can resolve all of the symbols in the providers at link time instead of
discovering bad linkage by building and running a full ipmi daemon.

In future commits libraries will be packaged for libipmid and libipmid-host
which provide all of the symbols used by the current set of ipmid
providers.

This is the first step, it just separates and renames the headers.
Legacy symlinks are still kept around for compatability. It also adds
stub libraries so that external users can start linking as intended.

Change-Id: I6bbd7a146362012d26812a7b039d1c4075862cbd
Signed-off-by: William A. Kennington III &lt;wak@google.com&gt;
</content>
</entry>
<entry>
<title>makefile cleanup</title>
<updated>2018-11-20T22:32:03+00:00</updated>
<author>
<name>Patrick Venture</name>
<email>venture@google.com</email>
</author>
<published>2018-11-15T03:31:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-host-ipmid/commit/?id=c64f802317db74512f51e25f6d16d14f4a43b43c'/>
<id>urn:sha1:c64f802317db74512f51e25f6d16d14f4a43b43c</id>
<content type='text'>
Cleanup the Makefile.am files to be consistent.  Space indentation was
replaced with tabs, and newlines consistently injected.

Change-Id: I5a5e343d6a3e9a7a65eae9827a61fcdd4fc33878
Signed-off-by: Patrick Venture &lt;venture@google.com&gt;
</content>
</entry>
<entry>
<title>softoff: Convert to sdeventplus loop</title>
<updated>2018-11-07T20:27:55+00:00</updated>
<author>
<name>William A. Kennington III</name>
<email>wak@google.com</email>
</author>
<published>2018-10-18T22:24:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-host-ipmid/commit/?id=4f67cc37b40baa61be47556166a0f6b8af4a9f63'/>
<id>urn:sha1:4f67cc37b40baa61be47556166a0f6b8af4a9f63</id>
<content type='text'>
Tested:
    Builds and passes unit tests

Change-Id: I6c37fa7088b7bcfbfc9f8b93185b826782a72c6a
Signed-off-by: William A. Kennington III &lt;wak@google.com&gt;
</content>
</entry>
<entry>
<title>Use the common timer class</title>
<updated>2018-10-18T14:47:54+00:00</updated>
<author>
<name>Vernon Mauery</name>
<email>vernon.mauery@linux.intel.com</email>
</author>
<published>2018-10-08T19:05:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-host-ipmid/commit/?id=1181af741589db873676f177ed85d6bc04884aa1'/>
<id>urn:sha1:1181af741589db873676f177ed85d6bc04884aa1</id>
<content type='text'>
The common timer class from sdbusplus offers all the timer goodness that
we currently use. The unit test is also no longer needed (and has been
added to sdbusplus's version of the timer.hpp implementation).

Change-Id: I278817489433a29ca739f70fdacd8bb897797d66
Signed-off-by: Vernon Mauery &lt;vernon.mauery@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>add .clang-format</title>
<updated>2018-09-07T23:45:41+00:00</updated>
<author>
<name>Patrick Venture</name>
<email>venture@google.com</email>
</author>
<published>2018-08-31T18:55:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-host-ipmid/commit/?id=0b02be925a29357f69abbc9e9a58e7c5aaed2eab'/>
<id>urn:sha1:0b02be925a29357f69abbc9e9a58e7c5aaed2eab</id>
<content type='text'>
Change-Id: I7c2a527b4751a560703a61fcbe9638b150546af5
Signed-off-by: Patrick Venture &lt;venture@google.com&gt;
</content>
</entry>
<entry>
<title>Use s.c_str() in log messages</title>
<updated>2018-05-31T14:33:25+00:00</updated>
<author>
<name>Joseph Reynolds</name>
<email>jrey@us.ibm.com</email>
</author>
<published>2018-05-30T16:51:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-host-ipmid/commit/?id=510eb9cc13a9437f9fc4965c080be8136d5e1320'/>
<id>urn:sha1:510eb9cc13a9437f9fc4965c080be8136d5e1320</id>
<content type='text'>
Fixes issues with data passed to phosphor::logging::log(entry()).
This is part of a series of commits that resolves openbmc 2905.

Tested: static_assert only

Change-Id: I9fac771f54e4acbec97ce1360c106b6e3eb4fe9d
Signed-off-by: Joseph Reynolds &lt;jrey@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Reducing IPMI logging footprint</title>
<updated>2018-04-18T21:02:48+00:00</updated>
<author>
<name>Aditya Saripalli</name>
<email>adisarip@in.ibm.com</email>
</author>
<published>2017-11-09T09:16:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-host-ipmid/commit/?id=5fb14603817baad7418b627ca41927d9ec7c4fc9'/>
<id>urn:sha1:5fb14603817baad7418b627ca41927d9ec7c4fc9</id>
<content type='text'>
-host-ipmid is very noisy in terms of journal logging. A small step
towards cleaning that up.
-Also converted printfs to phosphor-logging.

Partially Resolves openbmc/openbmc#2507

Change-Id: I749c19c18d1cabf6f0216830c8cb0a08ee43d6de
Signed-off-by: Aditya Saripalli &lt;aditya0124@gmail.com&gt;
Signed-off-by: Nagaraju Goruganti &lt;ngorugan@in.ibm.com&gt;
</content>
</entry>
<entry>
<title>Spelling fixes</title>
<updated>2017-10-31T13:41:53+00:00</updated>
<author>
<name>Gunnar Mills</name>
<email>gmills@us.ibm.com</email>
</author>
<published>2017-10-25T22:11:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-host-ipmid/commit/?id=8991dd62b7678ce012c545de01d36959b6e5b940'/>
<id>urn:sha1:8991dd62b7678ce012c545de01d36959b6e5b940</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: I78e9d126f19fd9fb2e3f2fa9fe8c2404dc505f82
Signed-off-by: Gunnar Mills &lt;gmills@us.ibm.com&gt;
</content>
</entry>
</feed>
