aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sfxge/common/hunt_nvram.c
Commit message (Expand)AuthorAgeFilesLines
* sfxge(4): add TLV format buffer manipulation functions for V3 licensingAndrew Rybchenko2016-05-111-0/+352
* sfxge(4): add TLV item manipulation functions to common codeAndrew Rybchenko2016-05-101-28/+217
* sfxge(4): restructure TLV buffer validationAndrew Rybchenko2016-05-101-1/+1
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* sfxge: select whether to read current or backup partition in Medford A/B schemeAndrew Rybchenko2016-01-191-7/+26
* sfxge: fix unused function warningAndrew Rybchenko2016-01-181-3/+1
* sfxge: convert nvram set_version method to use partition idAndrew Rybchenko2016-01-181-25/+0
* sfxge: convert nvram get_version method to use partition idAndrew Rybchenko2016-01-181-9/+3
* sfxge: convert nvram rw_finish method to use partition idAndrew Rybchenko2016-01-181-7/+3
* sfxge: convert nvram write method to use partition idAndrew Rybchenko2016-01-181-27/+0
* sfxge: convert nvram erase method to use partition idAndrew Rybchenko2016-01-171-30/+0
* sfxge: convert nvram read method to use partition idAndrew Rybchenko2016-01-151-27/+0
* sfxge: convert nvram rw_start method to use partition idAndrew Rybchenko2016-01-151-9/+3
* sfxge: add table entries for License NVRAM partitionAndrew Rybchenko2016-01-141-2/+10
* sfxge: convert nvram size method to use partition idAndrew Rybchenko2016-01-141-27/+0
* sfxge: cleanup: fix return code typesAndrew Rybchenko2016-01-131-1/+1
* sfxge: cleanup: prefast fixes in common codeAndrew Rybchenko2016-01-131-2/+2
* sfxge: cleanup: simplify EFX header includesAndrew Rybchenko2016-01-131-3/+0
* sfxge: simplify conversion of NVRAM types to/from partition idsAndrew Rybchenko2016-01-131-105/+88
* sfxge: cleanup: use consistent types for NVRAM partitionsAndrew Rybchenko2016-01-121-8/+8
* sfxge: update NVRAM partition lookup for MedfordAndrew Rybchenko2016-01-121-12/+83
* sfxge: rename hunt nvram methods and use for MedfordAndrew Rybchenko2016-01-121-87/+89
* sfxge: fix pointer parameter/value signedness mismatch warningsAndrew Rybchenko2015-12-071-8/+8
* sfxge: [Sorrento] support writing of MUM firmwareAndrew Rybchenko2015-12-071-2/+24
* sfxge: erase nvram partitions in chunks equal to their erase sizeAndrew Rybchenko2015-12-051-1/+26
* sfxge: cleanup: remove set but not used trailer variableAndrew Rybchenko2015-12-051-2/+0
* sfxge: add additional WRITESIZE value for NVRAM_INFO commandAndrew Rybchenko2015-12-041-1/+2
* sfxge: FPGA and FPGA backup (diagnostic) partitions added to hunt_parttblAndrew Rybchenko2015-12-011-1/+9
* sfxge: add prefast annotation to common code return typesAndrew Rybchenko2015-11-291-94/+94
* sfxge: modify nvram update functions for uio platform to support RFID-selecta...Andrew Rybchenko2015-11-291-76/+350
* sfxge: add 7xxx NICs family supportAndrew Rybchenko2015-05-251-0/+1538