igc: Add NVM support

Add code for NVM support and get MAC address, complete probe
method.

Signed-off-by: Sasha Neftin <sasha.neftin@intel.com>
Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
Sasha Neftin
2018-10-11 10:17:28 +03:00
committed by Jeff Kirsher
parent c0071c7aa5
commit ab40561268
13 changed files with 949 additions and 3 deletions

View File

@@ -7,4 +7,4 @@
obj-$(CONFIG_IGC) += igc.o
igc-objs := igc_main.o igc_mac.o igc_i225.o igc_base.o
igc-objs := igc_main.o igc_mac.o igc_i225.o igc_base.o igc_nvm.o