<feed xmlns='http://www.w3.org/2005/Atom'>
<title>talos-openbmc, branch v1.99.1</title>
<subtitle>Talos™ II OpenBMC sources</subtitle>
<id>https://git.raptorcs.com/git/talos-openbmc/atom?h=v1.99.1</id>
<link rel='self' href='https://git.raptorcs.com/git/talos-openbmc/atom?h=v1.99.1'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-openbmc/'/>
<updated>2017-01-21T00:07:46+00:00</updated>
<entry>
<title>Send HUP signal to mboxd on power off</title>
<updated>2017-01-21T00:07:46+00:00</updated>
<author>
<name>Matt Spinler</name>
<email>spinler@us.ibm.com</email>
</author>
<published>2017-01-20T21:32:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-openbmc/commit/?id=9f77d288612846e090ec863a8763a982b67e4d4a'/>
<id>urn:sha1:9f77d288612846e090ec863a8763a982b67e4d4a</id>
<content type='text'>
mboxd needs to receive a HUP signal to reset it
in between boots, so this will do that on a power
off so it will be ready for the next boot.

This adds about 25s to the power off sequence.

Change-Id: Icaf86de0c1fda297e74229e5ab0b182dfba96456
Signed-off-by: Matt Spinler &lt;spinler@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>mboxd: increase verbosity</title>
<updated>2017-01-20T04:24:33+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>patrick@stwcx.xyz</email>
</author>
<published>2017-01-20T04:24:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-openbmc/commit/?id=3874d0c89e69b02cc43d96bffd22745ac37cb2cc'/>
<id>urn:sha1:3874d0c89e69b02cc43d96bffd22745ac37cb2cc</id>
<content type='text'>
Change-Id: Ieb8f007b0cc7f4699740913b06e1243629171621
Signed-off-by: Patrick Williams &lt;patrick@stwcx.xyz&gt;
</content>
</entry>
<entry>
<title>openpower-p9: disable host watchdog</title>
<updated>2017-01-20T03:56:50+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>patrick@stwcx.xyz</email>
</author>
<published>2017-01-20T03:53:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-openbmc/commit/?id=58d51ef5015b7f49e926f2e1cea7a463531e0c27'/>
<id>urn:sha1:58d51ef5015b7f49e926f2e1cea7a463531e0c27</id>
<content type='text'>
Hostboot currently does not have IPMI support enabled on P9
systems.  Therefore, we need to disable the host watchdog.

Temporary workaround to be removed with openbmc/openbmc#993.

Change-Id: I875a3927af6ec34d2caf4c694b0a89c35a2bff74
Signed-off-by: Patrick Williams &lt;patrick@stwcx.xyz&gt;
</content>
</entry>
<entry>
<title>phosphor-state-manager: remove daemon duplication</title>
<updated>2017-01-20T03:20:49+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>patrick@stwcx.xyz</email>
</author>
<published>2017-01-20T03:20:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-openbmc/commit/?id=9e206396d08360bf8248e571d07337cd75ad8fe0'/>
<id>urn:sha1:9e206396d08360bf8248e571d07337cd75ad8fe0</id>
<content type='text'>
The phosphor-state-manager repository builds [at least] two executables:
    * phosphor-host-state-manager
    * phosphor-chassis-state-manager

phosphor-host-state-manager.bb and phosphor-chassis-state-manager.bb
were effectively the exact same file and had no assignment of
executables to files.  The result was that both packages installed both
daemons and caused an installation collision.

Combine the two recipes into a single recipe with the correct package
relationship for each executable.

