[Pdbg] [PATCH 0/7] Implement getmempba/putmempba

Amitay Isaacs amitay at ozlabs.org
Thu Oct 24 12:48:40 AEDT 2019


These patches add new pba hwunit to handle pba based memory access.

Amitay Isaacs (7):
  libpdbg: If memory op fails, do not show progress
  libpdbg: Add pba hardware unit
  libpdbg: Add sbefifo pba hwunit
  dts: Add sbefifo pba devices
  mem: Pass target class as argument to _getmem/_putmem
  libpdbg: Allow mem_read/mem_write for pba class
  main: Add getmempba/putmempba

 libpdbg/hwunit.h  |   7 +++
 libpdbg/sbefifo.c | 117 ++++++++++++++++++++++++++++++++++++++++++++--
 libpdbg/target.c  |  28 +++++++----
 p9-kernel.dts.m4  |  20 +++++++-
 src/main.c        |   4 ++
 src/mem.c         |  33 +++++++++----
 6 files changed, 185 insertions(+), 24 deletions(-)

-- 
2.21.0



More information about the Pdbg mailing list