[Pdbg] [PATCH v2 0/6] Add sbefifo support for cronus backend
Amitay Isaacs
amitay at ozlabs.org
Thu Oct 24 12:53:25 AEDT 2019
These patches add support to talk to sbefifo via cronus backend. This ensures
that libpdbg apis which are specific to sbe fifo work even across cronus
backend.
V2 changes:
- Add sbefifo-pba to handle PBA based memory access
This patch set is dependent on the pba patchset.
Amitay Isaacs (6):
libsbefifo: Support a transport callback when talking to sbefifo
libsbefifo: Add connect api with transport callback
libcronus: Support large replies from sbefifo
libcronus: Add support for SUBMIT command via sbefifo
libpdbg: Add sbefifo driver for cronus backend
dts: Add sbefifo in cronus backend
Makefile.am | 1 +
libcronus/libcronus.h | 7 +
libcronus/request.c | 2 +-
libcronus/sbefifo.c | 106 ++++++++++++
libpdbg/cronus.c | 320 ++++++++++++++++++++++++++++++++++-
libsbefifo/connect.c | 25 +++
libsbefifo/libsbefifo.h | 10 ++
libsbefifo/operation.c | 30 +++-
libsbefifo/sbefifo_private.h | 5 +
p9-cronus.dts.m4 | 36 ++++
10 files changed, 528 insertions(+), 14 deletions(-)
create mode 100644 libcronus/sbefifo.c
--
2.21.0
More information about the Pdbg
mailing list