<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openpower-proc-control/procedures/p9, branch master</title>
<subtitle>OpenBMC OpenPOWER processor controller sources</subtitle>
<id>https://git.raptorcs.com/git/openpower-proc-control/atom?h=master</id>
<link rel='self' href='https://git.raptorcs.com/git/openpower-proc-control/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/openpower-proc-control/'/>
<updated>2019-04-01T19:21:45+00:00</updated>
<entry>
<title>cleanupPCIE: Catch file_error::Open exception</title>
<updated>2019-04-01T19:21:45+00:00</updated>
<author>
<name>Anthony Wilson</name>
<email>wilsonan@us.ibm.com</email>
</author>
<published>2019-03-26T22:05:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/openpower-proc-control/commit/?id=aa2030c2fb261ec9c3e43a04afdf8b7602d20258'/>
<id>urn:sha1:aa2030c2fb261ec9c3e43a04afdf8b7602d20258</id>
<content type='text'>
The bus that is read may only show up at certain
times, such as during poweron. It is not
a fatal error condition if the bus is not available.
So we will let it get logged to the journal, but not
let it get committed in this case.

Tested: It was an intermittent failure, but ran
        poweron/poweroff a few times and didn't see
        the error pop up again.

Resolves: openbmc/openbmc#3510

Change-Id: I47629e5f27fb847aa0094f0757b1988f8e645ebc
Signed-off-by: Anthony Wilson &lt;wilsonan@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Don't create errors in cleanupPCIE</title>
<updated>2019-02-05T16:20:19+00:00</updated>
<author>
<name>Matt Spinler</name>
<email>spinler@us.ibm.com</email>
</author>
<published>2019-02-05T16:20:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/openpower-proc-control/commit/?id=a27263d48e68712fbc97db0c785a13e2dad7b572'/>
<id>urn:sha1:a27263d48e68712fbc97db0c785a13e2dad7b572</id>
<content type='text'>
This code always just runs in the power off path, and at times it
may be called when power is already off.  In that case the FSI
access would fail since the processor won't have power, so just
catch the error and continue on.

Change-Id: Ic02b17875763b0540edaaec47ee19846f305db72
Signed-off-by: Matt Spinler &lt;spinler@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>In startHost, don't set bit 2 in scratch reg 8</title>
<updated>2018-11-26T22:13:18+00:00</updated>
<author>
<name>Matt Spinler</name>
<email>spinler@us.ibm.com</email>
</author>
<published>2018-10-26T18:43:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/openpower-proc-control/commit/?id=729521fef4fd2ab270fd0ebbc5035ad4ac7e5472'/>
<id>urn:sha1:729521fef4fd2ab270fd0ebbc5035ad4ac7e5472</id>
<content type='text'>
This was keeping hostboot from using some default scratch
register settings.

Tested: Tested by HW team

Change-Id: I1290acbabfa785e67a6038a3aadb7ececd9e1f7a
Signed-off-by: Matt Spinler &lt;spinler@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>p9: cleanupPcie: Run procedure on all CPUs</title>
<updated>2018-11-08T14:39:58+00:00</updated>
<author>
<name>Anthony Wilson</name>
<email>wilsonan@us.ibm.com</email>
</author>
<published>2018-11-08T05:00:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/openpower-proc-control/commit/?id=5970484133ac208bd3675697ac120901ea6654a7'/>
<id>urn:sha1:5970484133ac208bd3675697ac120901ea6654a7</id>
<content type='text'>
Procedure should be run on all of the master and
slave CPUs.

