From c48b25ed99dc1fe14a6b45176784b80a1093012a Mon Sep 17 00:00:00 2001 From: mkarcher 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. Signed-off-by: Virgil-Adrian Teaca Acked-by: Michael Karcher git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1525 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- 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.2.1