]> git.ipfire.org Git - thirdparty/linux-firmware.git/commitdiff
bnx2: Use request_firmware()
authorMichael Chan <mchan@broadcom.com>
Sat, 4 Apr 2009 23:51:14 +0000 (16:51 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 4 Apr 2009 23:51:14 +0000 (16:51 -0700)
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>
WHENCE
bnx2/bnx2-mips-06-4.6.16.fw [new file with mode: 0644]
bnx2/bnx2-mips-09-4.6.17.fw [new file with mode: 0644]
bnx2/bnx2-rv2p-06-4.6.16.fw [new file with mode: 0644]
bnx2/bnx2-rv2p-09-4.6.15.fw [new file with mode: 0644]

diff --git a/WHENCE b/WHENCE
index 1b340c11ef0dfab0b89df3974fcd02990e4eb2ba..f3d015115034b28d096e931a90acdc4e6b6a31f1 100644 (file)
--- a/WHENCE
+++ b/WHENCE
@@ -553,3 +553,23 @@ Licence: Unknown
 Found in hex form in kernel source.
 
 --------------------------------------------------------------------------
+
+Driver: BNX2 - Broadcom NetXtremeII
+
+File: bnx2/bnx2-mips-06-4.6.16.fw
+File: bnx2/bnx2-rv2p-06-4.6.16.fw
+File: bnx2/bnx2-mips-09-4.6.17.fw
+File: bnx2/bnx2-rv2p-09-4.6.15.fw
+
+Licence:
+
+ This file contains firmware data derived from proprietary unpublished
+ source code, Copyright (c) 2004 - 2009 Broadcom Corporation.
+
+ Permission is hereby granted for the distribution of this firmware data
+ in hexadecimal or equivalent format, provided this copyright notice is
+ accompanying it.
+
+Found in hex form in kernel source.
+
+--------------------------------------------------------------------------
diff --git a/bnx2/bnx2-mips-06-4.6.16.fw b/bnx2/bnx2-mips-06-4.6.16.fw
new file mode 100644 (file)
index 0000000..0ff4f5a
Binary files /dev/null and b/bnx2/bnx2-mips-06-4.6.16.fw differ
diff --git a/bnx2/bnx2-mips-09-4.6.17.fw b/bnx2/bnx2-mips-09-4.6.17.fw
new file mode 100644 (file)
index 0000000..2736b4a
Binary files /dev/null and b/bnx2/bnx2-mips-09-4.6.17.fw differ
diff --git a/bnx2/bnx2-rv2p-06-4.6.16.fw b/bnx2/bnx2-rv2p-06-4.6.16.fw
new file mode 100644 (file)
index 0000000..bea33c3
Binary files /dev/null and b/bnx2/bnx2-rv2p-06-4.6.16.fw differ
diff --git a/bnx2/bnx2-rv2p-09-4.6.15.fw b/bnx2/bnx2-rv2p-09-4.6.15.fw
new file mode 100644 (file)
index 0000000..bdb5d10
Binary files /dev/null and b/bnx2/bnx2-rv2p-09-4.6.15.fw differ