lpc: Add captures from IBM POWER9 processor
commit4637833ee5f819277483e6ac322accf254c15f6a
authorAnton Blanchard <anton@ozlabs.org>
Mon, 6 Sep 2021 04:37:34 +0000 (6 14:37 +1000)
committerAnton Blanchard <anton@ozlabs.org>
Mon, 13 Sep 2021 03:11:44 +0000 (13 13:11 +1000)
tree0a3ea6654b3dd910a62e3034b565c893cf3eaaa3
parentcbf9f8e39c57b9cb52e56285d56f704d036f6ad8
lpc: Add captures from IBM POWER9 processor

This adds LPC I/O reads and writes and firmware reads and writes from
an IBM POWER9 processor. It also adds an example of an aborted
transaction.
lpc/power9/README [new file with mode: 0644]
lpc/power9/power9_lpc_firmware_read.sr [new file with mode: 0644]
lpc/power9/power9_lpc_firmware_write.sr [new file with mode: 0644]
lpc/power9/power9_lpc_io_read.sr [new file with mode: 0644]
lpc/power9/power9_lpc_io_write.sr [new file with mode: 0644]
lpc/power9/power9_lpc_io_write_abort.sr [new file with mode: 0644]