diff options
author | Michael Chan <mchan@broadcom.com> | 2009-04-04 16:51:14 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-04-04 16:51:14 -0700 |
commit | aaba5f2527b3d361344e4ba75e15e3fdea1f7771 (patch) | |
tree | 963117d02e856f77aae689c362551226275baf7b /bnx2 | |
parent | 9ce2c73c198ed4d0aad6a531252cfecd878cbf56 (diff) |
bnx2: Use request_firmware()
Based on original patch by Ben Hutchings <ben@decadent.org.uk> and
Bastian Blank <waldi@debian.org>, with the following main changes:
Separated the mips firmware and rv2p firmware into different files
to make it easier to update them separately.
Added some code to fixup the rv2p code with run-time information
such as PAGE_SIZE.
Update version to 2.0.0.
Signed-off-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'bnx2')
-rw-r--r-- | bnx2/bnx2-mips-06-4.6.16.fw | bin | 0 -> 92628 bytes |
-rw-r--r-- | bnx2/bnx2-mips-09-4.6.17.fw | bin | 0 -> 92760 bytes |
-rw-r--r-- | bnx2/bnx2-rv2p-06-4.6.16.fw | bin | 0 -> 6872 bytes |
-rw-r--r-- | bnx2/bnx2-rv2p-09-4.6.15.fw | bin | 0 -> 7672 bytes |
4 files changed, 0 insertions, 0 deletions
diff --git a/bnx2/bnx2-mips-06-4.6.16.fw b/bnx2/bnx2-mips-06-4.6.16.fw Binary files differnew file mode 100644 index 00000000..0ff4f5ad --- /dev/null +++ b/bnx2/bnx2-mips-06-4.6.16.fw diff --git a/bnx2/bnx2-mips-09-4.6.17.fw b/bnx2/bnx2-mips-09-4.6.17.fw Binary files differnew file mode 100644 index 00000000..2736b4a8 --- /dev/null +++ b/bnx2/bnx2-mips-09-4.6.17.fw diff --git a/bnx2/bnx2-rv2p-06-4.6.16.fw b/bnx2/bnx2-rv2p-06-4.6.16.fw Binary files differnew file mode 100644 index 00000000..bea33c32 --- /dev/null +++ b/bnx2/bnx2-rv2p-06-4.6.16.fw diff --git a/bnx2/bnx2-rv2p-09-4.6.15.fw b/bnx2/bnx2-rv2p-09-4.6.15.fw Binary files differnew file mode 100644 index 00000000..bdb5d104 --- /dev/null +++ b/bnx2/bnx2-rv2p-09-4.6.15.fw |