From acb4d41a0e87cfb96b6d10ce3e937795524a8400 Mon Sep 17 00:00:00 2001 From: Virgil-Adrian Teaca Date: Mon, 30 Apr 2012 23:11:06 +0000 Subject: 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 Acked-by: Michael Karcher --- print.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'print.c') 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); -- cgit v1.1