summaryrefslogtreecommitdiffstats
path: root/print_wiki.c
diff options
context:
space:
mode:
authorIdwer Vollering <vidwer@gmail.com>2010-09-03 18:21:21 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2010-09-03 18:21:21 +0000
commit97fe30f94fe246808b34e47762406998c67bd83e (patch)
treeb0e94febe10eba982ee3b5c227c33748ba374615 /print_wiki.c
parent6ad51b83d05ba70e870eb36386eb63285114c8a3 (diff)
downloadflashrom-97fe30f94fe246808b34e47762406998c67bd83e.zip
flashrom-97fe30f94fe246808b34e47762406998c67bd83e.tar.gz
Add Intel Gigabit NIC SPI flashing support
Tested on a 82541PI (0x8086, 0x107c) using 32-bit hardware. The last line in nicintel_request_spibus() could be changed so that FL_BUSY is used instead. Shortened sample log: [...] Found "Intel 82541PI Gigabit Ethernet Controller" (8086:107c, BDF 01:03.0). Found chip "ST M25P10.RES" (128 KB, SPI) at physical address 0xfffe0000. Multiple flash chips were detected: M25P05.RES M25P10.RES Please specify which chip to use with the -c <chipname> option. [...] Corresponding to flashrom svn r1151. Signed-off-by: Idwer Vollering <vidwer@gmail.com> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
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 3f13510..313fdea 100644
--- a/print_wiki.c
+++ b/print_wiki.c
@@ -296,6 +296,9 @@ void print_supported_wiki(void)
#if CONFIG_ATAHPT == 1
print_supported_pcidevs_wiki(ata_hpt);
#endif
+#if CONFIG_NICINTEL_SPI == 1
+ print_supported_pcidevs_wiki(nics_intel_spi);
+#endif
printf("\n|}\n");
}
OpenPOWER on IntegriCloud