summaryrefslogtreecommitdiffstats
path: root/print.c
diff options
context:
space:
mode:
authorVirgil-Adrian Teaca <darkstarlinux@gmail.com>2012-04-30 23:11:06 +0000
committerMichael Karcher <flashrom@mkarcher.dialup.fu-berlin.de>2012-04-30 23:11:06 +0000
commitda7c545b06195185e9df9a88ef6437c61d64a225 (patch)
tree08bfe3653a11370baf4c5e1ad51d83da0012d8fc /print.c
parent2abab94c18721181c8d517b8e31ffada22145ea9 (diff)
downloadast2050-flashrom-da7c545b06195185e9df9a88ef6437c61d64a225.zip
ast2050-flashrom-da7c545b06195185e9df9a88ef6437c61d64a225.tar.gz
Add serial port bitbanging code
This adds the pony_spi driver which supports the SI_Prog adapter, which is commonly used for SPI chips with PonyProg 2000, and a custom adapter called "SERBANG" which differs in the logic of two pins. Corresponding to flashrom svn r1525. Signed-off-by: Virgil-Adrian Teaca <darkstarlinux@gmail.com> Acked-by: Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de>
Diffstat (limited to 'print.c')
-rw-r--r--print.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/print.c b/print.c
index 84a1604..0980570 100644
--- a/print.c
+++ b/print.c
@@ -507,6 +507,12 @@ void print_supported(void)
/* FIXME */
msg_ginfo("RayeR parallel port programmer\n");
#endif
+#if CONFIG_PONY_SPI == 1
+ msg_ginfo("\nSupported devices for the %s programmer:\n",
+ programmer_table[PROGRAMMER_PONY_SPI].name);
+ /* FIXME */
+ msg_ginfo("SI-Prog and SERBANG serial port programmer\n");
+#endif
#if CONFIG_NICINTEL == 1
msg_ginfo("\nSupported devices for the %s programmer:\n",
programmer_table[PROGRAMMER_NICINTEL].name);
OpenPOWER on IntegriCloud