[PATCH skeleton 00/15] Add LED behavior, soft reset, voltage sensors.
OpenBMC Patches
openbmc-patches at stwcx.xyz
Sat Dec 19 10:40:20 AEDT 2015
https://github.com/openbmc/skeleton/pull/22
Ken (10):
Set default LED status, pull high BMC_Throttle
Init GPIO Thottle, add BMC heartbeat, change power LED status
Fix THROTTLE typo:
sync to 14caa527e0b10e0aece119693bf003ec95929370
Add all voltage sensors
remove in15_input sensor
Remove setblinkslow
Add all voltage sensors
remove in15_input sensor
Add reset button
Norman James (5):
use real names for occ sensors
add introspect=False to get_object calls for performance
add new flash ids
new process to discover initial power state on bmc reboot
add softreboot
Makefile | 6 +-
bin/Barreleye.py | 296 +++++++++++++++++++++++--------------
bin/chassis_control.py | 10 +-
bin/discover_system_state.py | 49 ++++++
bin/fan_control.py | 2 +-
bin/hwmon.py | 94 +++++++-----
bin/obmcutil | 2 +-
bin/system_manager.py | 2 +-
includes/gpio.c | 0
objects/button_reset_obj.c | 179 ++++++++++++++++++++++
objects/control_bmc_obj.c | 1 +
objects/control_host_obj.c | 5 +
objects/led_controller.c | 6 +-
objects/pflash/libflash/libflash.c | 6 +
14 files changed, 504 insertions(+), 154 deletions(-)
mode change 100644 => 100755 Makefile
create mode 100755 bin/discover_system_state.py
mode change 100644 => 100755 includes/gpio.c
create mode 100755 objects/button_reset_obj.c
mode change 100644 => 100755 objects/control_host_obj.c
mode change 100644 => 100755 objects/led_controller.c
--
2.6.3
More information about the openbmc
mailing list