Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | skeleton: Add BMC warmReset() method to org.openbmc.control.Bmc dbus interface | William | 2016-01-30 | 6 | -40/+78 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.The host sends IPMI 'warm reset' command to reset BMC. Ipmid calls the org.openbmc.control.Bmc::warmReset() to do reset. warmReset() just invokes "reboot", which in effect same as a 'warm' reset. 2.Add control.bmc to Palmetto.py/Barreleye.py to initialize this dbus method. 3.Comment g_idle_add() for loop issue. Signed-off-by: Nan Li <bjlinan@cn.ibm.com> | |||||
* | | | add power policy handling | Norman James | 2016-01-31 | 2 | -22/+25 | |
| | | | ||||||
* | | | remove ipmid.py | Norman James | 2016-01-31 | 1 | -86/+0 | |
| | | | ||||||
* | | | change object path for occ status sensor | Norman James | 2016-01-31 | 4 | -10/+27 | |
| | | | ||||||
* | | | add occ status sensor for 2nd socket | Norman James | 2016-01-31 | 1 | -0/+5 | |
| | | | ||||||
* | | | Merge pull request #34 from adamliyi/sys-power | nkskjames | 2016-01-31 | 2 | -0/+18 | |
|\ \ \ | | | | | | | | | skeleton: Add dbus objects for OCC CAPS sensors | |||||
| * | | | skeleton: Add dbus objects for OCC CAPS sensors | Yi Li | 2016-01-31 | 2 | -0/+18 | |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | BMC can poll OCC for CAPS sensors. These sensors provide information on system PowerCap. One of the sensors named 'Current System Power Reading' can be used for reading current system power consumption. This patch add dbus interface for the OCC CAPS sensors. Signed-off-by: Yi Li <adamliyi@msn.com> | |||||
* | | | remove new led controller | Norman James | 2016-01-30 | 1 | -7/+1 | |
| | | | ||||||
* | | | add support for persistent storage flashing scheme | Norman James | 2016-01-30 | 3 | -5/+134 | |
| | | | ||||||
* | | | add download method for new BMC update process | Norman James | 2016-01-30 | 1 | -1/+23 | |
| | | | ||||||
* | | | Merge pull request #31 from adamliyi/occstatus | nkskjames | 2016-01-30 | 2 | -8/+9 | |
|\ \ \ | | | | | | | | | skeleton: Update setValue() method dbus object '/org/openbmc/sensors/… | |||||
| * | | | skeleton: Update setValue() method dbus object ↵ | Yi Li | 2016-01-20 | 2 | -8/+9 | |
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '/org/openbmc/sensors/host/OccStatus' In recent occ_i2c driver, a new hwmon sysfs attribte '/sys/class/i2c-adapter/i2c-X/X-0050/online' has been used to instantiate occ_i2c device. Update the 'OccStatus' dbus object to use the new interface. Do not use '/sys/class/i2c-adapter/i2c-X/new_device' anymore. Signed-off-by: Yi Li <adamliyi@msn.com> | |||||
* | | | Merge pull request #32 from vishwabmc/master | nkskjames | 2016-01-30 | 2 | -1/+492 | |
|\ \ \ | |_|/ |/| | | Refactored LED control dbus methods | |||||
| * | | Refactored LED control dbus methods | vishwa | 2016-01-29 | 2 | -1/+492 | |
|/ / | ||||||
* | | remove console logging | Norman James | 2016-01-20 | 1 | -1/+1 | |
| | | ||||||
* | | remove introspect=False | Norman James | 2016-01-20 | 1 | -1/+1 | |
| | | ||||||
* | | Add SAS expander and HDD BP as frus | Norman James | 2016-01-19 | 1 | -1/+20 | |
| | | ||||||
* | | add import subprocess | Norman James | 2016-01-19 | 1 | -0/+1 | |
|/ | ||||||
* | remove SCU setup again | Norman James | 2016-01-14 | 1 | -7/+0 | |
| | ||||||
* | add emergency signal for sensors and handler in chassis control to shutdown | Norman James | 2016-01-14 | 4 | -30/+76 | |
| | ||||||
* | Merge pull request #27 from causten/sensors | nkskjames | 2016-01-12 | 1 | -1/+4 | |
|\ | | | | | Reset the OS power state sensor | |||||
| * | Reset the OS power state when the system | Chris Austen | 2016-01-12 | 1 | -1/+4 | |
| | | | | | | | | is powered off | |||||
* | | added BMC_THROTTLE gpio and hwmon thermal sensor | Norman James | 2016-01-12 | 2 | -1/+11 | |
| | | ||||||
* | | Merge pull request #26 from causten/sensors | nkskjames | 2016-01-11 | 1 | -0/+1 | |
|\| | | | | | support for W25Q256BV | |||||
| * | support for W25Q256BV | Chris Austen | 2016-01-11 | 1 | -0/+1 | |
|/ | ||||||
* | use busybox tftp for file download | Norman James | 2016-01-06 | 2 | -4/+8 | |
| | ||||||
* | Merge pull request #23 from williamspatrick/update_for_ken | nkskjames | 2015-12-18 | 8 | -22/+279 | |
|\ | | | | | Update for ken | |||||
| * | Extract latest Barreleye.py | Ken | 2015-12-18 | 1 | -19/+79 | |
| | | ||||||
| * | Add reset button | Ken | 2015-12-18 | 3 | -1/+190 | |
| | | ||||||
| * | sync to 14caa527e0b10e0aece119693bf003ec95929370 | Ken | 2015-12-18 | 1 | -0/+1 | |
| | | ||||||
| * | Fix THROTTLE typo: | Ken | 2015-12-18 | 1 | -1/+1 | |
| | | ||||||
| * | Set default LED status, pull high BMC_Throttle | Ken | 2015-12-18 | 3 | -2/+9 | |
|/ | ||||||
* | add softreboot | Norman James | 2015-12-18 | 1 | -0/+2 | |
| | ||||||
* | new process to discover initial power state on bmc reboot | Norman James | 2015-12-18 | 1 | -0/+49 | |
| | ||||||
* | add new flash ids | Norman James | 2015-12-18 | 1 | -0/+6 | |
| | ||||||
* | add introspect=False to get_object calls for performance | Norman James | 2015-12-18 | 4 | -4/+4 | |
| | ||||||
* | use real names for occ sensors | Norman James | 2015-12-18 | 2 | -144/+179 | |
| | ||||||
* | set gpio to rdwr if direction out | Norman James | 2015-12-15 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #21 from causten/sensors | nkskjames | 2015-12-10 | 4 | -36/+37 | |
|\ | | | | | Updated to sensor2 features | |||||
| * | properties are writeable again | Chris Austen | 2015-12-10 | 2 | -2/+4 | |
| | | ||||||
| * | Updated to sensor2 features | Chris Austen | 2015-12-09 | 4 | -36/+35 | |
|/ | | | | | - fixed missing path names - Moved virtual sensors to correct new location | |||||
* | support InterfaceAdded signal | Norman James | 2015-12-09 | 12 | -491/+498 | |
| | ||||||
* | fix reboot issue on palmetto | Norman James | 2015-12-04 | 1 | -1/+0 | |
| | ||||||
* | set present to True/False | Norman James | 2015-12-03 | 1 | -2/+2 | |
| | ||||||
* | set default present to False | Norman James | 2015-12-03 | 1 | -4/+11 | |
| | ||||||
* | add missing fru lookups | Norman James | 2015-12-03 | 1 | -17/+36 | |
| | ||||||
* | add hard reboot method | Norman James | 2015-12-03 | 1 | -0/+9 | |
| | ||||||
* | removed heartbeat | Norman James | 2015-12-03 | 1 | -1/+0 | |
| | ||||||
* | removed unused function | Norman James | 2015-12-03 | 1 | -15/+0 | |
| | ||||||
* | update occ status when powerdown | Norman James | 2015-12-03 | 1 | -4/+27 | |
| |