summaryrefslogtreecommitdiff
path: root/print_wiki.c
diff options
context:
space:
mode:
authorhailfinger <hailfinger@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2011-02-04 21:37:59 +0000
committerhailfinger <hailfinger@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2011-02-04 21:37:59 +0000
commit5b74fbcf67a7119903ba83db122520666566f1ee (patch)
treeb3e720863f7cad046cc51f8f6b6549c2ab171907 /print_wiki.c
parentc416116446be7e62193f0091aed3019ffe51ee7d (diff)
downloadflashrom-5b74fbcf67a7119903ba83db122520666566f1ee.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. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Stefan Reinauer <stefan.reinauer@coreboot.org> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1258 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'print_wiki.c')
-rw-r--r--print_wiki.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/print_wiki.c b/print_wiki.c
index db5743e..d71c571 100644
--- a/print_wiki.c
+++ b/print_wiki.c
@@ -302,6 +302,9 @@ void print_supported_wiki(void)
#if CONFIG_OGP_SPI == 1
print_supported_pcidevs_wiki(ogp_spi);
#endif
+#if CONFIG_SATAMV == 1
+ print_supported_pcidevs_wiki(satas_mv);
+#endif
printf("\n|}\n");
}