diff options
author | Michael Chan <mchan@broadcom.com> | 2009-04-04 19:51:14 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-04-04 19:51:14 -0400 |
commit | 57579f7629a3d46c307405fbd2ea6bdb650d692f (patch) | |
tree | c407da542bfa50989bfc4f41daf7c1a181207d93 /firmware/Makefile | |
parent | 5d4d9e8ad6c646c4811bf0049df761dee6affc3d (diff) |
bnx2: Use request_firmware()
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>
Diffstat (limited to 'firmware/Makefile')
-rw-r--r-- | firmware/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/Makefile b/firmware/Makefile index e6c0fd1cf9ab..1dfcd02051e2 100644 --- a/firmware/Makefile +++ b/firmware/Makefile | |||
@@ -32,6 +32,10 @@ fw-shipped-$(CONFIG_ADAPTEC_STARFIRE) += adaptec/starfire_rx.bin \ | |||
32 | adaptec/starfire_tx.bin | 32 | adaptec/starfire_tx.bin |
33 | fw-shipped-$(CONFIG_ATARI_DSP56K) += dsp56k/bootstrap.bin | 33 | fw-shipped-$(CONFIG_ATARI_DSP56K) += dsp56k/bootstrap.bin |
34 | fw-shipped-$(CONFIG_ATM_AMBASSADOR) += atmsar11.fw | 34 | fw-shipped-$(CONFIG_ATM_AMBASSADOR) += atmsar11.fw |
35 | fw-shipped-$(CONFIG_BNX2) += bnx2/bnx2-mips-09-4.6.17.fw \ | ||
36 | bnx2/bnx2-rv2p-09-4.6.15.fw \ | ||
37 | bnx2/bnx2-mips-06-4.6.16.fw \ | ||
38 | bnx2/bnx2-rv2p-06-4.6.16.fw | ||
35 | fw-shipped-$(CONFIG_CASSINI) += sun/cassini.bin | 39 | fw-shipped-$(CONFIG_CASSINI) += sun/cassini.bin |
36 | fw-shipped-$(CONFIG_COMPUTONE) += intelliport2.bin | 40 | fw-shipped-$(CONFIG_COMPUTONE) += intelliport2.bin |
37 | fw-shipped-$(CONFIG_CHELSIO_T3) += cxgb3/t3b_psram-1.1.0.bin \ | 41 | fw-shipped-$(CONFIG_CHELSIO_T3) += cxgb3/t3b_psram-1.1.0.bin \ |