History log of /openbmc/pyphosphor/ (Results 26 – 50 of 77)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
7c08c35721-Nov-2017 Andrew Geissler <geissonator@yahoo.com>

Change default of PowerSupplyRedundancy to enabled

By default, systems should be in redundant mode so the
power management system properly handles power supply
failures.

When this setting is disabl

Change default of PowerSupplyRedundancy to enabled

By default, systems should be in redundant mode so the
power management system properly handles power supply
failures.

When this setting is disabled, the OCC will disable GPU
throttling and will not enforce a n level power cap.

Partially Resolves openbmc/openbmc#2665

Change-Id: I7850d962172d3a0209ef5fee8d39b5c57e6ef5c0
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>

show more ...

2b05434827-Oct-2017 Brad Bishop <bradleyb@fuzziesquirrel.com>

dbuslib: Add decorator for property only ifaces

The built-in Introspect method in dbus-python doesn't find
interfaces if the @method or @signal decorators aren't used
(property-only interfaces). Us

dbuslib: Add decorator for property only ifaces

The built-in Introspect method in dbus-python doesn't find
interfaces if the @method or @signal decorators aren't used
(property-only interfaces). Use this decorator on classes
derived from dbus.service.Object to help the dbus-python provided
Introspect method find these interfaces.

Change-Id: Icaf6fc3a32ce44a653a440ae5ca531cf67a4e1cf
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>

show more ...

c88b095829-Jul-2017 Brad Bishop <bradleyb@fuzziesquirrel.com>

dbuslib: Point OBJ_PREFIX at new xyz namespace

Resolves: openbmc/openbmc#1314

Change-Id: I20e1a64ceb9928c17cbd4217fa93941cf2912aa1
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>

10ad8c3330-Jun-2017 Brad Bishop <bradleyb@fuzziesquirrel.com>

libsensors: pep8 fixes

Change-Id: If2608216a919be9b929ac2f99ad29ba2b789fa98
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>

4f91484f30-Jun-2017 Brad Bishop <bradleyb@fuzziesquirrel.com>

libsensors: Remove unused or unsupported types

A number of these types are unused or are now implemented in the
xyz sensors namespace. Remove.

Change-Id: Ic177bef8eba0f8add38254494051d2049a1148be

libsensors: Remove unused or unsupported types

A number of these types are unused or are now implemented in the
xyz sensors namespace. Remove.

Change-Id: Ic177bef8eba0f8add38254494051d2049a1148be
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>

show more ...

9070d1b822-May-2017 Andrew Geissler <andrewg@us.ibm.com>

Increase boot count for SBE side switch

The host gets one additional boot try when switching
over to the alternate SBE seeprom side

Change-Id: Ia692fffdb6720a1b80d9cf2c9cdc279acf84efe5
Signed-off-b

Increase boot count for SBE side switch

The host gets one additional boot try when switching
over to the alternate SBE seeprom side

Change-Id: Ia692fffdb6720a1b80d9cf2c9cdc279acf84efe5
Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>

show more ...

0a3eeb8f18-Apr-2017 Jayanth Othayoth <ojayanth@in.ibm.com>

Disable user updates for Power Cap Sensor

Resolves openbmc/openbmc#1421

Change-Id: Id956ea27f5e212928b9698c11180d1945e3350c3
Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>

857e4b8327-Mar-2017 Jayanth Othayoth <ojayanth@in.ibm.com>

Add Power Supply Derating Sensor Support.

Change-Id: I328315159d1b7c0287f4af5b69973e2c708a7cb2
Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>

7a57f95b28-Mar-2017 Jayanth Othayoth <ojayanth@in.ibm.com>

Add Turbo Allowed Sensor support

Change-Id: I407e507f79e0491e36b0404a8ba486a5c88469f5
Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>

93daccf728-Mar-2017 Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>

Corrected sensor name from PsRedundancy to PowerSupplyRedundancy

resolves openbmc/openbmc#1391

Change-Id: Iba7d2af745f8e30e42fd447b8cc3f05cb76c9eb5
Signed-off-by: Dhruvaraj Subhashchandran <dhruvar

Corrected sensor name from PsRedundancy to PowerSupplyRedundancy

resolves openbmc/openbmc#1391

Change-Id: Iba7d2af745f8e30e42fd447b8cc3f05cb76c9eb5
Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>

show more ...

dc0dc12b21-Mar-2017 Dhruvaraj S <dhruvaraj@in.ibm.com>

Sensor reading support for Power Supply Redundancy

Added Power Supply Redundancy Sensor and prevented
setting the value.

Change-Id: If05ecb74c1e05ac59da1ae4dbb265ba65ce7744b
Signed-off-by: Dhruvara

Sensor reading support for Power Supply Redundancy

Added Power Supply Redundancy Sensor and prevented
setting the value.

Change-Id: If05ecb74c1e05ac59da1ae4dbb265ba65ce7744b
Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>

show more ...

57e3bf9608-Sep-2016 Yi Li <adamliyi@msn.com>

Add BootProgress signal for BootProgressSensor

This signal broadcasts current boot progress when sensor value changes.

Partially resolves openbmc/openbmc#315

Change-Id: If490852f2cfc620f720d6edfa6

Add BootProgress signal for BootProgressSensor

This signal broadcasts current boot progress when sensor value changes.

Partially resolves openbmc/openbmc#315

