Skip to content

Commit

Permalink
net/i40e/base: add Shadow RAM pointer definition
Browse files Browse the repository at this point in the history
This commit introduces a definition of the 5th Free Provisioning Area
pointer in Shadow RAM. 5th PFA is used during NVM update for storing
X710-T2L/X710-T4L's Phy Firmware.

Signed-off-by: Bartosz Jakub Rosadzinski <bartosz.jakub.rosadzinski@intel.com>
Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
  • Loading branch information
brosadzi authored and bruce-richardson committed Sep 13, 2024
1 parent 87c917e commit ebc40f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ Bar Neuman <bneuman@nvidia.com>
Barak Enat <barak@saguna.net>
Barbara Skobiej <barbara.skobiej@intel.com>
Barry Cao <barry.cao@nxp.com>
Bartosz Jakub Rosadzinski <bartosz.jakub.rosadzinski@intel.com>
Bartosz Staszewski <bartoszx.staszewski@intel.com>
Baruch Siach <baruch@tkos.co.il>
Bassam Zaid AlKilani <bzalkilani@nvidia.com>
Expand Down
1 change: 1 addition & 0 deletions drivers/net/i40e/base/i40e_type.h
Original file line number Diff line number Diff line change
Expand Up @@ -1554,6 +1554,7 @@ struct i40e_hw_port_stats {
#define I40E_SR_FEATURE_CONFIGURATION_PTR 0x49
#define I40E_SR_CONFIGURATION_METADATA_PTR 0x4D
#define I40E_SR_IMMEDIATE_VALUES_PTR 0x4E
#define I40E_SR_5TH_FREE_PROVISION_AREA_PTR 0x50
#define I40E_SR_PRESERVATION_RULES_PTR 0x70
#define I40E_X722_SR_5TH_FREE_PROVISION_AREA_PTR 0x71
#define I40E_SR_6TH_FREE_PROVISION_AREA_PTR 0x71
Expand Down

0 comments on commit ebc40f0

Please sign in to comment.