* New repos request
@ 2020-03-26 20:05 Bills, Jason M
2020-03-31 15:40 ` Brad Bishop
0 siblings, 1 reply; 6+ messages in thread
From: Bills, Jason M @ 2020-03-26 20:05 UTC (permalink / raw)
To: openbmc@lists.ozlabs.org, bradleyb
Hi Brad,
We're doing some housekeeping and have some code various places that
we'd like to move into github.com/openbmc repos.
I'd like to request the following four new repos, if possible:
host-error-monitor
libpeci
pfr-manager
service-config-manager
Please let me know if you have any questions. Thanks!
-Jason
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: New repos request
2020-03-26 20:05 New repos request Bills, Jason M
@ 2020-03-31 15:40 ` Brad Bishop
2020-03-31 17:03 ` Vijay Khemka
0 siblings, 1 reply; 6+ messages in thread
From: Brad Bishop @ 2020-03-31 15:40 UTC (permalink / raw)
To: Bills, Jason M; +Cc: openbmc@lists.ozlabs.org
at 4:05 PM, Bills, Jason M <jason.m.bills@linux.intel.com> wrote:
> Hi Brad,
>
> We're doing some housekeeping and have some code various places that we'd
> like to move into github.com/openbmc repos.
>
> I'd like to request the following four new repos, if possible:
> host-error-monitor
> libpeci
> pfr-manager
> service-config-manager
>
> Please let me know if you have any questions. Thanks!
> -Jason
done!
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: New repos request
2020-03-31 15:40 ` Brad Bishop
@ 2020-03-31 17:03 ` Vijay Khemka
2020-03-31 19:33 ` Bills, Jason M
0 siblings, 1 reply; 6+ messages in thread
From: Vijay Khemka @ 2020-03-31 17:03 UTC (permalink / raw)
To: Brad Bishop, Bills, Jason M; +Cc: openbmc@lists.ozlabs.org
Hi Jason,
Can we get some details about these repos like features, usage.
Regards
-Vijay
On 3/31/20, 8:45 AM, "openbmc on behalf of Brad Bishop" <openbmc-bounces+vijaykhemka=fb.com@lists.ozlabs.org on behalf of bradleyb@fuzziesquirrel.com> wrote:
at 4:05 PM, Bills, Jason M <jason.m.bills@linux.intel.com> wrote:
> Hi Brad,
>
> We're doing some housekeeping and have some code various places that we'd
> like to move into github.com/openbmc repos.
>
> I'd like to request the following four new repos, if possible:
> host-error-monitor
> libpeci
> pfr-manager
> service-config-manager
>
> Please let me know if you have any questions. Thanks!
> -Jason
done!
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: New repos request
2020-03-31 17:03 ` Vijay Khemka
@ 2020-03-31 19:33 ` Bills, Jason M
2020-03-31 19:58 ` Vijay Khemka
0 siblings, 1 reply; 6+ messages in thread
From: Bills, Jason M @ 2020-03-31 19:33 UTC (permalink / raw)
To: openbmc
On 3/31/2020 10:03 AM, Vijay Khemka wrote:
> Hi Jason,
> Can we get some details about these repos like features, usage.
Sure. I will update the ones that I know below but will have to depend
on others to add more detail.
>
> Regards
> -Vijay
>
> On 3/31/20, 8:45 AM, "openbmc on behalf of Brad Bishop" <openbmc-bounces+vijaykhemka=fb.com@lists.ozlabs.org on behalf of bradleyb@fuzziesquirrel.com> wrote:
>
> at 4:05 PM, Bills, Jason M <jason.m.bills@linux.intel.com> wrote:
>
> > Hi Brad,
> >
> > We're doing some housekeeping and have some code various places that we'd
> > like to move into github.com/openbmc repos.
> >
> > I'd like to request the following four new repos, if possible:
> > host-error-monitor
This application will monitor various GPIOs and signals from the host
and take the appropriate action when they are detected. For example,
log the event, capture a crashdump, etc.
Will be ported from: https://github.com/Intel-BMC/host-error-monitor
> > libpeci
This is a library to provide an interface to the PECI driver.
Will be ported from:
https://github.com/Intel-BMC/provingground/tree/master/libpeci
> > pfr-manager
Will be ported from:
https://github.com/Intel-BMC/provingground/tree/master/intel-pfr-manager
> > service-config-manager
Will be ported from:
https://github.com/Intel-BMC/provingground/tree/master/srvcfg-manager
> >
> > Please let me know if you have any questions. Thanks!
> > -Jason
>
> done!
Thanks, Brad!
>
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: New repos request
2020-03-31 19:33 ` Bills, Jason M
@ 2020-03-31 19:58 ` Vijay Khemka
2020-04-01 18:34 ` Bills, Jason M
0 siblings, 1 reply; 6+ messages in thread
From: Vijay Khemka @ 2020-03-31 19:58 UTC (permalink / raw)
To: Bills, Jason M, openbmc@lists.ozlabs.org
On 3/31/20, 12:34 PM, "openbmc on behalf of Bills, Jason M" <openbmc-bounces+vijaykhemka=fb.com@lists.ozlabs.org on behalf of jason.m.bills@linux.intel.com> wrote:
On 3/31/2020 10:03 AM, Vijay Khemka wrote:
> Hi Jason,
> Can we get some details about these repos like features, usage.
Sure. I will update the ones that I know below but will have to depend
on others to add more detail.
>
> Regards
> -Vijay
>
> On 3/31/20, 8:45 AM, "openbmc on behalf of Brad Bishop" <openbmc-bounces+vijaykhemka=fb.com@lists.ozlabs.org on behalf of bradleyb@fuzziesquirrel.com> wrote:
>
> at 4:05 PM, Bills, Jason M <jason.m.bills@linux.intel.com> wrote:
>
> > Hi Brad,
> >
> > We're doing some housekeeping and have some code various places that we'd
> > like to move into github.com/openbmc repos.
> >
> > I'd like to request the following four new repos, if possible:
> > host-error-monitor
This application will monitor various GPIOs and signals from the host
and take the appropriate action when they are detected. For example,
log the event, capture a crashdump, etc.
Why can't we use phosphor-gpio-montor for this. In my understanding, phosphor-gpio-monitor
does the same.
Will be ported from: https://github.com/Intel-BMC/host-error-monitor
> > libpeci
This is a library to provide an interface to the PECI driver.
Will be ported from:
https://github.com/Intel-BMC/provingground/tree/master/libpeci
> > pfr-manager
Will be ported from:
https://github.com/Intel-BMC/provingground/tree/master/intel-pfr-manager
> > service-config-manager
Will be ported from:
https://github.com/Intel-BMC/provingground/tree/master/srvcfg-manager
> >
> > Please let me know if you have any questions. Thanks!
> > -Jason
>
> done!
Thanks, Brad!
>
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: New repos request
2020-03-31 19:58 ` Vijay Khemka
@ 2020-04-01 18:34 ` Bills, Jason M
0 siblings, 0 replies; 6+ messages in thread
From: Bills, Jason M @ 2020-04-01 18:34 UTC (permalink / raw)
To: openbmc
On 3/31/2020 12:58 PM, Vijay Khemka wrote:
>
>
> On 3/31/20, 12:34 PM, "openbmc on behalf of Bills, Jason M" <openbmc-bounces+vijaykhemka=fb.com@lists.ozlabs.org on behalf of jason.m.bills@linux.intel.com> wrote:
>
>
>
> On 3/31/2020 10:03 AM, Vijay Khemka wrote:
> > Hi Jason,
> > Can we get some details about these repos like features, usage.
> Sure. I will update the ones that I know below but will have to depend
> on others to add more detail.
> >
> > Regards
> > -Vijay
> >
> > On 3/31/20, 8:45 AM, "openbmc on behalf of Brad Bishop" <openbmc-bounces+vijaykhemka=fb.com@lists.ozlabs.org on behalf of bradleyb@fuzziesquirrel.com> wrote:
> >
> > at 4:05 PM, Bills, Jason M <jason.m.bills@linux.intel.com> wrote:
> >
> > > Hi Brad,
> > >
> > > We're doing some housekeeping and have some code various places that we'd
> > > like to move into github.com/openbmc repos.
> > >
> > > I'd like to request the following four new repos, if possible:
> > > host-error-monitor
> This application will monitor various GPIOs and signals from the host
> and take the appropriate action when they are detected. For example,
> log the event, capture a crashdump, etc.
>
> Why can't we use phosphor-gpio-montor for this. In my understanding, phosphor-gpio-monitor
> does the same.
Sorry, I wasn't aware of phosphor-gpio-monitor. Right now it is all
GPIOs, so could probably be done there. Additional monitoring may be
added in the future for non-GPIO signals.
>
> Will be ported from: https://github.com/Intel-BMC/host-error-monitor
>
> > > libpeci
> This is a library to provide an interface to the PECI driver.
>
> Will be ported from:
> https://github.com/Intel-BMC/provingground/tree/master/libpeci
>
> > > pfr-manager
> Will be ported from:
> https://github.com/Intel-BMC/provingground/tree/master/intel-pfr-manager
>
> > > service-config-manager
> Will be ported from:
> https://github.com/Intel-BMC/provingground/tree/master/srvcfg-manager
>
> > >
> > > Please let me know if you have any questions. Thanks!
> > > -Jason
> >
> > done!
> Thanks, Brad!
> >
> >
>
>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2020-04-01 18:35 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-26 20:05 New repos request Bills, Jason M
2020-03-31 15:40 ` Brad Bishop
2020-03-31 17:03 ` Vijay Khemka
2020-03-31 19:33 ` Bills, Jason M
2020-03-31 19:58 ` Vijay Khemka
2020-04-01 18:34 ` Bills, Jason M
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.