Tom Rini c1b62ba9ca Merge branch 'master' of git://git.denx.de/u-boot-rockchip 6 years ago
..
bzip2 512cab7e8e bzlib: Try another way to fix an unused variable 8 years ago
dhry f23baa572f cmd_dhry.c: Use lldiv for vax_mips calculation as well 8 years ago
efi f1896c45cb spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN 6 years ago
efi_loader c1ae1a1608 efi_loader: Fix warning in efi_gop 6 years ago
libfdt 2bf94120e9 libfdt: Drop -FDT_ERR_TOODEEP 7 years ago
lzma f6eec89fa3 lzma: fix buffer bound check error further 9 years ago
lzo a2cfc8d593 lib/lzo: bugfix when input data is not compressed 8 years ago
rsa c3b4328166 rsa: Fix build with OpenSSL 1.1.x 7 years ago
tizen c309365089 exynos: Allow tizen to be built without an LCD 8 years ago
zlib a187559e3d Use correct spelling of "U-Boot" 8 years ago
Kconfig 96b9082c64 rockchip: rk3188: rock: adjust for SPL/TPL split 6 years ago
Makefile 6dced7dffc lib: spl: differentiate between TPL and SPL for libfdt/of_control/of_platdata 6 years ago
addr_map.c 5b8031ccb4 Add more SPDX-License-Identifier tags 8 years ago
aes.c b80c0b9934 Rename aes.h to uboot_aes.h 7 years ago
asm-offsets.c f1896c45cb spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN 6 years ago
bch.c 4ecc988301 bch: Fix build on FreeBSD host 7 years ago
bitrev.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
circbuf.c 05d887b461 lib: circbuf: avoid possible null pointer dereference 7 years ago
crc16.c ecb57f69b2 lib/crc16.c: Rename cyg_crc16() to crc16_ccitt() and add crc start value 8 years ago
crc32.c 74a18ee8a5 crc32: Correct endianness of crc32 result 11 years ago
crc7.c ed6ce67a2c lib: add crc7 from Linux 13 years ago
crc8.c 456ecd08ec lib/crc8: Add crc start value 8 years ago
ctype.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
display_options.c 6c519f2dc4 display_options: Refactor to allow obtaining the banner 7 years ago
div64.c 0342e335ba lib: div64: sync with Linux 7 years ago
errno.c 65cd3fa81f Add basic errno support. 13 years ago
errno_str.c 59345b1f0f lib: errno: introduce errno_str(): returns errno related message 9 years ago
fdtdec.c f6a4093ba0 fdtdec: Drop old compatible values 6 years ago
fdtdec_common.c bfa3e55b44 lib, fdt: Adding fdtdec_get_uint function 8 years ago
fdtdec_test.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
gunzip.c d025021e98 gunzip: cache-align write buffer memory 7 years ago
gzip.c 6e295186c7 Move malloc_cache_aligned() to its own header 8 years ago
hang.c 09c2b8f3e3 Change my mailaddress 8 years ago
hashtable.c d2d9bdfcf9 spl: saveenv: adding saveenv support in SPL 7 years ago
initcall.c f134ed7df1 efi: Display the correct initcall pre-relocation values 8 years ago
ldiv.c a53002f4fa Add LGPL-2.0+ SPDX-License-Identifier to source files 11 years ago
linux_compat.c 6b9f9eadff linux_compat: handle __GFP_ZERO in kmalloc() 9 years ago
linux_string.c e772cb30f6 Make linux kernel string funcs available to tools 11 years ago
list_sort.c 3b61297024 kbuild: force to define __UBOOT__ in all the C sources 9 years ago
lmb.c 750a6ff468 lmb: make local functions static 9 years ago
lz4.c 027b728d4a Add support for LZ4 decompression algorithm 8 years ago
lz4_wrapper.c 60f989a939 Fix sandbox build on Ubuntu 10.04 8 years ago
md5.c b68d63ce4b GCC47: Fix warning in md5.c 12 years ago
membuff.c b7b65090b2 Add a circular memory buffer implementation 8 years ago
net_utils.c f267e40f96 lib: net_utils: enforce '.' as octet separator in string_to_ip 7 years ago
of_live.c c1eb3d5966 dm: Fix error handling when unflattening the DT 7 years ago
panic.c 2b22a99c65 lib: Split panic functions out of vsprintf.c 8 years ago
physmem.c 65b3c6bbae lib/physmem.c: Switch to __weak for arch_phys_memset 8 years ago
qsort.c 42c4a23a55 Include common.h in qsort.c to fix build warning 12 years ago
rand.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
rbtree.c 3b61297024 kbuild: force to define __UBOOT__ in all the C sources 9 years ago
rc4.c 1acab96d97 Add rivest cipher 4 (rc4) implementation 9 years ago
sha1.c da29f2991d rsa: Verify RSA padding programatically 7 years ago
sha256.c da29f2991d rsa: Verify RSA padding programatically 7 years ago
slre.c b8865e6bf0 lib/slre: remove superfluous assignment 7 years ago
smbios.c 42fd8c19b5 x86: Use unsigned long for address in table generation 7 years ago
string.c a7d0021063 string: Add strcspn() 7 years ago
strmhz.c 4515992fc7 replace DIV_ROUND with DIV_ROUND_CLOSEST 9 years ago
strto.c b91c6a1209 Fix return value in trailing_strtoln() 7 years ago
tables_csum.c 1befb38b86 x86: Move table csum into separate file 7 years ago
time.c 9fb34b01f7 bootstage: Provide a default timer function 7 years ago
tiny-printf.c cdce1f7620 tiny-printf: Add support for %p format 7 years ago
tpm.c 36d35345b1 tpm: add missing va_end 6 years ago
trace.c 0eb25b6196 common: Make sure arch-specific map_sysmem() is defined 9 years ago
uuid.c bcb41dcaef uuid: add selection by string for known partition type GUID 8 years ago
vsprintf.c 947c626dc5 vsprintf.c: Always enable CONFIG_SYS_VSNPRINTF 8 years ago