Change-Id: I76a1e598bebc5090ae374271bbd5e8e32967cb43
Signed-off-by: Patrick Williams &lt;patrick@stwcx.xyz&gt;
</content>
</entry>
<entry>
<title>mrw-rev.bbclass: bump version</title>
<updated>2017-01-20T02:34:40+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>patrick@stwcx.xyz</email>
</author>
<published>2017-01-19T21:00:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-openbmc/commit/?id=48b42e0086847aa8b87b4102d7af315d91f3b45d'/>
<id>urn:sha1:48b42e0086847aa8b87b4102d7af315d91f3b45d</id>
<content type='text'>
Change-Id: Ia39f9c3e5d62dce6f47653437fd78677b072bd46
Signed-off-by: Patrick Williams &lt;patrick@stwcx.xyz&gt;
</content>
</entry>
<entry>
<title>phosphor-chassis-state-manager.bb: bump version</title>
<updated>2017-01-20T02:34:31+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>patrick@stwcx.xyz</email>
</author>
<published>2017-01-19T21:50:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-openbmc/commit/?id=0c82bd40a9742160c50caf0a5a158eb2588c1335'/>
<id>urn:sha1:0c82bd40a9742160c50caf0a5a158eb2588c1335</id>
<content type='text'>
Change-Id: Ib2ec929fae40128fa5a9bd00c7b1820774eeaeec
Signed-off-by: Patrick Williams &lt;patrick@stwcx.xyz&gt;
</content>
</entry>
<entry>
<title>phosphor-host-state-manager.bb: bump version</title>
<updated>2017-01-20T02:34:24+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>patrick@stwcx.xyz</email>
</author>
<published>2017-01-19T21:50:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-openbmc/commit/?id=20e4d89b38f78ecda4334af7ecd16fa5638160ee'/>
<id>urn:sha1:20e4d89b38f78ecda4334af7ecd16fa5638160ee</id>
<content type='text'>
Change-Id: I7932dfc283a22fa9484198d6d40c50d1a83d5a58
Signed-off-by: Patrick Williams &lt;patrick@stwcx.xyz&gt;
</content>
</entry>
<entry>
<title>Rename packagegroup-phosphor-apps</title>
<updated>2017-01-20T02:33:16+00:00</updated>
<author>
<name>Brad Bishop</name>
<email>bradleyb@fuzziesquirrel.com</email>
</author>
<published>2017-01-13T02:44:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-openbmc/commit/?id=3077a7f2bad4fbbf61cca007f2285d617438ebd0'/>
<id>urn:sha1:3077a7f2bad4fbbf61cca007f2285d617438ebd0</id>
<content type='text'>
Rename to packagegroup-obmc-apps as this recipe provides structure
as opposed to reference implementation (Phosphor).

Change-Id: I0e0aa51453d35dce675874ffaf3ea497d097ed1a
Signed-off-by: Brad Bishop &lt;bradleyb@fuzziesquirrel.com&gt;
</content>
</entry>
<entry>
<title>meta-phosphor: Add Mailbox Daemon</title>
<updated>2017-01-20T01:08:22+00:00</updated>
<author>
<name>Cyril Bur</name>
<email>cyril.bur@au1.ibm.com</email>
</author>
<published>2017-01-12T07:13:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-openbmc/commit/?id=b73580ed57b925d5cc3de8fe9739a6490903243c'/>
<id>urn:sha1:b73580ed57b925d5cc3de8fe9739a6490903243c</id>
<content type='text'>
Change-Id: I981ec3223ba5af71e50f11d699a3f6b5448f96c8
Signed-off-by: Cyril Bur &lt;cyril.bur@au1.ibm.com&gt;
Signed-off-by: Andrew Jeffery &lt;andrew@aj.id.au&gt;
Signed-off-by: Joel Stanley &lt;joel@jms.id.au&gt;
Signed-off-by: Patrick Williams &lt;patrick@stwcx.xyz&gt;
</content>
</entry>
<entry>
<title>Add P9 clock mux select override</title>
<updated>2017-01-20T01:07:55+00:00</updated>
<author>
<name>Matt Spinler</name>
<email>spinler@us.ibm.com</email>
</author>
<published>2017-01-19T21:26:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-openbmc/commit/?id=bfa154a36e9ac31964faf6ffd1f6f3fb6ef186c6'/>
<id>urn:sha1:bfa154a36e9ac31964faf6ffd1f6f3fb6ef186c6</id>
<content type='text'>
Change-Id: I0172b7062d6afe58e78bbd4704253c9ac5a9dbcf
Signed-off-by: Matt Spinler &lt;spinler@us.ibm.com&gt;
</content>
</entry>
</feed>
