summaryrefslogtreecommitdiff
path: root/i2c/gigabyte_6vle-vxl_i2c
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2012-01-19 13:47:13 +0100
committerUwe Hermann <uwe@hermann-uwe.de>2012-01-19 13:47:13 +0100
commitc83a7da3a95d3e9b5ead986ac16e2d5d941ce952 (patch)
treef32d20192d74af900c3a3886ffcaaf96b092c222 /i2c/gigabyte_6vle-vxl_i2c
parented59014b774e53a800bd7326066d29c22cc2fab3 (diff)
downloadsigrok-dumps-c83a7da3a95d3e9b5ead986ac16e2d5d941ce952.tar.gz
sigrok-dumps-c83a7da3a95d3e9b5ead986ac16e2d5d941ce952.zip
I2C dump on a GIGABYTE 6VLE-VXL mainboard.
Diffstat (limited to 'i2c/gigabyte_6vle-vxl_i2c')
-rw-r--r--i2c/gigabyte_6vle-vxl_i2c/README39
-rw-r--r--i2c/gigabyte_6vle-vxl_i2c/gigabyte_6vle_vxl_i2c.srbin0 -> 20506 bytes
2 files changed, 39 insertions, 0 deletions
diff --git a/i2c/gigabyte_6vle-vxl_i2c/README b/i2c/gigabyte_6vle-vxl_i2c/README
new file mode 100644
index 0000000..75abedd
--- /dev/null
+++ b/i2c/gigabyte_6vle-vxl_i2c/README
@@ -0,0 +1,39 @@
+-------------------------------------------------------------------------------
+GIGABYTE 6VLE-VXL I2C data
+-------------------------------------------------------------------------------
+
+This is an example capture of I2C traffic on a DDR SDRAM's EEPROM chip, for
+Serial Presence Detect (SPD) data. The 512MB DDR RAM module was inserted
+in a GIGABYTE 6VLE-VXL mainboard. After the capture was started, the board
+was powered-on, thus the captured data corresponds to the BIOS code which
+reads the RAM module's EEPROM contents (in order to properly initialize
+the RAM).
+
+Additionally, it turned out that on the same I2C bus, there is an additional
+I2C device, the ICS950908 "Programmable Timing Control Hub for P4" (a clock
+generation chip). The capture also contains the I2C-based configuration of
+that chip by the BIOS.
+
+Details:
+https://en.wikipedia.org/wiki/Serial_presence_detect
+http://pdf1.alldatasheet.com/datasheet-pdf/view/90645/ICST/ICS950908.html
+
+
+Logic analyzer setup
+--------------------
+
+The logic analyzer used for capturing was a Saleae Logic:
+
+ Probe I2C pin
+ -------------------
+ 1 (black) SCL
+ 4 (orange) SDA
+
+
+Data
+----
+
+The sigrok command line used was:
+
+ sigrok-cli -d 0:samplerate=2mhz --time 10s -o <filename>
+
diff --git a/i2c/gigabyte_6vle-vxl_i2c/gigabyte_6vle_vxl_i2c.sr b/i2c/gigabyte_6vle-vxl_i2c/gigabyte_6vle_vxl_i2c.sr
new file mode 100644
index 0000000..0fe63de
--- /dev/null
+++ b/i2c/gigabyte_6vle-vxl_i2c/gigabyte_6vle_vxl_i2c.sr
Binary files differ