Change-Id: I323519b059cfbe14ccd6145e22b1bdae4fd3d476
Signed-off-by: Anthony Wilson &lt;wilsonan@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>p9: cleanupPcie: Correct line endings</title>
<updated>2018-11-08T04:53:11+00:00</updated>
<author>
<name>Anthony Wilson</name>
<email>wilsonan@us.ibm.com</email>
</author>
<published>2018-11-08T04:53:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/openpower-proc-control/commit/?id=7052f71ea6be053a81e6b0a6e6f06731319f3510'/>
<id>urn:sha1:7052f71ea6be053a81e6b0a6e6f06731319f3510</id>
<content type='text'>
Change-Id: Ia8c516ca1a4ceca46a88c9de72cd765e3b2884c2
Signed-off-by: Anthony Wilson &lt;wilsonan@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>add .clang-format</title>
<updated>2018-11-02T14:44:49+00:00</updated>
<author>
<name>Patrick Venture</name>
<email>venture@google.com</email>
</author>
<published>2018-11-01T22:39:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/openpower-proc-control/commit/?id=f78d90420967100233cc9c2a5e0834e9789e2637'/>
<id>urn:sha1:f78d90420967100233cc9c2a5e0834e9789e2637</id>
<content type='text'>
Add .clang-format for automatic style.

Change-Id: I6d240009370179b5b8f1f646b0476a059ec6aa85
Signed-off-by: Patrick Venture &lt;venture@google.com&gt;
</content>
</entry>
<entry>
<title>s/copyright char/(C)/g to make compiler happy</title>
<updated>2018-11-02T14:43:59+00:00</updated>
<author>
<name>Patrick Venture</name>
<email>venture@google.com</email>
</author>
<published>2018-11-01T23:06:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/openpower-proc-control/commit/?id=e84b4ddb671d97cb4725ee2de18979c69e42b971'/>
<id>urn:sha1:e84b4ddb671d97cb4725ee2de18979c69e42b971</id>
<content type='text'>
Compiler complaining about the copyright characters.

Change-Id: I6730a50a668899a33e9dfcc4accb67ee207a3f08
Signed-off-by: Patrick Venture &lt;venture@google.com&gt;
</content>
</entry>
<entry>
<title>Add cleanupPcie to openpower-proc-control</title>
<updated>2018-10-26T05:07:13+00:00</updated>
<author>
<name>Anthony Wilson</name>
<email>wilsonan@us.ibm.com</email>
</author>
<published>2018-10-24T21:37:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/openpower-proc-control/commit/?id=f0d958dff595613dc628352bd8430029d91d54ab'/>
<id>urn:sha1:f0d958dff595613dc628352bd8430029d91d54ab</id>
<content type='text'>
This disables the drivers and receiver in the
PCIE root control 1 register as follows:
    BIT     NAME           VALUE
    19      TP_RI_DC_B     0b0
    20      TP_DI1_DC_B    0b0
    21      TP_DI2_DC_B    0b0

This should be run on a power off.

Change-Id: I6e027260f78a3fc451a45832f6f9bcf9afc8c3b9
Signed-off-by: Anthony Wilson &lt;wilsonan@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Log istep info on watchdog timeout</title>
<updated>2017-10-25T01:44:39+00:00</updated>
<author>
<name>spashabk-in</name>
<email>shakeebbk@in.ibm.com</email>
</author>
<published>2017-09-19T09:11:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/openpower-proc-control/commit/?id=6ebf5cacaa4ce0581c4211493464e15a07c8ac51'/>
<id>urn:sha1:6ebf5cacaa4ce0581c4211493464e15a07c8ac51</id>
<content type='text'>
1. SBE istep info (cfam 2809)
2. HB istep info (cfam 283C)

Change-Id: I67632c58fe1148b980791dc017e5c099107caae5
Signed-off-by: Shakeeb Pasha &lt;shakeebbk@in.ibm.com&gt;
</content>
</entry>
<entry>
<title>Use all phosphor-dbus-interfaces errors</title>
<updated>2017-10-04T17:30:58+00:00</updated>
<author>
<name>Matt Spinler</name>
<email>spinler@us.ibm.com</email>
</author>
<published>2017-10-04T16:26:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/openpower-proc-control/commit/?id=a231ceb41e695cfc0a77699b15e5ea4281e212a9'/>
<id>urn:sha1:a231ceb41e695cfc0a77699b15e5ea4281e212a9</id>
<content type='text'>
Remove the local error definitions and use the
ones in phosphor-dbus-interfaces instead as the ones
there suit our purposes and it simplifies this repository
to do so.

Change-Id: I18428c496914153270ecb181e7193acd0e386e97
Signed-off-by: Matt Spinler &lt;spinler@us.ibm.com&gt;
</content>
</entry>
</feed>
