From 4b748020f6e284ef610c585fb3cf9d3f064e68ef Mon Sep 17 00:00:00 2001 From: uwe Date: Fri, 3 Sep 2010 18:21:21 +0000 Subject: 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 option. [...] Signed-off-by: Idwer Vollering Acked-by: Uwe Hermann git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1151 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- print_wiki.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'print_wiki.c') diff --git a/print_wiki.c b/print_wiki.c index 3f13510..313fdea 100644 --- a/print_wiki.c +++ b/print_wiki.c @@ -295,6 +295,9 @@ void print_supported_wiki(void) #endif #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"); } -- cgit v1.2.1