aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCho, Yu-Chen <acho@novell.com>2011-07-04 17:16:10 +0800
committerDavid Woodhouse <David.Woodhouse@intel.com>2011-07-29 23:11:48 +0100
commitfc2b8658bb710f8f01367bf05f44f2faea489661 (patch)
tree46188f31d1c81436a87627bfe40251fa79a1654e
parent3c18048f65f07560fb4e1733f28b67350b5c90b1 (diff)
downloadlinux-firmware-fc2b8658bb710f8f01367bf05f44f2faea489661.tar.gz
Add ene-ub6250 SD card reader firmware
Move ENE UB6250 SD/MS card firmware from driver/staging/keucr, and convert it from HEX to using request_firmware() Most for this patch is from huajun.li.lee@gmail.com sent at 2011-03-02,only added the ms card reader firmware and LICENCE of firmware from ENE. Signed-off-by: Cho, Yu-Chen <acho@novell.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
-rw-r--r--LICENCE.ene_firmware14
-rw-r--r--WHENCE15
-rw-r--r--ene-ub6250/ms_init.binbin0 -> 2048 bytes
-rw-r--r--ene-ub6250/ms_rdwr.binbin0 -> 2048 bytes
-rw-r--r--ene-ub6250/msp_rdwr.binbin0 -> 2048 bytes
-rw-r--r--ene-ub6250/sd_init1.binbin0 -> 2048 bytes
-rw-r--r--ene-ub6250/sd_init2.binbin0 -> 2048 bytes
-rw-r--r--ene-ub6250/sd_rdwr.binbin0 -> 2048 bytes
8 files changed, 29 insertions, 0 deletions
diff --git a/LICENCE.ene_firmware b/LICENCE.ene_firmware
new file mode 100644
index 00000000..08f2b01e
--- /dev/null
+++ b/LICENCE.ene_firmware
@@ -0,0 +1,14 @@
+copyright (c) 2011, ENE TECHNOLOGY INC.
+
+Permission to use, copy, modify, and/or distribute this software for any purpose
+with or without fee is hereby granted, provided that the above copyright notice
+and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
+WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT
+SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR
+CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
+NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
+WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
diff --git a/WHENCE b/WHENCE
index d1f5ae96..d4bfbd39 100644
--- a/WHENCE
+++ b/WHENCE
@@ -1763,3 +1763,18 @@ to be covered by the terms of the GNU General Public License.
These firmware files are distributed in the hope that they will be
useful, but WITHOUT ANY WARRANTY; without even the implied warranty
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+--------------------------------------------------------------------------
+
+Driver: ene-ub6250 -- ENE UB6250 SD card reader driver
+
+File: ene-ub6250/sd_init1.bin
+File: ene-ub6250/sd_init2.bin
+File: ene-ub6250/sd_rdwr.bin
+File: ene-ub6250/ms_init.bin
+File: ene-ub6250/msp_rdwr.bin
+File: ene-ub6250/ms_rdwr.bin
+
+Licence: Redistributable. See LICENCE.ene_firmware for details.
+
+--------------------------------------------------------------------------
diff --git a/ene-ub6250/ms_init.bin b/ene-ub6250/ms_init.bin
new file mode 100644
index 00000000..613f0ed7
--- /dev/null
+++ b/ene-ub6250/ms_init.bin
Binary files differ
diff --git a/ene-ub6250/ms_rdwr.bin b/ene-ub6250/ms_rdwr.bin
new file mode 100644
index 00000000..f2a8df81
--- /dev/null
+++ b/ene-ub6250/ms_rdwr.bin
Binary files differ
diff --git a/ene-ub6250/msp_rdwr.bin b/ene-ub6250/msp_rdwr.bin
new file mode 100644
index 00000000..dfba6ceb
--- /dev/null
+++ b/ene-ub6250/msp_rdwr.bin
Binary files differ
diff --git a/ene-ub6250/sd_init1.bin b/ene-ub6250/sd_init1.bin
new file mode 100644
index 00000000..7574f88b
--- /dev/null
+++ b/ene-ub6250/sd_init1.bin
Binary files differ
diff --git a/ene-ub6250/sd_init2.bin b/ene-ub6250/sd_init2.bin
new file mode 100644
index 00000000..0d290194
--- /dev/null
+++ b/ene-ub6250/sd_init2.bin
Binary files differ
diff --git a/ene-ub6250/sd_rdwr.bin b/ene-ub6250/sd_rdwr.bin
new file mode 100644
index 00000000..938a1b20
--- /dev/null
+++ b/ene-ub6250/sd_rdwr.bin
Binary files differ