Change-Id: If490852f2cfc620f720d6edfa629881212a43312
Signed-off-by: Yi Li <adamliyi@msn.com>

show more ...

4fed868c28-Sep-2016 Patrick Williams <patrick@stwcx.xyz>

dbus-binding: Fix 'pop' error when no validator given

Fixes openbmc/openbmc#606.

Change-Id: Id39435f8177d053c317ebe2e48c1c3fd9d3a2385
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>

0722564e20-Sep-2016 Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>

Callback input validator function on property set

This will provide a way for subclasses to register a callback handler which will
then be called into whenever a property update is attempted. The c

Callback input validator function on property set

This will provide a way for subclasses to register a callback handler which will
then be called into whenever a property update is attempted. The callback will
validate the user inputs and then either throw exception or return success. On
an exception, its rethrown.

Change-Id: I4c1920adb7e4873f2c530752313dd3ebc2230dc2
Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>

show more ...

b00a989b19-Sep-2016 Brad Bishop <bradleyb@fuzziesquirrel.com>

utils: add prefix

Allow some composition of the strings returned by
org_dot_openbmc_match_strings.

Signed-off-by: Brad Bishop <bradleyb
Change-Id: I8e6a522af175bba70aedbfb4f5a65e06b9237598

bf72047d19-Sep-2016 Brad Bishop <bradleyb@fuzziesquirrel.com>

utils: match parents

Match parents like '/org' in addition to '/org/openbmc/foo' when
testing with org_dot_openbmc_match.

Change-Id: I707f1de0367bfad0de4afa4436b10203c0d7f852
Signed-off-by: Brad Bi

utils: match parents

Match parents like '/org' in addition to '/org/openbmc/foo' when
testing with org_dot_openbmc_match.

Change-Id: I707f1de0367bfad0de4afa4436b10203c0d7f852
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>

show more ...

25af4ba815-Sep-2016 Brad Bishop <bradleyb@fuzziesquirrel.com>

utils: provide dbus match strings

Provide a list of name filters, suitable for use with dbus
interface/path name matching.

Change-Id: I47a3be43e4460e35ec457436300fac82eb18a03f
Signed-off-by: Brad B

utils: provide dbus match strings

Provide a list of name filters, suitable for use with dbus
interface/path name matching.

Change-Id: I47a3be43e4460e35ec457436300fac82eb18a03f
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>

show more ...

d874f0b008-Sep-2016 Brad Bishop <bradleyb@fuzziesquirrel.com>

bindings: cooperative multiple inheritance

Update Properties and ObjectManager constructors
such that they cooperate in a multiple inheritance
hierarchy.

For details, see this blog post referenced

bindings: cooperative multiple inheritance

Update Properties and ObjectManager constructors
such that they cooperate in a multiple inheritance
hierarchy.

For details, see this blog post referenced by the
official python documentation:
https://rhettinger.wordpress.com/2011/05/26/super-considered-super

Change-Id: I586e6fa9f1a369693c73b9307786d3c8a05dd9a3
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>

show more ...

84ed6e1708-Sep-2016 Brad Bishop <bradleyb@fuzziesquirrel.com>

bindings: Add missing module imports

Change-Id: I498d6e2437b91263de825456125e3b805efa0179
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>

93d0cf0508-Sep-2016 Brad Bishop <bradleyb@fuzziesquirrel.com>

bindings: remove unused methods

Change-Id: I99eb622d963d9bb8df6fd9072c482f71c8e881c2
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>

4234e71808-Sep-2016 Brad Bishop <bradleyb@fuzziesquirrel.com>

Remove Path class

Unused, and os.path should be favored anyway.

Change-Id: I9ba718e15695d9e14b8893ef09721fb4f90c2b85
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>

91ae8f9108-Sep-2016 Brad Bishop <bradleyb@fuzziesquirrel.com>

Add xyz.openbmc-project to interface match

In preparation for migration to xyz.openbmc-project.

Change-Id: Ia134de704affb3b51726790ea38b9b36bdda16b1
Signed-off-by: Brad Bishop <bradleyb@fuzziesquir

Add xyz.openbmc-project to interface match

In preparation for migration to xyz.openbmc-project.

Change-Id: Ia134de704affb3b51726790ea38b9b36bdda16b1
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>

show more ...

654526d529-Aug-2016 Brad Bishop <bradleyb@fuzziesquirrel.com>

Add WSGI namespaces

Add wsgi and wsgi/apps directories in the obmc package namespace.

Change-Id: I289a37ba111385e3129628d141a6ed530a7a3def
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>

5f80b79b29-Aug-2016 Brad Bishop <bradleyb@fuzziesquirrel.com>

Rename pyobmc to pyphosphor

Change-Id: I4992473bef644cc8a68e38cb55c2e01200e919d7
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>

ecf8bd8f15-Aug-2016 Edward A. James <eajames@us.ibm.com>

change sensor scaling algorithm for exponential scales

- scale values should be exponentials (10^x)
- implement adjust factor

depends on Iaf2d5e30df620212dd3c9e821d6462964520dc44

Change-Id: Id4e1d

change sensor scaling algorithm for exponential scales

- scale values should be exponentials (10^x)
- implement adjust factor

depends on Iaf2d5e30df620212dd3c9e821d6462964520dc44

Change-Id: Id4e1dfad0def21f9f1d341d859c3b2c237dea080
Signed-off-by: Edward A. James <eajames@us.ibm.com>

show more ...

1234