summaryrefslogtreecommitdiffstats
path: root/util/flashrom_udev.rules
diff options
context:
space:
mode:
authorJacek Naglak <jnaglak@tlen.pl>2022-05-18 02:25:13 +0200
committerThomas Heijligen <src@posteo.de>2022-07-18 19:08:44 +0000
commit3543bfed84942eea8d4ba398001656f27e367a87 (patch)
tree2803795515fed78b903289d9c02e1d1468ea2738 /util/flashrom_udev.rules
parented2da0f2bca3bb7316c7e81cfa3cfc068a31aa71 (diff)
downloadflashrom-3543bfed84942eea8d4ba398001656f27e367a87.tar.gz
flashrom-3543bfed84942eea8d4ba398001656f27e367a87.tar.bz2
flashrom-3543bfed84942eea8d4ba398001656f27e367a87.zip
ft2232_spi.c: Add support for kt-link jtag interface
Change tested writing, reading and erasing spi flashes pinout: jtag - spi 1 vcc - vcc, wp#, hold# 4 gnd - gnd 5 tdi - si 7 tms - cs# 9 tck - sck 13 tdo - so Connect pins 9 and 12 in EXT connector for 3.3V power. Signed-off-by: Jacek Naglak <jnaglak@tlen.pl> Change-Id: Id58c675bc410ec3ef6d58603d13efc9ca53bb87c Reviewed-on: https://review.coreboot.org/c/flashrom/+/64440 Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Felix Singer <felixsinger@posteo.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'util/flashrom_udev.rules')
-rw-r--r--util/flashrom_udev.rules4
1 files changed, 4 insertions, 0 deletions
diff --git a/util/flashrom_udev.rules b/util/flashrom_udev.rules
index 59de68be7..9fd333082 100644
--- a/util/flashrom_udev.rules
+++ b/util/flashrom_udev.rules
@@ -62,6 +62,10 @@ ATTRS{idVendor}=="18d1", ATTRS{idProduct}=="5001", MODE="664", GROUP="plugdev"
ATTRS{idVendor}=="18d1", ATTRS{idProduct}=="5002", MODE="664", GROUP="plugdev"
ATTRS{idVendor}=="18d1", ATTRS{idProduct}=="5003", MODE="664", GROUP="plugdev"
+# Kristech KT-LINK
+# https://kristech.pl/files/KT-LINK-UM-ENG.pdf
+ATTRS{idVendor}=="0403", ATTRS{idProduct}=="bbe2", MODE="664", GROUP="plugdev"
+
# Olimex ARM-USB-OCD
# http://olimex.com/dev/arm-usb-ocd.html
ATTRS{idVendor}=="15ba", ATTRS{idProduct}=="0003", MODE="664", GROUP="plugdev"