[Skiboot] [RFC PATCH 0/4] Add attention support for BMC based machine

Vasant Hegde hegdevasant at linux.vnet.ibm.com
Thu Aug 20 17:03:30 AEST 2015


This patchset introduces attention support for BMC based machine.
Patch 1-3 take care of moving FSP specific code, adding platform hook etc.
Patch 4 implements attention support for BMC based machine.

Vasant Hegde (4):
  Move FSP specific abort() code to platform layer
  platform: Add platform hook for terminate call
  IPMI: Move MAX_PEL_SIZE to ipmi.h
  IPMI: Introduce attention call

 core/exceptions.c            |  2 +-
 core/utils.c                 | 20 +++--------
 hw/fsp/fsp-attn.c            | 26 +++++++++++++-
 hw/ipmi/Makefile.inc         |  2 +-
 hw/ipmi/ipmi-attn.c          | 84 ++++++++++++++++++++++++++++++++++++++++++++
 hw/ipmi/ipmi-sel.c           | 12 ++-----
 include/fsp.h                |  3 ++
 include/ipmi.h               | 10 ++++++
 include/platform.h           |  2 ++
 libc/include/assert.h        |  5 ---
 libc/include/stdlib.h        | 10 +++---
 platforms/astbmc/firestone.c |  1 +
 platforms/astbmc/garrison.c  |  1 +
 platforms/astbmc/habanero.c  |  1 +
 platforms/astbmc/palmetto.c  |  1 +
 platforms/ibm-fsp/apollo.c   |  1 +
 platforms/ibm-fsp/firenze.c  |  1 +
 17 files changed, 145 insertions(+), 37 deletions(-)
 create mode 100644 hw/ipmi/ipmi-attn.c

-- 
Vasant
2.1.0



More information about the Skiboot mailing list