From cd36e9efaa5195396ae5344c6ce32c2b0048df6a Mon Sep 17 00:00:00 2001 From: Jaswinder Singh Rajput Date: Sat, 4 Apr 2009 16:38:42 -0700 Subject: myri_sbus: use request_firmware Firmware blob looks like this... __be16 lanai4_data_size unsigned char lanai4_code[] Signed-off-by: Jaswinder Singh Rajput Signed-off-by: David S. Miller --- firmware/WHENCE | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'firmware/WHENCE') diff --git a/firmware/WHENCE b/firmware/WHENCE index 3814d7d4266..1b340c11ef0 100644 --- a/firmware/WHENCE +++ b/firmware/WHENCE @@ -543,3 +543,13 @@ Licence: Allegedly GPL, but no source visible. Marked: Found in hex form in kernel source. -------------------------------------------------------------------------- + +Driver: MYRI_SBUS - MyriCOM Gigabit Ethernet + +File: myricom/lanai.bin + +Licence: Unknown + +Found in hex form in kernel source. + +-------------------------------------------------------------------------- -- cgit v1.2.3 From 57579f7629a3d46c307405fbd2ea6bdb650d692f Mon Sep 17 00:00:00 2001 From: Michael Chan Date: Sat, 4 Apr 2009 16:51:14 -0700 Subject: bnx2: Use request_firmware() Based on original patch by Ben Hutchings and Bastian Blank , 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 Signed-off-by: David S. Miller --- firmware/WHENCE | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'firmware/WHENCE') diff --git a/firmware/WHENCE b/firmware/WHENCE index 1b340c11ef0..f3d01511503 100644 --- a/firmware/WHENCE +++ b/firmware/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. + +-------------------------------------------------------------------------- -- cgit v1.2.3