uboot/lib
Andreas Bießmann fc5fc76bda lib/hashtable.c: add CONFIG_ENV_MIN_ENTRIES
This patch adds a new config parameter for adjusting the calculation of
hash table size when importing a buffer.

When importing a extremely small buffer (e.g. the default_environment)
the old calculation generated a hash table which could hold at most the
buffer content but no more entires.

The new calculation add a fixed number of entries to the result to fit
better for small import buffers. This amount may be configured by the
user in board file to adjust the behaviour.

Signed-off-by: Andreas Biemann <andreas.devel@googlemail.com>
2010-10-06 22:46:35 +02:00
..
libfdt Move libfdt/ into lib/ 2010-04-13 09:13:04 +02:00
lzma
lzo
Makefile Add hash table support as base for new environment code 2010-09-19 19:29:47 +02:00
addr_map.c
bzlib.c
bzlib_crctable.c
bzlib_decompress.c
bzlib_huffman.c
bzlib_private.h
bzlib_randtable.c
circbuf.c
crc16.c
crc32.c
ctype.c
display_options.c display_buffer: fix misaligned buffer 2010-09-13 13:15:07 +02:00
div64.c Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
errno.c Add basic errno support. 2010-09-19 19:29:47 +02:00
gunzip.c
hashtable.c lib/hashtable.c: add CONFIG_ENV_MIN_ENTRIES 2010-10-06 22:46:35 +02:00
ldiv.c
lmb.c
md5.c
net_utils.c
qsort.c Add qsort - add support for sorting data arrays 2010-09-19 19:29:47 +02:00
rbtree.c
sha1.c
sha256.c
string.c
strmhz.c
time.c
vsprintf.c Make sure that argv[] argument pointers are not modified. 2010-07-04 23:55:42 +02:00
zlib.c