mbox series

[0/5] Implement get dump chip-op

Message ID 20201211021356.414095-1-amitay@ozlabs.org
Headers show
Series Implement get dump chip-op | expand

Message

Amitay Isaacs Dec. 11, 2020, 2:13 a.m. UTC
Implement the new chip-op and add sbe_dump() api to collect debug data
from SBE.

Amitay Isaacs (5):
  libsbefifo: Fix indentation for mpipl commands
  libsbefifo: Add new secondary error codes
  libsbefifo: Implement get dump chip-op
  libpdbg: Add dump() method to chipop target
  libpdbg: Add sbe_dump() api to collect sbe dump data

 Makefile.am                  |  1 +
 libpdbg/hwunit.h             |  1 +
 libpdbg/libpdbg.h            | 16 +++++++
 libpdbg/sbefifo.c            |  9 ++++
 libpdbg/target.c             | 16 +++++++
 libsbefifo/cmd_dump.c        | 90 ++++++++++++++++++++++++++++++++++++
 libsbefifo/libsbefifo.h      | 17 +++++++
 libsbefifo/sbefifo_private.h | 11 +++--
 8 files changed, 157 insertions(+), 4 deletions(-)
 create mode 100644 libsbefifo/cmd_dump.c