aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sfxge/common/efx_nvram.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* sfxge: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-4/+0
* sfxge(4): fix out of bounds read when dereferencing sdupAndrew Rybchenko2018-11-301-24/+16
* sfxge(4): avoid usage of too big arrays on stackAndrew Rybchenko2018-11-301-9/+18
* sfxge(4): generalise EF10 NVRAM buffer interfaceAndrew Rybchenko2018-11-301-1/+1
* sfxge(4): fix SAL annotation for input buffersAndrew Rybchenko2018-11-291-1/+1
* sfxge(4): add Medford2 support to NVRAM moduleAndrew Rybchenko2018-11-271-2/+8
* sfxge(4): quieten get version methodsAndrew Rybchenko2018-11-231-1/+1
* sfxge(4): remove duplicate NVRAM assertsAndrew Rybchenko2018-11-231-27/+0
* sfxge(4): precheck and verify flash writesAndrew Rybchenko2018-11-231-0/+44
* sfxge(4): fix check in NVRAM validateAndrew Rybchenko2018-11-231-4/+5
* sfxge(4): check NVRAM locking by partition IDAndrew Rybchenko2018-11-231-19/+21
* sfxge(4): rename firmware update verify result cap fieldAndrew Rybchenko2018-11-231-4/+4
* sfxge(4): extend NVRAM RW finish to return verify resultAndrew Rybchenko2018-11-231-2/+10
* sfxge(4): report verify result from RW finish callbackAndrew Rybchenko2018-11-231-10/+11
* sfxge(4): simplify verify result handlingAndrew Rybchenko2018-11-231-12/+11
* sfxge(4): fix result code in MCDI NVRAM update finishAndrew Rybchenko2018-11-231-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sfxge(4): add support for firmware-verified NVRAM updates to the common codeAndrew Rybchenko2016-12-291-13/+77
* sfxge(4): cleanup: update copyright to 2016Andrew Rybchenko2016-05-241-1/+1
* sfxge(4): cleanup: constify common code method tablesAndrew Rybchenko2016-05-121-16/+16
* sfxge(4): remove EFSYS_OPT_FALCONAndrew Rybchenko2016-05-101-26/+0
* sfxge(4): restructure TLV buffer validationAndrew Rybchenko2016-05-101-0/+41
* sfxge: select whether to read current or backup partition in Medford A/B schemeAndrew Rybchenko2016-01-191-6/+8
* sfxge: convert nvram set_version method to use partition idAndrew Rybchenko2016-01-181-4/+10
* sfxge: convert nvram get_version method to use partition idAndrew Rybchenko2016-01-181-4/+11
* sfxge: convert nvram rw_finish method to use partition idAndrew Rybchenko2016-01-181-4/+6
* sfxge: convert nvram write method to use partition idAndrew Rybchenko2016-01-181-4/+10
* sfxge: convert nvram erase method to use partition idAndrew Rybchenko2016-01-171-4/+17
* sfxge: convert nvram read method to use partition idAndrew Rybchenko2016-01-151-4/+10
* sfxge: convert nvram rw_start method to use partition idAndrew Rybchenko2016-01-151-4/+10
* sfxge: convert nvram size method to use partition idAndrew Rybchenko2016-01-141-4/+11
* sfxge: cleanup: simplify EFX header includesAndrew Rybchenko2016-01-131-3/+0
* sfxge: simplify conversion of NVRAM types to/from partition idsAndrew Rybchenko2016-01-131-0/+3
* sfxge: rename hunt nvram methods and use for MedfordAndrew Rybchenko2016-01-121-13/+19
* sfxge: [Sorrento] support writing of MUM firmwareAndrew Rybchenko2015-12-071-3/+15
* sfxge: add additional WRITESIZE value for NVRAM_INFO commandAndrew Rybchenko2015-12-041-3/+11
* sfxge: add prefast annotation to common code return typesAndrew Rybchenko2015-11-291-54/+54
* sfxge: add 7xxx NICs family supportAndrew Rybchenko2015-05-251-22/+534
* sfxge: Add $FreeBSD$ tags to common code files.Philip Paeps2011-11-281-0/+3
* Add the sfxge(4) device driver, providing support for 10Gb Ethernet adaptersPhilip Paeps2011-11-161-0/+372