From: Cho, Yu-Chen Date: Mon, 4 Jul 2011 09:16:10 +0000 (+0800) Subject: Add ene-ub6250 SD card reader firmware X-Git-Tag: 20190717~902 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;ds=sidebyside;h=fc2b8658bb710f8f01367bf05f44f2faea489661;p=mirror_linux-firmware.git 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 Signed-off-by: David Woodhouse --- 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 Binary files /dev/null and b/ene-ub6250/ms_init.bin differ diff --git a/ene-ub6250/ms_rdwr.bin b/ene-ub6250/ms_rdwr.bin new file mode 100644 index 00000000..f2a8df81 Binary files /dev/null and b/ene-ub6250/ms_rdwr.bin differ diff --git a/ene-ub6250/msp_rdwr.bin b/ene-ub6250/msp_rdwr.bin new file mode 100644 index 00000000..dfba6ceb Binary files /dev/null and b/ene-ub6250/msp_rdwr.bin differ diff --git a/ene-ub6250/sd_init1.bin b/ene-ub6250/sd_init1.bin new file mode 100644 index 00000000..7574f88b Binary files /dev/null and b/ene-ub6250/sd_init1.bin differ diff --git a/ene-ub6250/sd_init2.bin b/ene-ub6250/sd_init2.bin new file mode 100644 index 00000000..0d290194 Binary files /dev/null and b/ene-ub6250/sd_init2.bin differ diff --git a/ene-ub6250/sd_rdwr.bin b/ene-ub6250/sd_rdwr.bin new file mode 100644 index 00000000..938a1b20 Binary files /dev/null and b/ene-ub6250/sd_rdwr.bin differ