Merge branch 'from-kernel' of git://git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-firmware
This commit is contained in:
commit
20d34dd461
84
WHENCE
84
WHENCE
|
@ -370,3 +370,87 @@ File: ar9170-1.fw
|
|||
File: ar9170-2.fw
|
||||
|
||||
License: Redistributable. See LICENCE.atheros_firmware for details
|
||||
|
||||
--------------------------------------------------------------------------
|
||||
|
||||
Driver: CASSINI - Sun Cassini
|
||||
|
||||
File: sun/cassini.bin
|
||||
|
||||
Licence: Unknown
|
||||
|
||||
Found in hex form in kernel source.
|
||||
|
||||
--------------------------------------------------------------------------
|
||||
|
||||
Driver: cxgb3 - Chelsio Terminator 3 1G/10G Ethernet adapter
|
||||
|
||||
File: cxgb3/t3b_psram-1.1.0.bin.ihex
|
||||
File: cxgb3/t3c_psram-1.1.0.bin.ihex
|
||||
file: cxgb3/t3fw-7.0.0.bin.ihex
|
||||
|
||||
License: GPLv2 or OpenIB.org BSD license, no source visible
|
||||
|
||||
--------------------------------------------------------------------------
|
||||
|
||||
Driver: e100 -- Intel PRO/100 Ethernet NIC
|
||||
|
||||
File: e100/d101m_ucode.bin
|
||||
File: e100/d101s_ucode.bin
|
||||
File: e100/d102e_ucode.bin
|
||||
|
||||
Licence: Unknown
|
||||
|
||||
Found in hex form in kernel source.
|
||||
|
||||
--------------------------------------------------------------------------
|
||||
|
||||
Driver: acenic -- Alteon AceNIC Gigabit Ethernet card
|
||||
|
||||
File: acenic/tg1.bin
|
||||
File: acenic/tg2.bin
|
||||
|
||||
Licence: Unknown
|
||||
|
||||
Found in hex form in kernel source, but source allegedly available at
|
||||
http://alteon.shareable.org/
|
||||
|
||||
--------------------------------------------------------------------------
|
||||
|
||||
Driver: tigon3 -- Broadcom Tigon3 based gigabit Ethernet cards
|
||||
|
||||
File: tigon/tg3.bin
|
||||
File: tigon/tg3_tso.bin
|
||||
File: tigon/tg3_tso5.bin
|
||||
|
||||
Licence:
|
||||
* Firmware is:
|
||||
* Derived from proprietary unpublished source code,
|
||||
* Copyright (C) 2000-2003 Broadcom Corporation.
|
||||
*
|
||||
* Permission is hereby granted for the distribution of this firmware
|
||||
* data in hexadecimal or equivalent format, provided this copyright
|
||||
* notice is accompanying it.
|
||||
|
||||
Found in hex form in kernel source.
|
||||
|
||||
--------------------------------------------------------------------------
|
||||
|
||||
Driver: ADAPTEC_STARFIRE - Adaptec Starfire/DuraLAN support
|
||||
|
||||
File: adaptec/starfire_rx.bin
|
||||
File: adaptec/starfire_tx.bin
|
||||
|
||||
Licence: Allegedly GPLv2, but no source visible.
|
||||
|
||||
Found in hex form in kernel source, with the following notice:
|
||||
|
||||
BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE IT IS LICENSED "AS IS" AND
|
||||
THERE IS NO WARRANTY FOR THE PROGRAM, INCLUDING BUT NOT LIMITED TO THE
|
||||
IMPLIED WARRANTIES OF MERCHANTIBILITY OR FITNESS FOR A PARTICULAR PURPOSE
|
||||
(TO THE EXTENT PERMITTED BY APPLICABLE LAW). USE OF THE PROGRAM IS AT YOUR
|
||||
OWN RISK. IN NO EVENT WILL ADAPTEC OR ITS LICENSORS BE LIABLE TO YOU FOR
|
||||
DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES
|
||||
ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM.
|
||||
|
||||
--------------------------------------------------------------------------
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -51,19 +51,19 @@ start jmp <$40
|
|||
; Copy DSP program control
|
||||
move #real,r0
|
||||
move #upload,r1
|
||||
do #upload_end-upload,<_copy
|
||||
move P:(r0)+,x0
|
||||
move x0,P:(r1)+
|
||||
_copy movep #>4,X:<<M_HCR
|
||||
movep #>$c00,X:<<M_IPR
|
||||
do #upload_end-upload,_copy
|
||||
movem P:(r0)+,x0
|
||||
movem x0,P:(r1)+
|
||||
_copy movep #4,X:<<M_HCR
|
||||
movep #$c00,X:<<M_IPR
|
||||
and #<$fe,mr
|
||||
jmp upload
|
||||
|
||||
real
|
||||
org P:$7ea9
|
||||
upload
|
||||
movep #>1,X:<<M_PBC
|
||||
movep #>0,X:<<M_BCR
|
||||
movep #1,X:<<M_PBC
|
||||
movep #0,X:<<M_BCR
|
||||
|
||||
next jclr #0,X:<<M_HSR,*
|
||||
movep X:<<M_HRX,A
|
||||
|
@ -81,18 +81,18 @@ _get_length
|
|||
cmp x0,A
|
||||
jeq load_Y
|
||||
|
||||
load_P do y0,_load
|
||||
load_P do y0,_load_P
|
||||
jclr #0,X:<<M_HSR,*
|
||||
movep X:<<M_HRX,P:(r0)+
|
||||
_load jmp next
|
||||
load_X do y0,_load
|
||||
_load_P jmp next
|
||||
load_X do y0,_load_X
|
||||
jclr #0,X:<<M_HSR,*
|
||||
movep X:<<M_HRX,X:(r0)+
|
||||
_load jmp next
|
||||
load_Y do y0,_load
|
||||
_load_X jmp next
|
||||
load_Y do y0,_load_Y
|
||||
jclr #0,X:<<M_HSR,*
|
||||
movep X:<<M_HRX,Y:(r0)+
|
||||
_load jmp next
|
||||
_load_Y jmp next
|
||||
|
||||
upload_end
|
||||
end
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue