[Pdbg] [PATCH v2 00/11] Cyril's patches combined

Amitay Isaacs amitay at ozlabs.org
Thu Apr 12 16:01:49 AEST 2018


This includes Cyril's two patch sets.

First patch set (4 patches) is listed under Alistair since those patches
were forwarded by him.  Second patch set (7 patches) is rebased on top
of the first one.  There was one common patch between the two sets.

Alistair Popple (4):
  libpdbg: Validate hardware units at build time
  libpdbg/host: Actually check the return value of open() in
    host_pib_probe()
  libpdbg/device: Remove unused device tree functions
  libpdbg: Move struct dt_node into struct pdbg_target

Cyril Bur (7):
  pdbg: Fix using FSI backend on palmetto
  libpdbg/p8chip: Return thread SMT state
  htm: Fix HTM naming
  libpdbg: Lazy probing
  pdbg/htm: Fix error checking condition for htm dump command
  pdbg/htm: Enforce powersave=off
  libpdbg/htm: Enable NCU and set single dispatch/instruction mode

 Makefile.am          |   2 +-
 libpdbg/bmcfsi.c     |  22 ++--
 libpdbg/cfam.c       |  12 +-
 libpdbg/device.c     | 302 ++++++++++++++++++++-------------------------------
 libpdbg/device.h     | 117 ++++++++------------
 libpdbg/host.c       |  18 +--
 libpdbg/htm.c        |  55 ++++++++--
 libpdbg/i2c.c        |   4 +-
 libpdbg/libpdbg.c    |  46 ++++----
 libpdbg/libpdbg.h    |  10 +-
 libpdbg/operations.h |   8 ++
 libpdbg/p8chip.c     |  23 ++--
 libpdbg/p9chip.c     |  14 +--
 libpdbg/target.c     | 126 ++++++++-------------
 libpdbg/target.h     |  26 ++++-
 src/htm.c            | 122 ++++++++++++++-------
 src/main.c           |  41 ++++---
 src/main.h           |   3 +-
 src/options_arm.c    |  26 +++--
 src/thread.c         |   7 +-
 20 files changed, 496 insertions(+), 488 deletions(-)

-- 
2.14.3



More information about the Pdbg mailing list