[Skiboot] [PATCH 0/2] Support runtime OCC reset/load in ZZ

Shilpasri G Bhat shilpa.bhat at linux.vnet.ibm.com
Fri Nov 17 18:22:22 AEDT 2017


This patch series provides support for runtime OCC reset/load in ZZ.
HBRT routines to reset/load/start OCC will be invoked via host
opal-prd. The FSP mbox events to reset/load/start OCC will be forwarded
to opal-prd and the status from HBRT will be returned back to FSP.

Shilpasri G Bhat (2):
  opal-prd: Add support for runtime OCC reset in ZZ
  opal-prd: occ: Add support for runtime OCC load/start in ZZ

 core/direct-controls.c       |  31 +++++++++++-
 core/hostservices.c          |  30 +++++++++++
 external/opal-prd/opal-prd.c | 118 ++++++++++++++++++++++++++++++++++++++++++-
 external/opal-prd/thunk.S    |   2 +-
 hw/occ.c                     | 109 +++++++++++++++++++++++++++++++++++----
 hw/prd.c                     |  26 ++++++++++
 include/cpu.h                |   4 ++
 include/hostservices.h       |   1 +
 include/opal-api.h           |  12 +++++
 include/skiboot.h            |   4 ++
 10 files changed, 324 insertions(+), 13 deletions(-)

-- 
1.8.3.1



More information about the Skiboot mailing list