> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Piotr Kwapulinski > Sent: Thursday, December 5, 2024 2:15 PM > To: [email protected] > Cc: [email protected]; Kwapulinski, Piotr > <[email protected]>; Wegrzyn, Stefan > <[email protected]>; Jagielski, Jedrzej <[email protected]>; > Michal Swiatkowski <[email protected]>; Simon Horman > <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-next v12 4/8] ixgbe: Add support for > NVM handling in E610 device > > Add low level support for accessing NVM in E610 device. NVM operations are > handled via the Admin Command Interface. Add the following NVM specific > operations: > - acquire, release, read > - validate checksum > - read shadow ram > > Co-developed-by: Stefan Wegrzyn <[email protected]> > Signed-off-by: Stefan Wegrzyn <[email protected]> > Co-developed-by: Jedrzej Jagielski <[email protected]> > Signed-off-by: Jedrzej Jagielski <[email protected]> > Reviewed-by: Michal Swiatkowski <[email protected]> > Reviewed-by: Simon Horman <[email protected]> > Signed-off-by: Piotr Kwapulinski <[email protected]> > --- > drivers/net/ethernet/intel/ixgbe/ixgbe_e610.c | 291 ++++++++++++++++++ > drivers/net/ethernet/intel/ixgbe/ixgbe_e610.h | 12 + > 2 files changed, 303 insertions(+) >
Tested-by: Bharath R <[email protected]>
