]> git.openfabrics.org - ~aditr/compat-rdma.git/commit
cxgb4: Add support for T4 configuration file
authorVipul Pandya <vipul@chelsio.com>
Fri, 5 Oct 2012 10:32:32 +0000 (03:32 -0700)
committerVipul Pandya <vipul@chelsio.com>
Fri, 5 Oct 2012 10:32:32 +0000 (03:32 -0700)
commit732a4dba9f9f67b2649639e06ae228f8fa7ba6c5
tree3f6bd4047d27094af719c48b31b072b7af88f3ea
parenta896601ee0664acf5fd8aa9b9557b4e995607817
cxgb4: Add support for T4 configuration file

This patch adds patch series from linux-next tree to add support for T4
configuration file.

Starting with T4 firmware version 1.3.11.0 the firmware now supports device
configuration via a Firmware Configuration File. The Firmware Configuration
File was primarily developed in order to centralize all of the configuration,
resource allocation, etc. for Unified Wire operation where multiple
Physical / Virtual Function Drivers would be using a T4 adapter simultaneously.

The Firmware Configuration file can live in three locations as shown below
in order of precedence.
1) User defined configuration file: /lib/firmware/cxgb4/t4-config.txt
2) Factory Default configuration file written to FLASH within
   the manufacturing process.
3) Hardwired driver configuration.

Signed-off-by: Vipul Pandya <vipul@chelsio.com>
linux-next-cherry-picks/0002-cxgb4-Fix-incorrect-values-for-MEMWIN.patch [new file with mode: 0644]
linux-next-cherry-picks/0003-cxgb4-Add-functions-to-read-memory-via-PCIE-memory-w.patch [new file with mode: 0644]
linux-next-cherry-picks/0004-cxgb4-cxgb4vf-Code-cleanup-to-enable-T4-Configuratio.patch [new file with mode: 0644]
linux-next-cherry-picks/0005-cxgb4-Add-support-for-T4-configuration-file.patch [new file with mode: 0644]
linux-next-cherry-picks/0006-cxgb4-Add-support-for-T4-hardwired-driver-configurat.patch [new file with mode: 0644]
linux-next-cherry-picks/0007-cxgb4-Inform-caller-if-driver-didn-t-upgrade-firmwar.patch [new file with mode: 0644]
linux-next-cherry-picks/0008-cxgb4-Don-t-attempt-to-upgrade-T4-firmware-when-cxgb.patch [new file with mode: 0644]