summaryrefslogtreecommitdiff
path: root/tigon
AgeCommit message (Collapse)AuthorFilesLines
2013-03-09tg3: Add EEE support firmware for 57766 cardsNithin Nayak Sujir1-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-04firmware: convert tg3 driver to request_firmware()Jaswinder Singh Rajput3-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>