st-u-boot / lib /
@Heinrich Schuchardt Heinrich Schuchardt authored on 19 Mar 2023
Patrice Chotard committed on 1 Jun 2023
..
acpi acpi: Move MCFG implementation to common lib 2 years ago
aes tools: avoid OpenSSL deprecation warnings 2 years ago
at91 SPDX: Convert all of our single license tags to Linux Kernel style 6 years ago
blake2 lib: add BLAKE2 hash support 2 years ago
bzip2 common: Drop log.h from common header 4 years ago
crypt Kconfig: Drop duplicate 'select SHA512' instances 3 years ago
crypto Merge branch 'next' 2 years ago
dhry global: Convert simple_strtoul() with decimal to dectoul() 3 years ago
ecdsa spl: Ensure all SPL symbols in Kconfig have some SPL dependency 2 years ago
efi lib: fix selection of CONFIG_CHARSET 2 years ago
efi_driver efi_driver: don't bind internal block devices 2 years ago
efi_loader efi_loader: fix device-path for USB devices 1 year ago
efi_selftest efi_selftest: prefix test functions with efi_st_ 2 years ago
libavb common: Drop log.h from common header 4 years ago
libfdt fdt_region: move fdt_region.c to common/ from lib/libfdt/ 4 years ago
lzma lzma: Tidy up the function prototype 2 years ago
lzo SPDX: Convert all of our single license tags to Linux Kernel style 6 years ago
optee fdtdec: Support reserved-memory flags 3 years ago
rsa spl: Ensure all SPL symbols in Kconfig have some SPL dependency 2 years ago
zlib zlib: Port fix for CVE-2018-25032 to U-Boot 2 years ago
zstd doc: replace @return by Return: 2 years ago
.gitignore lib: ignore oid_registry_data.c file 4 years ago
Kconfig Convert CONFIG_SYS_FDT_PAD to Kconfig 2 years ago
Makefile arm: samsung: Remove dead LCD code 2 years ago
abuf.c abuf: Correct a corner case with abuf_realloc() 2 years ago
addr_map.c addrmap: Support on sandbox 2 years ago
aes.c common: Drop display_options.h from common header 2 years ago
asm-offsets.c arm64: Add missing GD_FLG_SKIP_RELOC handling 3 years ago
asn1_decoder.c common: Drop log.h from common header 4 years ago
bch.c common: Drop log.h from common header 4 years ago
binman.c doc: replace @return by Return: 2 years ago
bitrev.c lib: bitrev: Sync with Linux kernel v4.17 6 years ago
charset.c lib/charset: add u16_strlcat() function 2 years ago
circbuf.c common: Drop log.h from common header 4 years ago
crc16-ccitt.c crc16-ccitt: Rename file with CRC-16-CCITT implementation to crc16-ccitt.c 2 years ago
crc16.c crc16: Move standard CRC-16 implementation from ubifs to lib 2 years ago
crc32.c crc32: Add crc32 implementation using __builtin_aarch64_crc32b 3 years ago
crc32c.c SPDX: Convert all of our single license tags to Linux Kernel style 6 years ago
crc7.c lib: add crc7 from Linux 13 years ago
crc8.c common: Drop linux/crc8.h 5 years ago
ctype.c SPDX: Convert all of our single license tags to Linux Kernel style 6 years ago
date.c lib/date: Make rtc_mktime and mktime64 Y2038-ready 2 years ago
display_options.c common: Drop display_options.h from common header 2 years ago
div64.c common: Drop linux/bitops.h from common header 4 years ago
elf.c video: Renname vbe.h to vesa.h 2 years ago
errno.c sandbox: errno: avoid conflict with libc's errno 3 years ago
errno_str.c lib: errno: sync error codes 5 years ago
fdt-libcrypto.c lib/rsa: Make fdt_add_bignum() available outside of RSA code 3 years ago
fdtdec.c common: Drop display_options.h from common header 2 years ago
fdtdec_common.c common: Drop log.h from common header 4 years ago
fdtdec_test.c fdtdec: Support reserved-memory flags 3 years ago
getopt.c lib: Add getopt 4 years ago
gunzip.c gzip: Avoid use of u64 3 years ago
gzip.c common: Move gzip functions into a new gzip header 5 years ago
hang.c serial: Rename SERIAL_SUPPORT to SERIAL 3 years ago
hash-checksum.c image: Drop unnecessary #ifdefs from image.h 3 years ago
hashtable.c Convert CONFIG_ENV_MIN_ENTRIES et al to Kconfig 2 years ago
hexdump.c hexdump: Allow ctrl-c to interrupt output 3 years ago
image-sparse.c lib: sparse: Make CHUNK_TYPE_RAW buffer aligned 3 years ago
ldiv.c SPDX: Convert all of our single license tags to Linux Kernel style 6 years ago
linux_compat.c common: Drop net.h from common header 4 years ago
linux_string.c Make linux kernel string funcs available to tools 11 years ago
list_sort.c common: Drop log.h from common header 4 years ago
lmb.c lmb: Fix LMB_MEMORY_REGIONS flag usage 2 years ago
lz4.c lib/lz4: update LZ4 decompressor module 2 years ago
lz4_wrapper.c lz4: Fix compile warning comparison of distinct pointer types 2 years ago
md5.c Merge tag 'v2021.10-rc4' into next 3 years ago
membuff.c common: Drop log.h from common header 4 years ago
net_utils.c global: Convert simple_strtoul() with decimal to dectoul() 3 years ago
of_live.c dm: core: Introduce support for multiple trees 2 years ago
oid_registry.c lib: add oid registry utility 5 years ago
panic.c common: Drop linux/delay.h from common header 4 years ago
physmem.c common: Drop log.h from common header 4 years ago
qsort.c common: Drop log.h from common header 4 years ago
rand.c common: Move random-number functions into their own header 5 years ago
rational.c lib: rational: copy the rational fraction lib routines from Linux 3 years ago
rbtree.c SPDX: Convert all of our single license tags to Linux Kernel style 6 years ago
rc4.c SPDX: Convert all of our single license tags to Linux Kernel style 6 years ago
rtc-lib.c lib: move rtc-lib.c to lib 3 years ago
sha1.c lib: sha1: Add support for hardware specific sha1_process 2 years ago
sha256.c lib: sha256: Add support for hardware specific sha256_process 2 years ago
sha512.c lib: Drop SHA512_ALGO in lieu of SHA512 3 years ago
slre.c common: Drop log.h from common header 4 years ago
smbios-parser.c efi_loader: add SMBIOS table measurement 3 years ago
smbios.c smbios: error handling for invalid addresses 3 years ago
sscanf.c xen: Code style conformity 4 years ago
string.c lib: Add memdup() 3 years ago
strto.c lib: Add a way to find the postiion of a trailing number 2 years ago
tables_csum.c SPDX: Convert all of our single license tags to Linux Kernel style 6 years ago
time.c time: move the CONFIG_SYS_TIMER_RATE handling to the compiler 2 years ago
tiny-printf.c net: Rename SPL_NET_SUPPORT to SPL_NET 3 years ago
tpm-common.c tpm: Check outgoing command size 3 years ago
tpm-utils.h doc: replace @return by Return: 2 years ago
tpm-v1.c tpm: Correct the permissions command in TPMv1 2 years ago
tpm-v2.c tpm: Allow committing non-volatile data 2 years ago
tpm_api.c tpm: Require a digest source when extending the PCR 2 years ago
trace.c treewide: Convert macro and uses of __section(foo) to __section("foo") 3 years ago
uuid.c efi: Create ECPT table 2 years ago
vsprintf.c lib: fix snprintf() for UTF-16 strings 2 years ago
xxhash.c lib: Add xxhash support 5 years ago