u-boot/lib
Simon Glass 4d979bfdbc common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATA
This is not really a CONFIG since it is not intended to be set by boards.
Move it into the compiler header with other similar defines, and rename
it.

Signed-off-by: Simon Glass <sjg@chromium.org>
2020-01-17 17:53:52 -05:00
..
aes u-boot: fit: add support to decrypt fit with aes 2020-01-17 10:16:29 -05:00
at91
bzip2
crypto lib: crypto: add pkcs7 message parser 2019-12-06 16:44:20 -05:00
dhry
efi common: Move reset_cpu() to the CPU header 2020-01-17 14:02:31 -05:00
efi_driver efi_driver: debug output efi_uc_start, efi_uc_stop 2020-01-15 00:51:51 +01:00
efi_loader efi_loader: imply VIDEO_ANSI 2020-01-15 00:51:51 +01:00
efi_selftest efi_driver: fix efi_uc_stop() 2020-01-15 00:51:51 +01:00
libavb common: Move hang() to the same header as panic() 2020-01-17 17:53:40 -05:00
libfdt fdt: Sync up to the latest libfdt 2019-11-04 18:15:32 -07:00
lzma
lzo
optee common: Move the image globals into image.h 2020-01-17 14:02:35 -05:00
rsa rsa: Return immediately if required-key verification fails 2019-10-15 08:40:03 -06:00
tizen
zlib common: Move hang() to the same header as panic() 2020-01-17 17:53:40 -05:00
zstd lib: add Zstandard decompression support 2019-05-05 08:48:50 -04:00
addr_map.c
aes.c aes: add support of aes192 and aes256 2020-01-17 10:15:49 -05:00
asm-offsets.c
asn1_decoder.c lib: add asn1 decoder 2019-12-06 16:44:20 -05:00
bch.c fix compile error on macOS Mojave 2019-04-03 10:26:46 -04:00
binman.c binman: Add a library to access binman entries 2019-12-15 08:48:33 +08:00
bitrev.c lib: bitrev: Sync with Linux kernel v4.17 2018-09-18 00:01:18 -06:00
charset.c lib: charset: add u16_str<n>cmp() 2019-09-20 20:09:19 +02:00
circbuf.c
crc7.c
crc8.c common: Drop linux/crc8.h 2019-12-02 18:23:07 -05:00
crc16.c Roll CRC16-CCITT into the hash infrastructure 2018-12-08 20:18:44 -05:00
crc32.c crc32: Use the crc.h header for crc functions 2019-12-02 18:23:08 -05:00
crc32c.c
ctype.c
date.c lib: add mktime64() for linux compatibility 2019-12-06 16:44:19 -05:00
display_options.c common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATA 2020-01-17 17:53:52 -05:00
div64.c div64: Don't instrument the division function 2019-04-23 20:26:43 -06:00
errno.c
errno_str.c lib: errno: sync error codes 2019-10-31 07:22:53 -04:00
fdtdec.c common: Move hang() to the same header as panic() 2020-01-17 17:53:40 -05:00
fdtdec_common.c
fdtdec_test.c fdtdec: test: Fix memory leak 2019-07-10 16:52:58 -06:00
gunzip.c crc32: Use the crc.h header for crc functions 2019-12-02 18:23:08 -05:00
gzip.c common: Move gzip functions into a new gzip header 2019-08-11 16:43:41 -04:00
hang.c common: Move hang() to the same header as panic() 2020-01-17 17:53:40 -05:00
hashtable.c common: Move sorting functions to their own header file 2019-12-02 18:23:08 -05:00
hexdump.c lib: Add hexdump 2018-06-13 07:49:12 -04:00
image-sparse.c
Kconfig binman: Add a library to access binman entries 2019-12-15 08:48:33 +08:00
ldiv.c
linux_compat.c linux_compat: move kmemdup() from ubifs.c to linux_compat.c 2019-12-06 16:44:19 -05:00
linux_string.c
list_sort.c
lmb.c lmb: handle more than one DRAM BANK 2019-02-02 08:19:17 -05:00
lz4.c
lz4_wrapper.c common: Add a new lz4.h header file 2019-12-02 18:23:11 -05:00
Makefile u-boot: fit: add support to decrypt fit with aes 2020-01-17 10:16:29 -05:00
md5.c
membuff.c
net_utils.c net: Move the checksum functions to lib/ 2019-12-15 11:43:57 +08:00
of_live.c
oid_registry.c lib: add oid registry utility 2019-12-06 16:44:20 -05:00
panic.c common: Move hang() to the same header as panic() 2020-01-17 17:53:40 -05:00
physmem.c sandbox: physmem: Use mapping to support sandbox 2018-12-05 06:01:34 -07:00
qsort.c common: Move sorting functions to their own header file 2019-12-02 18:23:08 -05:00
rand.c common: Move random-number functions into their own header 2019-12-02 18:23:07 -05:00
rbtree.c
rc4.c
sha1.c
sha256.c
slre.c lib/slre: remove superfluous assignment 2018-09-05 16:02:34 -04:00
smbios.c env: Move env_get() to env.h 2019-08-11 16:43:41 -04:00
string.c lib: Implement strndup() 2019-06-05 09:16:32 -07:00
strto.c lib: strto: fix metric suffix parsing in strtoul[l] 2018-09-20 20:11:01 +05:30
tables_csum.c
time.c common: Move get_ticks() function out of common.h 2019-12-02 18:23:13 -05:00
tiny-printf.c Fix for patman with email addresses containing commas 2019-11-01 09:34:35 -04:00
tpm-common.c tpm: Fix a logging warning in unpack_byte_string() 2018-12-05 06:01:34 -07:00
tpm-utils.h tpm: Convert to use a device parameter 2018-11-29 09:30:06 -07:00
tpm-v1.c tpm: simplify: tpm_set_global_lock() 2019-02-19 08:55:43 -05:00
tpm-v2.c tpm: Convert to use a device parameter 2018-11-29 09:30:06 -07:00
trace.c common: Move get_ticks() function out of common.h 2019-12-02 18:23:13 -05:00
uuid.c common: Move get_ticks() function out of common.h 2019-12-02 18:23:13 -05:00
vsprintf.c lib: Always build support for formatting MAC and IP address 2019-12-09 09:47:41 -06:00
xxhash.c lib: Add xxhash support 2019-05-05 08:48:50 -04:00