From: David Woodhouse Date: Tue, 7 Apr 2009 00:24:16 +0000 (-0700) Subject: firmware: Remove newly-added slicoss and sxg firmware images X-Git-Tag: upstream/20140222~253^2~15^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ed7331ed3bf148e9dff512a3b45d60486c91c407;p=platform%2Fupstream%2Flinux-firmware.git firmware: Remove newly-added slicoss and sxg firmware images These are available elsewhere (for example in the linux-firmware.git repository); they have no business being added to the kernel source tree. We are only putting stuff in the firmware/ directory of the kernel source when it's extracted from long-standing drivers which used to include it directly. We didn't intend to open the floodgates to including megabytes of new firmware which was previously being distributed separately. Signed-off-by: David Woodhouse --- diff --git a/WHENCE b/WHENCE index afce746..929f9ed 100644 --- a/WHENCE +++ b/WHENCE @@ -408,59 +408,6 @@ Found in hex form in kernel source. -------------------------------------------------------------------------- -Driver: SLICOSS - Alacritech IS-NIC products - -File: slicoss/gbdownload.sys.ihex -File: slicoss/gbrcvucode.sys.ihex -File: slicoss/oasisdbgdownload.sys.ihex -File: slicoss/oasisdownload.sys.ihex -File: slicoss/oasisrcvucode.sys.ihex - -Licence: - Copyright (C) 1999-2009 Alacritech, Inc. - - as an unpublished work. This notice does not imply unrestricted or - public access to the source code from which this firmware image is - derived. Except as noted below this firmware image may not be - reproduced, used, sold or transferred to any third party without - Alacritech's prior written consent. All Rights Reserved. - - Permission is hereby granted for the distribution of this firmware - image as part of a Linux or other Open Source operating system kernel - in text or binary form as required. - - This firmware may not be modified and may only be used with - Alacritech hardware. - -Found in hex form in kernel source. - --------------------------------------------------------------------------- - -Driver: SXG - Alacritech IS-NIC products - -File: sxg/saharadownloadB.sys.ihex -File: sxg/saharadbgdownloadB.sys.ihex - -Licence: - Copyright (C) 1999-2009 Alacritech, Inc. - - as an unpublished work. This notice does not imply unrestricted or - public access to the source code from which this firmware image is - derived. Except as noted below this firmware image may not be - reproduced, used, sold or transferred to any third party without - Alacritech's prior written consent. All Rights Reserved. - - Permission is hereby granted for the distribution of this firmware - image as part of a Linux or other Open Source operating system kernel - in text or binary form as required. - - This firmware may not be modified and may only be used with - Alacritech hardware. - -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 diff --git a/slicoss/gbdownload.sys b/slicoss/gbdownload.sys deleted file mode 100644 index 60ab75b..0000000 Binary files a/slicoss/gbdownload.sys and /dev/null differ diff --git a/slicoss/gbrcvucode.sys b/slicoss/gbrcvucode.sys deleted file mode 100644 index 855b23e..0000000 Binary files a/slicoss/gbrcvucode.sys and /dev/null differ diff --git a/slicoss/oasisdbgdownload.sys b/slicoss/oasisdbgdownload.sys deleted file mode 100644 index 4ae5023..0000000 Binary files a/slicoss/oasisdbgdownload.sys and /dev/null differ diff --git a/slicoss/oasisdownload.sys b/slicoss/oasisdownload.sys deleted file mode 100644 index cdc2cc1..0000000 Binary files a/slicoss/oasisdownload.sys and /dev/null differ diff --git a/slicoss/oasisrcvucode.sys b/slicoss/oasisrcvucode.sys deleted file mode 100644 index a2b9bde..0000000 Binary files a/slicoss/oasisrcvucode.sys and /dev/null differ diff --git a/sxg/saharadbgdownloadB.sys b/sxg/saharadbgdownloadB.sys deleted file mode 100644 index d3b3ed1..0000000 Binary files a/sxg/saharadbgdownloadB.sys and /dev/null differ diff --git a/sxg/saharadownloadB.sys b/sxg/saharadownloadB.sys deleted file mode 100644 index c48cb92..0000000 Binary files a/sxg/saharadownloadB.sys and /dev/null differ