Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-03-09 | tg3: Add EEE support firmware for 57766 cards | Nithin Nayak Sujir | 1 | -0/+0 | |
57766 devices with no nvram need a service patch firmware for the boot code to support EEE. This patch adds the fw. Signed-off-by: Nithin Nayak Sujir <nsujir@broadcom.com> Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk> | |||||
2009-01-04 | firmware: convert tg3 driver to request_firmware() | Jaswinder Singh Rajput | 3 | -0/+0 | |
Firmware blob looks like this... u8 firmware_major u8 firmware_minor u8 firmware_fix u8 pad __be32 start_address __be32 length (total, including BSS sections to be zeroed) data... (in __be32 words, which is native for the firmware) Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net> |