diff options
author | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | 2011-02-04 21:37:59 +0000 |
---|---|---|
committer | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | 2011-02-04 21:37:59 +0000 |
commit | 8fa25abd527245c3c10d6aecb01b8fe416b3674b (patch) | |
tree | b3e720863f7cad046cc51f8f6b6549c2ab171907 /print_wiki.c | |
parent | f3a573237c728c899cf2278080a00c510fdff923 (diff) | |
download | flashrom-8fa25abd527245c3c10d6aecb01b8fe416b3674b.zip flashrom-8fa25abd527245c3c10d6aecb01b8fe416b3674b.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_wiki.c')
-rw-r--r-- | print_wiki.c | 3 |
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"); } |