All of lore.kernel.org
 help / color / mirror / Atom feed
* New repo for System Fatal Error Diagnostics for POWER Systems
@ 2019-02-28 16:38 zshelle
  2019-03-05 18:27 ` zshelle
  0 siblings, 1 reply; 4+ messages in thread
From: zshelle @ 2019-02-28 16:38 UTC (permalink / raw)
  To: openbmc

The design proposal is here: 
https://gerrit.openbmc-project.xyz/#/c/openbmc/docs/+/18591/

In the design proposal, I indicated we need a repo for the analyzer side 
and the isolator side of the diagnostics. The analyzer side will all be 
OpenBMC specific code. That is the easy one. The isolator side will be 
common code used throughout several projects within OpenPOWER in 
addition to its application in OpenBMC. It's been pointed out to me that 
there will be some convenient advantages to putting this isolator repo 
in the OpenBMC project. However, it will be used heavily in several 
OpenPOWER projects. I should point out that while the isolator is 
currently geared towards POWER, it has the potential to be used on other 
architectures in the future. I would appreciate any input on this topic.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: New repo for System Fatal Error Diagnostics for POWER Systems
  2019-02-28 16:38 New repo for System Fatal Error Diagnostics for POWER Systems zshelle
@ 2019-03-05 18:27 ` zshelle
  2019-03-07 13:38   ` Brad Bishop
  0 siblings, 1 reply; 4+ messages in thread
From: zshelle @ 2019-03-05 18:27 UTC (permalink / raw)
  To: openbmc; +Cc: openbmc

On 2019-02-28 10:38, zshelle wrote:
> The design proposal is here:
> https://gerrit.openbmc-project.xyz/#/c/openbmc/docs/+/18591/
> 
> In the design proposal, I indicated we need a repo for the analyzer
> side and the isolator side of the diagnostics. The analyzer side will
> all be OpenBMC specific code. That is the easy one. The isolator side
> will be common code used throughout several projects within OpenPOWER
> in addition to its application in OpenBMC. It's been pointed out to me
> that there will be some convenient advantages to putting this isolator
> repo in the OpenBMC project. However, it will be used heavily in
> several OpenPOWER projects. I should point out that while the isolator
> is currently geared towards POWER, it has the potential to be used on
> other architectures in the future. I would appreciate any input on
> this topic.

Is there enough information in the proposal to at least get the repos 
created? Sorry to push, but I want to get these repos created before I 
am out on paternity leave starting this Friday.

For the analyzer, I was thinking of openpower-hw-diags or something 
along those lines.

I could use some suggestions for the isolator. It sounds like it could 
be used by more than POWER.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: New repo for System Fatal Error Diagnostics for POWER Systems
  2019-03-05 18:27 ` zshelle
@ 2019-03-07 13:38   ` Brad Bishop
  0 siblings, 0 replies; 4+ messages in thread
From: Brad Bishop @ 2019-03-07 13:38 UTC (permalink / raw)
  To: zshelle; +Cc: openbmc, openbmc

On Tue, Mar 05, 2019 at 12:27:10PM -0600, zshelle wrote:
>On 2019-02-28 10:38, zshelle wrote:
>>The design proposal is here:
>>https://gerrit.openbmc-project.xyz/#/c/openbmc/docs/+/18591/
>>
>>In the design proposal, I indicated we need a repo for the analyzer
>>side and the isolator side of the diagnostics. The analyzer side will
>>all be OpenBMC specific code. That is the easy one. The isolator side
>>will be common code used throughout several projects within OpenPOWER
>>in addition to its application in OpenBMC. It's been pointed out to me
>>that there will be some convenient advantages to putting this isolator
>>repo in the OpenBMC project. However, it will be used heavily in
>>several OpenPOWER projects. I should point out that while the isolator
>>is currently geared towards POWER, it has the potential to be used on
>>other architectures in the future. I would appreciate any input on
>>this topic.
>
>Is there enough information in the proposal to at least get the repos 
>created? Sorry to push, but I want to get these repos created before I 
>am out on paternity leave starting this Friday.
>
>For the analyzer, I was thinking of openpower-hw-diags or something 
>along those lines.
>
>I could use some suggestions for the isolator. It sounds like it could 
>be used by more than POWER.

Hi Zane

openpower-hw-diags and openpower-libhei (as discussed in IRC) created.
thx.

-brad

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: New repo for System Fatal Error Diagnostics for POWER Systems
@ 2019-03-07 15:31 zshelle
  0 siblings, 0 replies; 4+ messages in thread
From: zshelle @ 2019-03-07 15:31 UTC (permalink / raw)
  To: Brad Bishop; +Cc: openbmc, openbmc

On 2019-03-07 07:38, Brad Bishop wrote:
> On Tue, Mar 05, 2019 at 12:27:10PM -0600, zshelle wrote:
>> On 2019-02-28 10:38, zshelle wrote:
>>> The design proposal is here:
>>> https://gerrit.openbmc-project.xyz/#/c/openbmc/docs/+/18591/
>>> 
>>> In the design proposal, I indicated we need a repo for the analyzer
>>> side and the isolator side of the diagnostics. The analyzer side will
>>> all be OpenBMC specific code. That is the easy one. The isolator side
>>> will be common code used throughout several projects within OpenPOWER
>>> in addition to its application in OpenBMC. It's been pointed out to 
>>> me
>>> that there will be some convenient advantages to putting this 
>>> isolator
>>> repo in the OpenBMC project. However, it will be used heavily in
>>> several OpenPOWER projects. I should point out that while the 
>>> isolator
>>> is currently geared towards POWER, it has the potential to be used on
>>> other architectures in the future. I would appreciate any input on
>>> this topic.
>> 
>> Is there enough information in the proposal to at least get the repos 
>> created? Sorry to push, but I want to get these repos created before I 
>> am out on paternity leave starting this Friday.
>> 
>> For the analyzer, I was thinking of openpower-hw-diags or something 
>> along those lines.
>> 
>> I could use some suggestions for the isolator. It sounds like it could 
>> be used by more than POWER.
> 
> Hi Zane
> 
> openpower-hw-diags and openpower-libhei (as discussed in IRC) created.
> thx.
> 
> -brad

Awesome, thank you!

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-03-07 15:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-28 16:38 New repo for System Fatal Error Diagnostics for POWER Systems zshelle
2019-03-05 18:27 ` zshelle
2019-03-07 13:38   ` Brad Bishop
2019-03-07 15:31 zshelle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.