All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH skeleton 00/15] Add LED behavior, soft reset, voltage sensors.
@ 2015-12-18 23:40 OpenBMC Patches
  2015-12-18 23:40 ` [PATCH skeleton 01/15] Set default LED status, pull high BMC_Throttle OpenBMC Patches
                   ` (14 more replies)
  0 siblings, 15 replies; 19+ messages in thread
From: OpenBMC Patches @ 2015-12-18 23:40 UTC (permalink / raw)
  To: openbmc

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

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

end of thread, other threads:[~2016-01-15 22:52 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-18 23:40 [PATCH skeleton 00/15] Add LED behavior, soft reset, voltage sensors OpenBMC Patches
2015-12-18 23:40 ` [PATCH skeleton 01/15] Set default LED status, pull high BMC_Throttle OpenBMC Patches
2015-12-18 23:40 ` [PATCH skeleton 02/15] Init GPIO Thottle, add BMC heartbeat, change power LED status OpenBMC Patches
2015-12-18 23:40 ` [PATCH skeleton 03/15] Fix THROTTLE typo: OpenBMC Patches
2015-12-23  1:09   ` Stewart Smith
2015-12-18 23:40 ` [PATCH skeleton 04/15] sync to 14caa527e0b10e0aece119693bf003ec95929370 OpenBMC Patches
2015-12-18 23:40 ` [PATCH skeleton 05/15] Add all voltage sensors OpenBMC Patches
2015-12-18 23:40 ` [PATCH skeleton 06/15] remove in15_input sensor OpenBMC Patches
2015-12-18 23:40 ` [PATCH skeleton 07/15] Remove setblinkslow OpenBMC Patches
2015-12-18 23:40 ` [PATCH skeleton 08/15] use real names for occ sensors OpenBMC Patches
2015-12-18 23:40 ` [PATCH skeleton 09/15] add introspect=False to get_object calls for performance OpenBMC Patches
2015-12-18 23:40 ` [PATCH skeleton 10/15] add new flash ids OpenBMC Patches
2016-01-14  2:59   ` Stewart Smith
2016-01-15 22:51     ` Adriana Kobylak
2015-12-18 23:40 ` [PATCH skeleton 11/15] new process to discover initial power state on bmc reboot OpenBMC Patches
2015-12-18 23:40 ` [PATCH skeleton 12/15] add softreboot OpenBMC Patches
2015-12-18 23:40 ` [PATCH skeleton 13/15] Add all voltage sensors OpenBMC Patches
2015-12-18 23:40 ` [PATCH skeleton 14/15] remove in15_input sensor OpenBMC Patches
2015-12-18 23:40 ` [PATCH skeleton 15/15] Add reset button OpenBMC Patches

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.