]> sigrok.org Git - sigrok-dumps.git/blame - lpc/power9/README
lpc: Add captures from IBM POWER9 processor
[sigrok-dumps.git] / lpc / power9 / README
CommitLineData
4637833e
AB
1-------------------------------------------------------------------------------
2IBM POWER9 LPC (low pin count) traffic
3-------------------------------------------------------------------------------
4
5These captures are examples of various transaction types from an IBM POWER9 LPC
6(low pin count) interface.
7
8Details:
9http://en.wikipedia.org/wiki/Low_Pin_Count
10
11
12Hardware setup
13--------------
14
15The logic analyser used was a DreamSourceLab DSLogic U3Pro32. As support for
16this is not yet in sigrok, the traces were captured externally and imported.
17
18 Probe LPC
19 ----------
20 0 LAD0
21 1 LAD1
22 2 LAD2
23 3 LAD3
24 4 LFRAME#
25 5 LCLK
26
27
28power9_lpc_io_read.sr
29--------------
30An I/O read from 0x3fd (serial port) which returns 0x60.
31
32power9_lpc_io_write.sr
33---------------
34An I/O write to 0x3f8 (serial port) of 0x73.
35
36power9_lpc_firmware_read.sr
37--------------------
38A firmware read from 0xfff7000 which returns 0x54524150.
39
40power9_lpc_firmware_write.sr
41---------------------
42A firmware write to 0xc031360 of 0x0000.
43
44power9_lpc_io_write_abort.sr
45---------------------
46An I/O read that gets aborted because the peripheral never responded.