u-boot/lib_generic
Alessandro Rubini ecd830b863 lib_generic memcpy: copy one word at a time if possible
If source and destination are aligned, this copies ulong values
until possible, trailing part is copied by byte. Thanks for the details
to Wolfgang Denk, Mike Frysinger, Peter Tyser, Chris Moore.

Signed-off-by: Alessandro Rubini <rubini@unipv.it>
Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
Acked-by: Mike Frysinger <vapier@gentoo.org>
2009-10-18 23:10:37 +02:00
..
lzma Fix LZMA string.h header inclusion issue and remove unused variables. 2009-08-09 22:51:53 +02:00
lzo Add LZO decompressor support 2009-03-20 22:39:15 +01:00
Makefile bzip2: move ifdef handling to Makefile COBJS-$(...) 2009-02-11 23:04:13 +01:00
addr_map.c Introduce addr_map library 2008-12-15 22:05:36 +01:00
bzlib.c bzip2: move ifdef handling to Makefile COBJS-$(...) 2009-02-11 23:04:13 +01:00
bzlib_crctable.c bzip2: move ifdef handling to Makefile COBJS-$(...) 2009-02-11 23:04:13 +01:00
bzlib_decompress.c bzip2: move ifdef handling to Makefile COBJS-$(...) 2009-02-11 23:04:13 +01:00
bzlib_huffman.c bzip2: move ifdef handling to Makefile COBJS-$(...) 2009-02-11 23:04:13 +01:00
bzlib_private.h * Patches by Xianghua Xiao, 15 Oct 2003: 2003-10-15 23:53:47 +00:00
bzlib_randtable.c bzip2: move ifdef handling to Makefile COBJS-$(...) 2009-02-11 23:04:13 +01:00
crc16.c crc16: move to lib_generic 2008-08-29 12:25:02 +02:00
crc32.c Remove legacy NAND and disk on chip code. 2009-07-16 19:07:47 -05:00
ctype.c Initial revision 2000-07-19 14:09:16 +00:00
display_options.c Allow print_size to print in GB 2008-07-09 22:50:20 +02:00
div64.c Move 64bit division from avr32 to generic lib 2007-08-10 10:33:34 +02:00
gunzip.c lib_generic: gunzip: New function zunzip 2009-04-30 23:07:02 +02:00
ldiv.c * Code cleanup: 2003-06-27 21:31:46 +00:00
lmb.c Fix some more print() format errors. 2008-07-11 01:16:00 +02:00
md5.c compiler.h: unify system ifdef cruft here 2009-07-19 21:41:46 +02:00
rbtree.c Add Red Black Tree support 2008-10-18 21:54:01 +02:00
sha1.c Fix build issue with string.h and linux/string.h 2008-06-12 08:51:35 +02:00
sha256.c add SHA256 support 2008-06-30 22:57:16 +02:00
string.c lib_generic memcpy: copy one word at a time if possible 2009-10-18 23:10:37 +02:00
strmhz.c Fix strmhz(): avoid printing negative fractions 2008-10-22 08:52:19 +02:00
vsprintf.c Use do_div from div64.h for vsprintf 2009-07-27 00:10:12 +02:00
zlib.c zlib: fix code when DEBUG is defined 2009-09-04 23:04:20 +02:00