]> sigrok.org Git - sigrok-dumps.git/commitdiff
lpc: Add capture from Intel H55 chipsset
authorAnton Blanchard <redacted>
Mon, 13 Sep 2021 01:17:07 +0000 (11:17 +1000)
committerGerhard Sittig <redacted>
Tue, 21 Dec 2021 13:07:22 +0000 (14:07 +0100)
This adds an LPC I/O read transaction from an Intel H55 chipset.

[ gsi: rename probes to improve usability ]

lpc/h55/README [new file with mode: 0644]
lpc/h55/h55_lpc_io_write.sr [new file with mode: 0644]

diff --git a/lpc/h55/README b/lpc/h55/README
new file mode 100644 (file)
index 0000000..dba8d95
--- /dev/null
@@ -0,0 +1,30 @@
+-------------------------------------------------------------------------------
+Intel H55 LPC (low pin count) traffic
+-------------------------------------------------------------------------------
+
+This capture is an LPC (low pin count) I/O read transaction from an Intel H55
+chipset on a Foxconn H55MXV motherboard.
+
+Details:
+http://en.wikipedia.org/wiki/Low_Pin_Count
+
+
+Hardware setup
+--------------
+
+The capture was taken with an FPGA sampling at 200 MHz and imported into sigrok
+as 8bit binary data.
+
+  Probe  LPC
+  ----------
+  2      LCLK
+  3      LFRAME#
+  4      LAD0
+  5      LAD1
+  6      LAD2
+  7      LAD3
+
+
+h55_lpc_io_write.sr
+---------------
+An I/O write to 0x2e (super IO index register) of 0x55.
diff --git a/lpc/h55/h55_lpc_io_write.sr b/lpc/h55/h55_lpc_io_write.sr
new file mode 100644 (file)
index 0000000..c4dab93
Binary files /dev/null and b/lpc/h55/h55_lpc_io_write.sr differ