uboot/lib
Andreas Bießmann 822ef00e98 lib/sha256: fix compile on some hosts
Commit 2842c1c242 introduced lib/sha256 into
mkimage. Since then it will be compiled with HOSTCC which may produce errors
on some systems. Most BSD systems (like OS X for me) do not ship a
linux/string.h which will lead to take the U-Boot provided
include/linux/string.h in the end. This header howver is completely wrong
here. Just take the string.h if compiling with HOSTCC and linux/string.h when
not.

Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Cc: Heiko Schocher <hs@denx.de>
Acked-by: Heiko Schocher<hs@denx.de>
2014-05-12 15:19:46 -04:00
..
libfdt lib: convert makefiles to Kbuild style 2013-10-31 13:26:44 -04:00
lzma kbuild: use Linux Kernel build scripts 2014-02-19 11:07:50 -05:00
lzo lib: descend into sub directories only when it is necessary 2013-11-17 14:11:30 -05:00
rsa tools, fit_check_sign: verify a signed fit image 2014-03-21 16:40:38 -04:00
tizen Logo: TIZEN: Change booting logo size to official size. 2014-03-28 15:06:30 -04:00
zlib lib: descend into sub directories only when it is necessary 2013-11-17 14:11:30 -05:00
Makefile lib: uuid: add functions to generate UUID version 4 2014-04-02 16:35:53 -04:00
addr_map.c
aes.c aes: make apply_cbc_chain_data non-static 2014-04-18 16:14:17 -04:00
asm-offsets.c
bch.c
bitrev.c
bzlib.c
bzlib_crctable.c
bzlib_decompress.c
bzlib_huffman.c
bzlib_private.h
bzlib_randtable.c
circbuf.c
crc7.c
crc8.c Add crc8 routine 2014-01-08 17:20:34 -07:00
crc16.c Add eCos-2.0 SPDX-License-Identifier to source files 2013-07-24 09:45:01 -04:00
crc32.c
ctype.c
display_options.c Add 64-bit data support for memory commands 2014-03-04 12:15:30 -05:00
div64.c
errno.c
fdtdec.c Merge branch 'next' 2014-04-17 14:33:25 -04:00
fdtdec_test.c
gunzip.c gzip: correctly bounds-check output buffer 2013-09-03 13:30:14 -06:00
gzip.c
hang.c
hashtable.c env: fix the env export varname 2013-11-08 15:25:14 -05:00
initcall.c
ldiv.c Add LGPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:45:01 -04:00
linux_string.c
lmb.c
md5.c
net_utils.c
physmem.c
qsort.c
rand.c
rbtree.c
sha1.c
sha256.c lib/sha256: fix compile on some hosts 2014-05-12 15:19:46 -04:00
slre.c Coding Style cleanup: remove trailing white space 2013-10-14 16:06:53 -04:00
string.c Coding Style cleanup: remove trailing empty lines 2013-10-14 16:06:54 -04:00
strmhz.c
time.c lib: time: add weak timer_init() function 2014-01-24 16:59:06 -05:00
tpm.c
trace.c
uuid.c cmd:gpt: randomly generate each partition uuid if undefined 2014-04-02 16:36:06 -04:00
vsprintf.c lib: fix return codes when CONFIG_SYS_VSNPRINTF is enabled 2014-01-24 16:59:07 -05:00