summaryrefslogtreecommitdiffstats
path: root/print.c
diff options
context:
space:
mode:
authorCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2011-02-04 21:37:59 +0000
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2011-02-04 21:37:59 +0000
commit9a1105cffffce126a8c7c4a98d24e6b92d86e817 (patch)
treeb3e720863f7cad046cc51f8f6b6549c2ab171907 /print.c
parent915b8409d602c9071ef3d461fbe00a867a22a0ad (diff)
downloadast2050-flashrom-9a1105cffffce126a8c7c4a98d24e6b92d86e817.zip
ast2050-flashrom-9a1105cffffce126a8c7c4a98d24e6b92d86e817.tar.gz
Support for Angelbird Wings PCIe SSD (solid-state drive)
It uses a Marvell 88SX7042 SATA controller internally which has access to a separate flash chip hosting the option ROM. Thanks to Angelbird Ltd for sponsoring development of this driver! I expect the code to work for that SATA controller even if it is not part of the Angelbird SSD. Corresponding to flashrom svn r1258. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'print.c')
-rw-r--r--print.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/print.c b/print.c
index 7ba2801..2ed22a7 100644
--- a/print.c
+++ b/print.c
@@ -317,6 +317,11 @@ void print_supported(void)
programmer_table[PROGRAMMER_OGP_SPI].name);
print_supported_pcidevs(ogp_spi);
#endif
+#if CONFIG_SATAMV == 1
+ printf("\nSupported devices for the %s programmer:\n",
+ programmer_table[PROGRAMMER_SATAMV].name);
+ print_supported_pcidevs(satas_mv);
+#endif
}
#if CONFIG_INTERNAL == 1
OpenPOWER on IntegriCloud