net/ice/base: cache NVM module bank information
authorQi Zhang <qi.z.zhang@intel.com>
Mon, 7 Sep 2020 10:57:19 +0000 (18:57 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 18 Sep 2020 16:55:10 +0000 (18:55 +0200)
commit8d6004858c9058fb76514777ba88d392a4a61899
treea4177280999a5e3ddf79bd81ba054357633d8bf1
parent9ec03609d88749ed7e3d4d4b09ed241072a13970
net/ice/base: cache NVM module bank information

The ice flash contains two copies of each of the NVM, Option ROM, and
Netlist modules. Each bank has a pointer word and a size word. In order
to correctly read from the active flash bank, the driver must calculate
the offset manually.

During NVM initialization, read the Shadow RAM control word and
determine which bank is active for each NVM module. Additionally, cache
the size and pointer values for use in calculating the correct offset.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>
Acked-by: Qiming Yang <qiming.yang@intel.com>
drivers/net/ice/base/ice_nvm.c
drivers/net/ice/base/ice_type.h