All of lore.kernel.org
 help / color / mirror / Atom feed
* Read-Only IPMI sensors
@ 2018-08-13 18:33 Adriana Kobylak
  2018-08-13 18:31 ` James Feist
  0 siblings, 1 reply; 4+ messages in thread
From: Adriana Kobylak @ 2018-08-13 18:33 UTC (permalink / raw)
  To: openbmc

There are a couple IPMI sensors that are not yet included in the 
data-driven design of IPMI because they're intended to be read-only 
(example: https://github.com/openbmc/openbmc/issues/2154).

Some options to implement these:

1. Add support in sdbusplus for read-only properties and map these 
sensors to a read-only d-bus property.

2. Have a (json?) file with the sensor settings and have IPMI and any 
other interested apps read the file directly to retrieve the sensor 
values.

3. Add read-only sensors to a d-bus object and override the "setter" 
function to be a no-op to prevent the value from being modified.

4. Combination of above / other options.

Thoughts?

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

end of thread, other threads:[~2018-08-14 14:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-13 18:33 Read-Only IPMI sensors Adriana Kobylak
2018-08-13 18:31 ` James Feist
2018-08-14  0:03   ` Emily Shaffer
2018-08-14 14:14     ` Adriana Kobylak

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.