[Skiboot] [PATCH v2 0/4] Watchdog timer support
Alistair Popple
alistair at popple.id.au
Wed Feb 4 16:07:42 AEDT 2015
This series adds support for the watchdog timer on the BMC during
system boot/initialisation.
It is based on top of these three patches from Joel:
ipmi: handle SMS_ATN events
ipmi: Set BMC Global Enables to enable notifications
ipmi: Implement Read Event and SEL parsing
Alistair Popple (4):
ipmi: Add a function to (re)initialise a message without allocation
platform: Add exit platform hook
ipmi: Add support for synchronous message sending
ipmi/wdt: Add ipmi watchdog timer support
core/init.c | 8 ++-
core/ipmi.c | 57 ++++++++++++++++----
hw/bt.c | 3 +-
hw/ipmi/Makefile.inc | 1 +
hw/ipmi/ipmi-fru.c | 7 ++-
hw/ipmi/ipmi-sel.c | 24 ++++-----
hw/ipmi/ipmi-watchdog.c | 126 ++++++++++++++++++++++++++++++++++++++++++++
hw/ipmi/test/run-fru.c | 8 +++
include/ipmi.h | 23 ++++++++
include/platform.h | 5 ++
platforms/astbmc/common.c | 1 +
platforms/astbmc/palmetto.c | 1 +
12 files changed, 234 insertions(+), 30 deletions(-)
create mode 100644 hw/ipmi/ipmi-watchdog.c
--
1.8.3.2
More information about the Skiboot
mailing list