u-boot-brain/lib
Jonathan Gray 8f1603bd78 bch: don't use __BSD_VISIBLE to test for fls
Commit 4ecc988301 assumes fls is in libc
if __BSD_VISIBLE is defined.  This appears to only be true on FreeBSD
and DragonFlyBSD.  OpenBSD defines __BSD_VISIBLE and does not have fls
in strings.h/libc.

Switch the test for __BSD_VISIBLE to one for __DragonFly__ and
__FreeBSD__ to unbreak the build on OpenBSD.

Signed-off-by: Jonathan Gray <jsg@jsg.id.au>
2017-09-03 15:30:31 -04:00
..
bzip2
dhry
efi spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN 2017-07-27 14:59:03 +02:00
efi_loader efi_loader: use EFI_PAGE_MASK instead of EFI_PAGE_SIZE - 1 2017-08-12 14:05:45 +02:00
libfdt libfdt: Drop -FDT_ERR_TOODEEP 2017-07-10 08:39:24 -04:00
lzma
lzo
rsa
tizen
zlib
addr_map.c
aes.c
asm-offsets.c spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN 2017-07-27 14:59:03 +02:00
bch.c bch: don't use __BSD_VISIBLE to test for fls 2017-09-03 15:30:31 -04:00
bitrev.c
circbuf.c
crc7.c
crc8.c
crc16.c
crc32.c
ctype.c
display_options.c display_options: Refactor to allow obtaining the banner 2017-07-11 10:08:19 -06:00
div64.c
errno_str.c
errno.c
fdtdec_common.c
fdtdec_test.c
fdtdec.c env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() 2017-08-16 08:30:32 -04:00
gunzip.c
gzip.c
hang.c
hashtable.c
initcall.c
Kconfig Convert CONFIG_BCH to Kconfig 2017-09-01 20:45:26 -04:00
ldiv.c
linux_compat.c
linux_string.c
list_sort.c
lmb.c
lz4_wrapper.c
lz4.c
Makefile lib: spl: differentiate between TPL and SPL for libfdt/of_control/of_platdata 2017-08-13 17:12:21 +02:00
md5.c
membuff.c
net_utils.c
of_live.c dm: Fix error handling when unflattening the DT 2017-07-11 10:08:20 -06:00
panic.c
physmem.c
qsort.c
rand.c
rbtree.c
rc4.c
sha1.c
sha256.c
slre.c
smbios.c env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
string.c
strmhz.c
strto.c
tables_csum.c
time.c
tiny-printf.c
tpm.c tpm: add missing va_end 2017-08-13 15:17:29 -04:00
trace.c
uuid.c env: Rename setenv() to env_set() 2017-08-16 08:22:18 -04:00
vsprintf.c