From: Anton Blanchard Date: Mon, 13 Sep 2021 01:17:07 +0000 (+1000) Subject: lpc: Add capture from Intel H55 chipsset X-Git-Url: https://sigrok.org/gitweb/?a=commitdiff_plain;h=8c42ec4ccab98196fb5ebfeeb3556a26a25ff514;p=sigrok-dumps.git lpc: Add capture from Intel H55 chipsset This adds an LPC I/O read transaction from an Intel H55 chipset. [ gsi: rename probes to improve usability ] --- diff --git a/lpc/h55/README b/lpc/h55/README new file mode 100644 index 0000000..dba8d95 --- /dev/null +++ b/lpc/h55/README @@ -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 index 0000000..c4dab93 Binary files /dev/null and b/lpc/h55/h55_lpc_io_write.sr differ