- 05 Mar, 2010 1 commit
-
-
Ben Hutchings authored
These files have nothing to do with the pcmcia-cs project; they are distributed by Sierra Wireless under GPLv3.
-
- 17 Jan, 2010 6 commits
-
-
Ben Hutchings authored
This is taken from the lgs8gxx driver as of 2.6.32-rc5. Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
-
Ben Hutchings authored
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
-
Ben Hutchings authored
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
-
Ben Hutchings authored
Drivers are currently specified by a mixture of module name, config option or description, which is not that useful. Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
-
Ben Hutchings authored
This will aid automatic parsing of this file. Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
-
Ben Hutchings authored
Filenames should be the names of the installed binary files, without the base directory 'firmware'. Remove mention of absent file 'whiteheat_loader_debug.fw'. Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
-
- 06 Jan, 2010 1 commit
-
-
Kandukuri Vikram authored
Signed-off-by: Tom Pham <tpham@atheros.com> Signed-off-by: Vikram Kandukuri <vikram.kandukuri@atheros.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
-
- 09 Dec, 2009 1 commit
-
-
David Woodhouse authored
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
-
- 30 Oct, 2009 2 commits
-
-
Ken Kawasaki authored
pcnet_cs,serial_cs: add cis of PreMax ethernet pcmcia card, and some Sierra Wireless serial card(AC555, AC7xx, AC8xx). use PROD_ID for AC7xx, because MANF_ID of AC7xx and AC8xx are the same. Signed-off-by: Ken Kawasaki <ken_kawasaki@spring.nifty.jp> Signed-off-by: David S. Miller <davem@davemloft.net>
-
Ken Kawasaki authored
pcnet_cs,serial_cs: add cis of PreMax ethernet pcmcia card, and some Sierra Wireless serial card(AC555, AC7xx, AC8xx). use PROD_ID for AC7xx, because MANF_ID of AC7xx and AC8xx are the same. Signed-off-by: Ken Kawasaki <ken_kawasaki@spring.nifty.jp> Signed-off-by: David S. Miller <davem@davemloft.net>
-
- 15 Oct, 2009 2 commits
-
-
Eilon Greenstein authored
Value of zero was used to disable the fairness mechanism. Though the code (driver and FW) allowed changing the value at run time, it did not allow to do that if the mechanism was disabled to begin with. Fixed the FW to allow turning on and off the mechanism at run time. Fixed the code to read the value from the chip at the right sequence. Without this fix, if the initial value was set to zero, traffic could not run on the interface. Signed-off-by: Eilon Greenstein <eilong@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-
Eilon Greenstein authored
Value of zero was used to disable the fairness mechanism. Though the code (driver and FW) allowed changing the value at run time, it did not allow to do that if the mechanism was disabled to begin with. Fixed the FW to allow turning on and off the mechanism at run time. Fixed the code to read the value from the chip at the right sequence. Without this fix, if the initial value was set to zero, traffic could not run on the interface. Signed-off-by: Eilon Greenstein <eilong@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-
- 13 Oct, 2009 1 commit
-
-
Devin Heitmueller authored
Thanks to Patrick Boettcher <pboettcher@dibcom.fr> from DiBcom for providing the firmware under a redistributable license. Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
-
- 05 Oct, 2009 2 commits
-
-
Ken Kawasaki authored
pcnet_cs,serial_cs: add cis of National Semicondoctor's lan&modem mulitifunction pcmcia card, NE2K, tamarack ethernet card, and some serial card(COMpad2, COMpad4). Signed-off-by: Ken Kawasaki <ken_kawasaki@spring.nifty.jp> Signed-off-by: David S. Miller <davem@davemloft.net>
-
Ken Kawasaki authored
pcnet_cs,serial_cs: add cis of National Semicondoctor's lan&modem mulitifunction pcmcia card, NE2K, tamarack ethernet card, and some serial card(COMpad2, COMpad4). Signed-off-by: Ken Kawasaki <ken_kawasaki@spring.nifty.jp> Signed-off-by: David S. Miller <davem@davemloft.net>
-
- 15 Sep, 2009 1 commit
-
-
Ken Kawasaki authored
pcnet_cs,serial_cs: add cis of Linksys lan&modem mulitifunction pcmcia card and some modem card(MT5634ZLX, RS-COM-2P). Signed-off-by: Ken Kawasaki <ken_kawasaki@spring.nifty.jp> Signed-off-by: David S. Miller <davem@davemloft.net>
-
- 30 Aug, 2009 2 commits
-
-
Ben Hutchings authored
Loosely based on a patch by Jaswinder Singh Rajput <jaswinderlinux@gmail.com>. KMS support by Dave Airlie <airlied@redhat.com>. For Radeon 100- to 500-series, firmware blobs look like: struct { __be32 datah; __be32 datal; } cp_ucode[256]; For Radeon 600-series, there are two separate firmware blobs: __be32 me_ucode[PM4_UCODE_SIZE * 3]; __be32 pfp_ucode[PFP_UCODE_SIZE]; For Radeon 700-series, likewise: __be32 me_ucode[R700_PM4_UCODE_SIZE]; __be32 pfp_ucode[R700_PFP_UCODE_SIZE]; Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: Dave Airlie <airlied@redhat.com>
-
Ben Hutchings authored
Loosely based on a patch by Jaswinder Singh Rajput <jaswinderlinux@gmail.com>. KMS support by Dave Airlie <airlied@redhat.com>. For Radeon 100- to 500-series, firmware blobs look like: struct { __be32 datah; __be32 datal; } cp_ucode[256]; For Radeon 600-series, there are two separate firmware blobs: __be32 me_ucode[PM4_UCODE_SIZE * 3]; __be32 pfp_ucode[PFP_UCODE_SIZE]; For Radeon 700-series, likewise: __be32 me_ucode[R700_PM4_UCODE_SIZE]; __be32 pfp_ucode[R700_PFP_UCODE_SIZE]; Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: Dave Airlie <airlied@redhat.com>
-
- 27 Aug, 2009 4 commits
-
-
Ben Hutchings authored
Firmware blob looks like this: __be32 datah __be32 datal Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: Dave Airlie <airlied@redhat.com>
-
Ben Hutchings authored
Firmware blob looks like this: __be32 datah __be32 datal Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: Dave Airlie <airlied@redhat.com>
-
Ben Hutchings authored
Image format is IHEX, one record for each pipe in order (record addresses are ignored). Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: Dave Airlie <airlied@redhat.com>
-
Ben Hutchings authored
Image format is IHEX, one record for each pipe in order (record addresses are ignored). Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: Dave Airlie <airlied@redhat.com>
-
- 21 Aug, 2009 1 commit
-
-
David Woodhouse authored
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
-
- 17 Aug, 2009 1 commit
-
-
Reinette Chatre authored
Firmware for Intel WiFi Link 1000BGN is v128.50.3.1 Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
-
- 05 Aug, 2009 1 commit
-
-
Reinette Chatre authored
Firmware for Intel Wireless WiFi 5100AGN, 5300AGN, and 5350AGN is now version 8.24.2.12. Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
-
- 09 Jul, 2009 1 commit
-
-
Chatre, Reinette authored
Version is now 228.61.2.24 Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
-
- 08 Jul, 2009 1 commit
-
-
Divy Le Ray authored
use request_firmware() to load the phy's EDC programmation Signed-off-by: Divy Le Ray <divy@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-
- 01 Jul, 2009 1 commit
-
-
Mauro Carvalho Chehab authored
Thanks to Devin Heitmueller <dheitmueller@kernellabs.com> for getting Xceive permission for redistributing this firmware. Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-
- 04 Jun, 2009 1 commit
-
-
Divy Le Ray authored
Update FW to 7.4. Bump up driver revision. Signed-off-by: Divy Le Ray <divy@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-
- 14 May, 2009 2 commits
-
-
Reinette Chatre authored
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
-
Reinette Chatre authored
Version is now 15.32.2.9 Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
-
- 02 May, 2009 1 commit
-
-
Ken Kawasaki authored
3c589_cs,3c574_cs,serial_cs: (1)add cis(firmware) of 3Com lan&modem mulitifunction pcmcia card. (2)load correct configuration register for 3Com card Signed-off-by: Ken Kawasaki <ken_kawasaki@spring.nifty.jp> Signed-off-by: David S. Miller <davem@davemloft.net>
-
- 27 Apr, 2009 1 commit
-
-
Vladislav Zolotarov authored
>From now on FW will be downloaded from the binary file using request_firmware. There will be different files for every supported chip. Currently 57710 (e1) and 57711 (e1h). File names have the following format: bnx2x-<chip version>-<FW version>.fw. ihex versions of current FW files are submitted in the next patch. Each binary file has a header in the following format: struct bnx2x_fw_file_section { __be32 len; __be32 offset; } struct bnx2x_fw_file_hdr { struct bnx2x_fw_file_section init_ops; struct bnx2x_fw_file_section init_ops_offsets; struct bnx2x_fw_file_section init_data; struct bnx2x_fw_file_section tsem_int_table_data; struct bnx2x_fw_file_section tsem_pram_data; struct bnx2x_fw_file_section usem_int_table_data; struct bnx2x_fw_file_section usem_pram_data; struct bnx2x_fw_file_section csem_int_table_data; struct bnx2x_fw_file_section csem_pram_data; struct bnx2x_fw_file_section xsem_int_table_data; struct bnx2x_fw_file_section xsem_pram_data; struct bnx2x_fw_file_section fw_version; } Each bnx2x_fw_file_section contains the length and the offset of the appropriate section in the binary file. Values are stored in the big endian format. Data types of arrays: init_data __be32 init_ops_offsets __be16 XXsem_pram_data u8 XXsem_int_table_data u8 init_ops struct raw_op { u8 op; __be24 offset; __be32 data; } fw_version u8 >From now boundaries of a specific initialization stage are stored in init_ops_offsets array instead of being defined by separate macroes. The index in init_ops_offsets is calculated by BLOCK_OPS_IDX macro: #define BLOCK_OPS_IDX(block, stage, end) \ (2*(((block)*STAGE_IDX_MAX) + (stage)) + (end)) Security: In addition to sanity check of array boundaries bnx2x will check a FW version. Additional checks might be added in the future. Signed-off-by: Vladislav Zolotarov <vladz@broadcom.com> Signed-off-by: Eilon Greenstein <eilong@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-
- 23 Apr, 2009 1 commit
-
-
David Woodhouse authored
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
-
- 22 Apr, 2009 2 commits
-
-
maximilian attems authored
by requesting the firmware to only be "used" on Alacritech products the granted distribution right one paragraph above is negated. Signed-off-by: Maximilian Attems <max@stro.at> Signed-off-by: Christopher Harrer <charrer@alacritech.com>
-
Bernd Porr authored
These are comedi drivers currently in the kernel staging directory. From: Bernd Porr <BerndPorr@f2s.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-
- 21 Apr, 2009 1 commit
-
-
Ken Kawasaki authored
pcnet_cs: add cis(firmware) of the Allied Telesis LA-PCM Signed-off-by: Ken Kawasaki <ken_kawasaki@spring.nifty.jp> Signed-off-by: David S. Miller <davem@davemloft.net>
-
- 13 Apr, 2009 1 commit
-
-
Ben Hutchings authored
Add the firmware files for use with rt61pci, rt73usb, rt2860sta and rt2870sta drivers. Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
-
- 07 Apr, 2009 1 commit
-
-
David Woodhouse authored
These are available elsewhere (for example in the linux-firmware.git repository); they have no business being added to the kernel source tree. We are only putting stuff in the firmware/ directory of the kernel source when it's extracted from long-standing drivers which used to include it directly. We didn't intend to open the floodgates to including megabytes of new firmware which was previously being distributed separately. Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
-