> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Jedrzej Jagielski > Sent: Friday, February 21, 2025 5:21 PM > To: [email protected] > Cc: Nguyen, Anthony L <[email protected]>; > [email protected]; [email protected]; [email protected]; Mrozowicz, > SlawomirX <[email protected]>; Kitszel, Przemyslaw > <[email protected]>; Polchlopek, Mateusz > <[email protected]>; Kwapulinski, Piotr > <[email protected]>; Jagielski, Jedrzej > <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-next v5 05/15] ixgbe: add E610 > functions for acquiring flash data > > From: Slawomir Mrozowicz <[email protected]> > > Read NVM related info from the flash. > > Add several helper functions used to access the flash data, find memory > banks, calculate offsets, calculate the flash size. > > Reviewed-by: Przemek Kitszel <[email protected]> > Reviewed-by: Mateusz Polchlopek <[email protected]> > Signed-off-by: Slawomir Mrozowicz <[email protected]> > Co-developed-by: Piotr Kwapulinski <[email protected]> > Signed-off-by: Piotr Kwapulinski <[email protected]> > Co-developed-by: Jedrzej Jagielski <[email protected]> > Signed-off-by: Jedrzej Jagielski <[email protected]> > --- > drivers/net/ethernet/intel/ixgbe/ixgbe_e610.c | 509 +++++++++++++++++- > drivers/net/ethernet/intel/ixgbe/ixgbe_e610.h | 1 + > drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 4 + > .../ethernet/intel/ixgbe/ixgbe_type_e610.h | 40 +- > 4 files changed, 552 insertions(+), 2 deletions(-) >
Tested-by: Bharath R <[email protected]>
