Simon Glass f8b4e45e31 x86: Drop the irq router compatible string il y a 9 ans
..
bzip2 cf20452832 bzip2: Support compression for sandbox il y a 9 ans
dhry d1389403cc Add a dhrystone benchmark command il y a 10 ans
efi 97b0597302 debug_uart: Adjust the declaration of debug_uart_init() il y a 9 ans
libfdt 9d8ac956af fdt: Correct handling of alias regions il y a 9 ans
lzma f6eec89fa3 lzma: fix buffer bound check error further il y a 10 ans
lzo 670c0179ec lzo: Update dst_len even on error il y a 10 ans
rsa ccf288612f rsa : Compile Modular Exponentiation files based on CONFIG_RSA_SOFTWARE_EXP il y a 10 ans
tizen 028d65fb92 Logo: TIZEN: Change booting logo size to official size. il y a 11 ans
zlib 6e295186c7 Move malloc_cache_aligned() to its own header il y a 9 ans
Kconfig 947c626dc5 vsprintf.c: Always enable CONFIG_SYS_VSNPRINTF il y a 9 ans
Makefile e4c5383e4d lib: split out strtoxxxx functions out of vsprintf.c il y a 9 ans
addr_map.c 5b8031ccb4 Add more SPDX-License-Identifier tags il y a 9 ans
aes.c 53eb768dfb aes: make apply_cbc_chain_data non-static il y a 11 ans
asm-offsets.c bc55c07a2b lib/asm-offsets - make GD_RELOCADDR, GD_RELOC_OFF & GD_START_ADDR_SP available for all architectures il y a 10 ans
bch.c 5b8031ccb4 Add more SPDX-License-Identifier tags il y a 9 ans
bitrev.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files il y a 12 ans
circbuf.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files il y a 12 ans
crc16.c e85427fd66 Add eCos-2.0 SPDX-License-Identifier to source files il y a 12 ans
crc32.c 74a18ee8a5 crc32: Correct endianness of crc32 result il y a 12 ans
crc7.c ed6ce67a2c lib: add crc7 from Linux il y a 14 ans
crc8.c 60d18d3fe9 Add crc8 routine il y a 11 ans
ctype.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files il y a 12 ans
display_options.c 7d94c49765 Drop config.h header from display_options.c il y a 9 ans
div64.c e259d6a320 lib: div64: add missing include il y a 11 ans
errno.c 65cd3fa81f Add basic errno support. il y a 14 ans
errno_str.c 59345b1f0f lib: errno: introduce errno_str(): returns errno related message il y a 10 ans
fdtdec.c f8b4e45e31 x86: Drop the irq router compatible string il y a 9 ans
fdtdec_common.c bfa3e55b44 lib, fdt: Adding fdtdec_get_uint function il y a 9 ans
fdtdec_test.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files il y a 12 ans
gunzip.c 1811b7d38c gunzip.c: Only include gzwrite on CONFIG_CMD_UNZIP il y a 9 ans
gzip.c 6e295186c7 Move malloc_cache_aligned() to its own header il y a 9 ans
hang.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files il y a 12 ans
hashtable.c 0226d8780b env: import: hashtable: Free memory allocated before exiting from himport_r() il y a 9 ans
initcall.c f134ed7df1 efi: Display the correct initcall pre-relocation values il y a 9 ans
ldiv.c a53002f4fa Add LGPL-2.0+ SPDX-License-Identifier to source files il y a 12 ans
linux_compat.c 6b9f9eadff linux_compat: handle __GFP_ZERO in kmalloc() il y a 10 ans
linux_string.c e772cb30f6 Make linux kernel string funcs available to tools il y a 12 ans
list_sort.c 3b61297024 kbuild: force to define __UBOOT__ in all the C sources il y a 10 ans
lmb.c 750a6ff468 lmb: make local functions static il y a 10 ans
lz4.c 027b728d4a Add support for LZ4 decompression algorithm il y a 9 ans
lz4_wrapper.c 60f989a939 Fix sandbox build on Ubuntu 10.04 il y a 9 ans
md5.c b68d63ce4b GCC47: Fix warning in md5.c il y a 13 ans
membuff.c b7b65090b2 Add a circular memory buffer implementation il y a 9 ans
net_utils.c 049a95a775 net: cosmetic: Change IPaddr_t to struct in_addr il y a 10 ans
panic.c 2b22a99c65 lib: Split panic functions out of vsprintf.c il y a 9 ans
physmem.c 40fef04906 Introduce arch_phys_memset which works like memset but on physical memory il y a 12 ans
qsort.c 42c4a23a55 Include common.h in qsort.c to fix build warning il y a 13 ans
rand.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files il y a 12 ans
rbtree.c 3b61297024 kbuild: force to define __UBOOT__ in all the C sources il y a 10 ans
rc4.c 1acab96d97 Add rivest cipher 4 (rc4) implementation il y a 10 ans
sha1.c 5b8031ccb4 Add more SPDX-License-Identifier tags il y a 9 ans
sha256.c 2b9912e6a7 includes: move openssl headers to include/u-boot il y a 11 ans
slre.c 3765b3e7bd Coding Style cleanup: remove trailing white space il y a 11 ans
string.c 80d9ef8d40 lib: string: move strlcpy() to a common place il y a 10 ans
strmhz.c 4515992fc7 replace DIV_ROUND with DIV_ROUND_CLOSEST il y a 10 ans
strto.c e4c5383e4d lib: split out strtoxxxx functions out of vsprintf.c il y a 9 ans
time.c c833697538 dm: timer: uclass: add timer init in uclass driver to add timer device il y a 9 ans
tiny-printf.c 74b1320ae5 tiny-printf: Always print zeroes il y a 9 ans
tpm.c c2b0f600a1 dm: tpm: Remove every compilation switch for TPM driver model il y a 9 ans
trace.c 0eb25b6196 common: Make sure arch-specific map_sysmem() is defined il y a 10 ans
uuid.c bcb41dcaef uuid: add selection by string for known partition type GUID il y a 9 ans
vsprintf.c 947c626dc5 vsprintf.c: Always enable CONFIG_SYS_VSNPRINTF il y a 9 ans