<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;"><br>
Hello ;)<br>
<br>
<br>
I have a card called: <br>
05:00.0 Ethernet controller [0200]: Intel Corporation I350 Gigabit Network Connection [8086:1521] (rev 01)<br>
05:00.1 Ethernet controller [0200]: Intel Corporation I350 Gigabit Network Connection [8086:1521] (rev 01)<br>
05:00.2 Ethernet controller [0200]: Intel Corporation I350 Gigabit Network Connection [8086:1521] (rev 01)<br>
05:00.3 Ethernet controller [0200]: Intel Corporation I350 Gigabit Network Connection [8086:1521] (rev 01)<br>
<br>
I update nicintel_spi.c to match product ID but when I try to probe it, flashroom freeze after a while:<br>
<br>
./flashrom -VVV -p nicintel_spi:pci='05:00.0' -o probe.log<br>
flashrom v0.9.8-r1916 on Linux 4.2.2-coreos-r1 (x86_64)<br>
flashrom is free software, get the source code at https://flashrom.org<br>
<br>
flashrom was built with libpci 3.2.1, GCC 4.8.4, little endian<br>
Command line (5 args): ./flashrom -VVV -p nicintel_spi:pci=05:00.0 -o probe.log<br>
Calibrating delay loop... OS timer resolution is 1 usecs, 1224M loops per second, 10 myus = 10 us, 100 myus = 102 us, 1000 myus = 1028 us, 10000 myus = 9996 us, 4 myus = 16 us, OK.<br>
Initializing nicintel_spi programmer<br>
Found "Intel I350 Gigabit Network Connection (rev 01)" (8086:1521, BDF 05:00.0).<br>
===<br>
This PCI device is UNTESTED. Please report the 'flashrom -p xxxx' output <br>
to flashrom@flashrom.org if it works for you. Please add the name of your<br>
PCI device to the subject. Thank you for your help!<br>
===<br>
PCI header type 0x00<br>
Requested BAR is of type MEM, 32bit, not prefetchable<br>
PCI header type 0x00<br>
Requested BAR is of type MEM, 32bit, not prefetchable<br>
page_size=1000<br>
pre-rounding:  start=0x00000000dfb70000, len=0x1000, end=0x00000000dfb71000<br>
post-rounding: start=0x00000000dfb70000, len=0x1000, end=0x00000000dfb71000<br>
<br>
<br>
Datasheet for this chipset can be found here:<br>
<a href="http://www.intel.com/content/dam/www/public/us/en/documents/datasheets/ethernet-controller-i350-datasheet.pdf" target="_blank">http://www.intel.com/content/dam/www/public/us/en/documents/datasheets/ethernet-controller-i350-datasheet.pdf</a><br>
<br>
Also I found:<br>
https://downloadcenter.intel.com/download/19186/Intel-Ethernet-Connections-Boot-Utility-Preboot-images-and-EFI-Drivers<br>
<br>
When run it: ./bootutil64e   <br>
<br>
Intel(R) Ethernet Flash Firmware Utility<br>
BootUtil version 1.5.72.1<br>
Copyright (C) 2003-2015 Intel Corporation<br>
<br>
Type BootUtil -? for help<br>
<br>
Port Network Address Location Series  WOL Flash Firmware                Version<br>
==== =============== ======== ======= === ============================= =======<br>
  1   002590E72B10     5:00.0 Gigabit YES FLASH Not Present<br>
  2   002590E72B11     5:00.1 Gigabit NO  FLASH Not Present<br>
  3   002590E72B12     5:00.2 Gigabit NO  FLASH Not Present<br>
  4   002590E72B13     5:00.3 Gigabit NO  FLASH Not Present<br>
<br>
<br>
Any chance to have support for this card by flashroom ?<br>
<br>
<br>
Best Regards,<br>
Grzegorz Hetman.<br>
<br>
</div>
</body>
</html>