Browse Source

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>
main
Cho, Yu-Chen 14 years ago committed by David Woodhouse
parent
commit
fc2b8658bb
  1. 14
      LICENCE.ene_firmware
  2. 15
      WHENCE
  3. BIN
      ene-ub6250/ms_init.bin
  4. BIN
      ene-ub6250/ms_rdwr.bin
  5. BIN
      ene-ub6250/msp_rdwr.bin
  6. BIN
      ene-ub6250/sd_init1.bin
  7. BIN
      ene-ub6250/sd_init2.bin
  8. BIN
      ene-ub6250/sd_rdwr.bin

14
LICENCE.ene_firmware

@ -0,0 +1,14 @@ @@ -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.

15
WHENCE

@ -1763,3 +1763,18 @@ to be covered by the terms of the GNU General Public License. @@ -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.

--------------------------------------------------------------------------

BIN
ene-ub6250/ms_init.bin

Binary file not shown.

BIN
ene-ub6250/ms_rdwr.bin

Binary file not shown.

BIN
ene-ub6250/msp_rdwr.bin

Binary file not shown.

BIN
ene-ub6250/sd_init1.bin

Binary file not shown.

BIN
ene-ub6250/sd_init2.bin

Binary file not shown.

BIN
ene-ub6250/sd_rdwr.bin

Binary file not shown.
Loading…
Cancel
Save