mbox series

[0/4] Implement thread status for p10

Message ID 20201110045217.137133-1-amitay@ozlabs.org
Headers show
Series Implement thread status for p10 | expand

Message

Amitay Isaacs Nov. 10, 2020, 4:52 a.m. UTC
Implement core driver and thread status for P10. Update sbefifo thread
driver to correctly use P9/P10 thread status.

Amitay Isaacs (4):
  libpdbg: Separate p10 core driver
  libpdbg: Add p10 core probe/release functions
  libpdbg: Add p10 thread state
  libdbg: Use the correct thread state function

 Makefile.am                |   1 +
 libpdbg/chip.h             |   1 +
 libpdbg/p10_fapi_targets.c |  38 --------
 libpdbg/p10chip.c          | 189 +++++++++++++++++++++++++++++++++++++
 libpdbg/sbefifo.c          |  11 ++-
 5 files changed, 201 insertions(+), 39 deletions(-)
 create mode 100644 libpdbg/p10chip.c