├── .directory ├── .gitattributes ├── .gitignore ├── LICENSE ├── README.md ├── SPD_DDR3_spec.pdf ├── Specification └── 4_01_02_11R21.pdf ├── arduino └── spd │ └── spd.ino ├── dumps-miscellaneous ├── dump-2-dd.bin ├── dump-crc-orig-125.bin ├── dump-crc-orig.bin ├── dump-crc.bin ├── dump-dd-mod.bin ├── dump-dd.bin ├── dump-new.spd ├── dump-orig-2gb.bin ├── dump-orig-2gb.spd ├── dump-orig.spd ├── dump-unknown-dd.bin ├── dump.spd └── spd-crc-done.bin ├── dumps ├── KINGSTON-KVR13LS9S6-2-017-A00LF.SPD ├── KINGSTON-KVR16LS11S6-2-001-A00LF-800MHz.SPD ├── KINGSTON-KVR16LS11S6-2-001-A00LF.SPD ├── KINGSTON-KVR16LS11S6-2-014-A00LF.SPD └── README.md ├── scripts ├── README.md ├── spd_read.sh └── spd_write.sh ├── structures-okteta ├── COPYING ├── spd.desktop └── spd.osd └── tools ├── README.md ├── SPD.zip └── SPDTool_063.zip /.directory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigred/SPD/HEAD/.directory -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigred/SPD/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigred/SPD/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigred/SPD/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigred/SPD/HEAD/README.md -------------------------------------------------------------------------------- /SPD_DDR3_spec.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigred/SPD/HEAD/SPD_DDR3_spec.pdf -------------------------------------------------------------------------------- /Specification/4_01_02_11R21.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigred/SPD/HEAD/Specification/4_01_02_11R21.pdf -------------------------------------------------------------------------------- /arduino/spd/spd.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigred/SPD/HEAD/arduino/spd/spd.ino -------------------------------------------------------------------------------- /dumps-miscellaneous/dump-2-dd.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigred/SPD/HEAD/dumps-miscellaneous/dump-2-dd.bin -------------------------------------------------------------------------------- /dumps-miscellaneous/dump-crc-orig-125.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigred/SPD/HEAD/dumps-miscellaneous/dump-crc-orig-125.bin -------------------------------------------------------------------------------- /dumps-miscellaneous/dump-crc-orig.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigred/SPD/HEAD/dumps-miscellaneous/dump-crc-orig.bin -------------------------------------------------------------------------------- /dumps-miscellaneous/dump-crc.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigred/SPD/HEAD/dumps-miscellaneous/dump-crc.bin -------------------------------------------------------------------------------- /dumps-miscellaneous/dump-dd-mod.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigred/SPD/HEAD/dumps-miscellaneous/dump-dd-mod.bin -------------------------------------------------------------------------------- /dumps-miscellaneous/dump-dd.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigred/SPD/HEAD/dumps-miscellaneous/dump-dd.bin -------------------------------------------------------------------------------- /dumps-miscellaneous/dump-new.spd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigred/SPD/HEAD/dumps-miscellaneous/dump-new.spd -------------------------------------------------------------------------------- /dumps-miscellaneous/dump-orig-2gb.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigred/SPD/HEAD/dumps-miscellaneous/dump-orig-2gb.bin -------------------------------------------------------------------------------- /dumps-miscellaneous/dump-orig-2gb.spd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigred/SPD/HEAD/dumps-miscellaneous/dump-orig-2gb.spd -------------------------------------------------------------------------------- /dumps-miscellaneous/dump-orig.spd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigred/SPD/HEAD/dumps-miscellaneous/dump-orig.spd -------------------------------------------------------------------------------- /dumps-miscellaneous/dump-unknown-dd.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigred/SPD/HEAD/dumps-miscellaneous/dump-unknown-dd.bin -------------------------------------------------------------------------------- /dumps-miscellaneous/dump.spd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigred/SPD/HEAD/dumps-miscellaneous/dump.spd -------------------------------------------------------------------------------- /dumps-miscellaneous/spd-crc-done.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigred/SPD/HEAD/dumps-miscellaneous/spd-crc-done.bin -------------------------------------------------------------------------------- /dumps/KINGSTON-KVR13LS9S6-2-017-A00LF.SPD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigred/SPD/HEAD/dumps/KINGSTON-KVR13LS9S6-2-017-A00LF.SPD -------------------------------------------------------------------------------- /dumps/KINGSTON-KVR16LS11S6-2-001-A00LF-800MHz.SPD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigred/SPD/HEAD/dumps/KINGSTON-KVR16LS11S6-2-001-A00LF-800MHz.SPD -------------------------------------------------------------------------------- /dumps/KINGSTON-KVR16LS11S6-2-001-A00LF.SPD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigred/SPD/HEAD/dumps/KINGSTON-KVR16LS11S6-2-001-A00LF.SPD -------------------------------------------------------------------------------- /dumps/KINGSTON-KVR16LS11S6-2-014-A00LF.SPD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigred/SPD/HEAD/dumps/KINGSTON-KVR16LS11S6-2-014-A00LF.SPD -------------------------------------------------------------------------------- /dumps/README.md: -------------------------------------------------------------------------------- 1 | Raw binary dumps of various RAM module SPDs 2 | -------------------------------------------------------------------------------- /scripts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigred/SPD/HEAD/scripts/README.md -------------------------------------------------------------------------------- /scripts/spd_read.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigred/SPD/HEAD/scripts/spd_read.sh -------------------------------------------------------------------------------- /scripts/spd_write.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigred/SPD/HEAD/scripts/spd_write.sh -------------------------------------------------------------------------------- /structures-okteta/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigred/SPD/HEAD/structures-okteta/COPYING -------------------------------------------------------------------------------- /structures-okteta/spd.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigred/SPD/HEAD/structures-okteta/spd.desktop -------------------------------------------------------------------------------- /structures-okteta/spd.osd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigred/SPD/HEAD/structures-okteta/spd.osd -------------------------------------------------------------------------------- /tools/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigred/SPD/HEAD/tools/README.md -------------------------------------------------------------------------------- /tools/SPD.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigred/SPD/HEAD/tools/SPD.zip -------------------------------------------------------------------------------- /tools/SPDTool_063.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigred/SPD/HEAD/tools/SPDTool_063.zip --------------------------------------------------------------------------------