uboot/lib_generic
Dirk Behme f7c086e94e Move 64bit division from avr32 to generic lib
Move the 64bit division from lib_avr32 to lib_generic. With this, all
boards can do_div/__div64_32 if needed, not only avr one. Code is put
to lib_generic, so no larger memory footprint if not used. No code
modifications. Thanks for proposal by Håvard Skinnemoen.

Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
2007-08-10 10:33:34 +02:00
..
Makefile Move 64bit division from avr32 to generic lib 2007-08-10 10:33:34 +02:00
bzlib.c
bzlib_crctable.c
bzlib_decompress.c
bzlib_huffman.c
bzlib_private.h
bzlib_randtable.c
crc32.c disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols. 2007-07-10 11:19:50 -05:00
ctype.c
display_options.c [PATCH 3_9] Move buffer print code from md command to common function 2007-02-20 09:05:00 +01:00
div64.c Move 64bit division from avr32 to generic lib 2007-08-10 10:33:34 +02:00
ldiv.c
sha1.c Coding style cleanup; update CHANGELOG. 2007-07-10 00:01:28 +02:00
string.c
vsprintf.c
zlib.c