[Pdbg] [PATCH 00/10] Extend sbefifo driver

Amitay Isaacs amitay at ozlabs.org
Wed Jul 3 13:46:09 AEST 2019


This patch set adds api for thread control and custom chip-op via sbe.
Also, refactor the FFDC parsing code to store ffdc data and make it
available for query.  This way application can make use of ffdc data
if needed.

Amitay Isaacs (10):
  sbefifo: Refactor ffdc parsing code to store ffdc data
  sbefifo: Add sbefifo procedure to get ffdc data
  libpdbg: Add api to get/dump ffdc data from sbefifo
  sbefifo: Do not dump FFDC data on chip-op failure
  mem: Dump ffdc data if memory operations fail
  sbefifo: Return only the response data from sbefifo_op
  sbefifo: Add hardware procedeure for thread control
  libpdbg: Add api to control threads via sbefifo
  sbefifo: Add procedure for custom chipop
  libpdbg: Add api for custom sbe chip-op

 libpdbg/hwunit.h  |   7 ++
 libpdbg/libpdbg.h |   7 ++
 libpdbg/sbefifo.c | 263 ++++++++++++++++++++++++++++++++++++----------
 libpdbg/target.c  |  61 +++++++++++
 src/mem.c         |   6 ++
 5 files changed, 287 insertions(+), 57 deletions(-)

-- 
2.21.0



More information about the Pdbg mailing list