aboutsummaryrefslogtreecommitdiffstats
path: root/firmware
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-07 15:59:17 -0500
committerDavid S. Miller <davem@davemloft.net>2009-01-07 15:59:17 -0500
commit9ac32e1bc0518b01b47dd34a733dce8634a38ed3 (patch)
tree4316ea3a959cab393289c67364ee63f06e34543c /firmware
parent92dc8cc317844e5681f5d8990896720ed2b21cc8 (diff)
firmware: convert e100 driver to request_firmware()
Thanks to David Woodhouse for help. Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'firmware')
-rw-r--r--firmware/Makefile2
-rw-r--r--firmware/WHENCE12
-rw-r--r--firmware/e100/d101m_ucode.bin.ihex38
-rw-r--r--firmware/e100/d101s_ucode.bin.ihex38
-rw-r--r--firmware/e100/d102e_ucode.bin.ihex38
5 files changed, 128 insertions, 0 deletions
diff --git a/firmware/Makefile b/firmware/Makefile
index d872b7942a30..aae5129fa892 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -37,6 +37,8 @@ fw-shipped-$(CONFIG_CHELSIO_T3) += cxgb3/t3b_psram-1.1.0.bin \
37 cxgb3/t3c_psram-1.1.0.bin \ 37 cxgb3/t3c_psram-1.1.0.bin \
38 cxgb3/t3fw-7.0.0.bin 38 cxgb3/t3fw-7.0.0.bin
39fw-shipped-$(CONFIG_DVB_TTUSB_BUDGET) += ttusb-budget/dspbootcode.bin 39fw-shipped-$(CONFIG_DVB_TTUSB_BUDGET) += ttusb-budget/dspbootcode.bin
40fw-shipped-$(CONFIG_E100) += e100/d101m_ucode.bin e100/d101s_ucode.bin \
41 e100/d102e_ucode.bin
40fw-shipped-$(CONFIG_SMCTR) += tr_smctr.bin 42fw-shipped-$(CONFIG_SMCTR) += tr_smctr.bin
41fw-shipped-$(CONFIG_SND_KORG1212) += korg/k1212.dsp 43fw-shipped-$(CONFIG_SND_KORG1212) += korg/k1212.dsp
42fw-shipped-$(CONFIG_SND_MAESTRO3) += ess/maestro3_assp_kernel.fw \ 44fw-shipped-$(CONFIG_SND_MAESTRO3) += ess/maestro3_assp_kernel.fw \
diff --git a/firmware/WHENCE b/firmware/WHENCE
index 1bb2cf4b1735..8b5651347791 100644
--- a/firmware/WHENCE
+++ b/firmware/WHENCE
@@ -360,6 +360,18 @@ License: GPLv2 or OpenIB.org BSD license, no source visible
360 360
361-------------------------------------------------------------------------- 361--------------------------------------------------------------------------
362 362
363Driver: e100 -- Intel PRO/100 Ethernet NIC
364
365File: e100/d101m_ucode.bin
366File: e100/d101s_ucode.bin
367File: e100/d102e_ucode.bin
368
369Licence: Unknown
370
371Found in hex form in kernel source.
372
373--------------------------------------------------------------------------
374
363Driver: acenic -- Alteon AceNIC Gigabit Ethernet card 375Driver: acenic -- Alteon AceNIC Gigabit Ethernet card
364 376
365File: acenic/tg1.bin 377File: acenic/tg1.bin
diff --git a/firmware/e100/d101m_ucode.bin.ihex b/firmware/e100/d101m_ucode.bin.ihex
new file mode 100644
index 000000000000..12971ed458a6
--- /dev/null
+++ b/firmware/e100/d101m_ucode.bin.ihex
@@ -0,0 +1,38 @@
1:10000000150255003704FFFFFFFFFFFF8907A70612
2:10001000FFFFFFFFFFFF580501000C001213100047
3:1000200008000C00160238009C001000564020000A
4:10003000CC802300560038009C0010000B4C24009C
5:1000400000080000184812003804380000000000C2
6:1000500000001400550538000080300062061000D2
7:100060006105100008040E006148130002000C0036
8:10007000933010000080300024061000610510004D
9:1000800008040E00610810007E000C00212C2200E4
10:1000900002000C00933010007A0C380000000800B9
11:1000A000903010007A0C38000000000000000000C2
12:1000B00000000000000000009C0010002D4C2400F7
13:1000C000040001000010040037043A00104004004E
14:1000D0008A07380000000000990010007A6C2000A8
15:1000E0009C001000484C24002408130001000C0060
16:1000F00013121000750C260000100400040001000B
17:100100002608130006000C00A806220026C91300CA
18:1001100013131000A80638000000000000000000C3
19:1001200000000000000000000000000000000000CF
20:10013000000000000000000000060800101B100076
21:10014000040005002608100010121000340C3800BE
22:1001500000000000000000005B1521009900100065
23:10016000596520009C0010005945240036081300F2
24:1001700000000C00620C220001000C00131B100098
25:100180000E9C22000E0C21000E6C22000E6C210031
26:100190000EFC22000E5C21000E4C2100550538009B
27:1001A0000400010000100400678C27000008040010
28:1001B0000081010037043A002608130001000C00FA
29:1001C00059052200131310005905380000000000E3
30:1001D000000000000000000000000000000000001F
31:1001E00000000000000000000000000031081300C3
32:1001F0000B0910001348120080FF0C00AB0626000C
33:100200000010040004000100A806380000000000EF
34:0B02100000000000000000004E417ED6
35:00000001FF
36/********************************************************/
37/* Micro code for 8086:1229 Rev 8 */
38/********************************************************/
diff --git a/firmware/e100/d101s_ucode.bin.ihex b/firmware/e100/d101s_ucode.bin.ihex
new file mode 100644
index 000000000000..102c7feb666e
--- /dev/null
+++ b/firmware/e100/d101s_ucode.bin.ihex
@@ -0,0 +1,38 @@
1:10000000420255007E04FFFFFFFFFFFF1808FF06B6
2:10001000FFFFFFFFFFFFA60501000C0012131000F9
3:1000200008000C00430238009C00100056402000DD
4:10003000D0802300560038009C0010008B4F240015
5:1000400000080000184812007F043800000000007B
6:1000500000001400A30538000080300010061000D6
7:100060006105100008040E006148130002000C0036
8:10007000933010000080300024061000610510004D
9:1000800008040E00610810007E000C00A12F220061
10:1000900002000C0093301000900F380000000800A0
11:1000A00090301000900F38000000000000000000A9
12:1000B00000000000000000009C001000AD4F240074
13:1000C00004000100001004007E043A001040040007
14:1000D000190838000000000099001000FD6F200092
15:1000E0009A001000FDAF20009C001000C84F2400B3
16:1000F0002408130001000C0013121000F70F260053
17:1001000000100400040001002608130006000C0083
18:100110000007220026C9130013131000000738003F
19:1001200000000000000000000000000000000000CF
20:10013000000000000000000000060800101B100076
21:10014000040005002608100010121000B60F380039
22:100150000000000000000000A91521009900100017
23:10016000A76520009A001000A7A520009C001000A1
24:10017000A74524003608130000000C00E40F2200FD
25:1001800001000C00131B10008E9F22008E0F210017
26:100190008E6F22008E6F21008EFF22008E5F210065
27:1001A0008E4F2100A3053800040001000010040058
28:1001B000E98F270000080400008101007E043A0056
29:1001C0002608130001000C00A705220013131000DD
30:1001D000A70538000000000000000000000000003B
31:1001E000000000000000000000000000000000000F
32:1001F00000000000310813000B0910001348120022
33:1002000080FF0C000307260000100400040001001A
34:0B02100000073800000000004E438093
35:00000001FF
36/********************************************************/
37/* Micro code for 8086:1229 Rev 9 */
38/********************************************************/
diff --git a/firmware/e100/d102e_ucode.bin.ihex b/firmware/e100/d102e_ucode.bin.ihex
new file mode 100644
index 000000000000..9e806da854de
--- /dev/null
+++ b/firmware/e100/d102e_ucode.bin.ihex
@@ -0,0 +1,38 @@
1:100000008F027D00F904420E850CED14E914FA14F8
2:10001000360EF70EFF1FFF1FB914E00000000000AE
3:100020000000000000000000BD14E000000000001F
4:100030000000000000000000D514E00000000000F7
5:1000400000000000000000000000000000000000B0
6:100050000000000000000000C114E00000000000EB
7:100060000000000000000000000000000000000090
8:100070000000000000000000000000000000000080
9:100080000000000000000000000000000000000070
10:100090000000000000000000C814E00000000000A4
11:1000A000000000000000000000062000EE14E00048
12:1000B000000000000000000080FF3000460E9400A9
13:1000C0000082030000201000430EE000000000004A
14:1000D000000000000000000006003000FB14E000FB
15:1000E0000000000000000000000000000000000010
16:1000F0000000000000000000000000000000000000
17:1001000000000000000000000000000000000000EF
18:100110000000000000000000416E90003C0E8000D6
19:10012000390EE00000000000FD6E9000FD0E900012
20:10013000F80EE000000000000000000000000000D9
21:1001400000000000000000000000000000000000AF
22:10015000000000000000000000000000000000009F
23:10016000000000000000000000000000000000008F
24:10017000000000000000000000000000000000007F
25:10018000000000000000000000000000000000006F
26:10019000000000000000000000000000000000005F
27:1001A000000000000000000000000000000000004F
28:1001B000000000000000000000000000000000003F
29:1001C000000000000000000000000000000000002F
30:1001D000000000000000000000000000000000001F
31:1001E000000000000000000000000000000000000F
32:1001F00000000000000000000000000000000000FF
33:1002000000000000000000000000000000000000EE
34:0B02100000000000000000002A362E55
35:00000001FF
36/********************************************************/
37/* Micro code for the 8086:1229 Rev F/10 */
38/********************************************************/