summaryrefslogtreecommitdiffstats
path: root/print.c
diff options
context:
space:
mode:
Diffstat (limited to 'print.c')
-rw-r--r--print.c21
1 files changed, 21 insertions, 0 deletions
diff --git a/print.c b/print.c
index 4da070a..a189efe 100644
--- a/print.c
+++ b/print.c
@@ -222,6 +222,27 @@ void print_supported_boards(void)
"Laptops which have been verified to NOT work yet");
}
+void print_supported(void)
+{
+ print_supported_chips();
+ print_supported_chipsets();
+ print_supported_boards();
+ printf("\nSupported PCI devices flashrom can use "
+ "as programmer:\n\n");
+#if NIC3COM_SUPPORT == 1
+ print_supported_pcidevs(nics_3com);
+#endif
+#if GFXNVIDIA_SUPPORT == 1
+ print_supported_pcidevs(gfx_nvidia);
+#endif
+#if DRKAISER_SUPPORT == 1
+ print_supported_pcidevs(drkaiser_pcidev);
+#endif
+#if SATASII_SUPPORT == 1
+ print_supported_pcidevs(satas_sii);
+#endif
+}
+
/* Please keep this list alphabetically ordered by vendor/board. */
const struct board_info boards_ok[] = {
OpenPOWER on IntegriCloud