mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 22:21:16 +02:00
rayer_spi: Add pinout for Wiggler LPT
Corresponding to flashrom svn r1756. Signed-off-by: Maksim Kuleshov <mmcx@mail.ru> Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Tested-by: Maksim Kuleshov <mmcx@mail.ru> Acked-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:

committed by
Stefan Tauner

parent
4dab5c1e07
commit
acba2ac238
@ -94,11 +94,19 @@ static const struct rayer_pinout atmel_stk200 = {
|
||||
.shutdown = stk200_shutdown,
|
||||
};
|
||||
|
||||
static const struct rayer_pinout wiggler_lpt = {
|
||||
.cs_bit = 1,
|
||||
.sck_bit = 2,
|
||||
.mosi_bit = 3,
|
||||
.miso_bit = 7,
|
||||
};
|
||||
|
||||
static const struct rayer_programmer rayer_spi_types[] = {
|
||||
{"rayer", NT, "RayeR SPIPGM", &rayer_spipgm},
|
||||
{"xilinx", NT, "Xilinx Parallel Cable III (DLC 5)", &xilinx_dlc5},
|
||||
{"byteblastermv", OK, "Altera ByteBlasterMV", &altera_byteblastermv},
|
||||
{"stk200", NT, "Atmel STK200/300 adapter", &atmel_stk200},
|
||||
{"wiggler", OK, "Wiggler LPT", &wiggler_lpt},
|
||||
{0},
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user