Heinrich Schuchardt 80ea9b0990 efi_loader: return efi_status_t from efi_gop_register vor 7 Jahren
..
at91 d330e04d9d lib: at91: Add logo files used via API of DM_VIDEO vor 7 Jahren
bzip2 512cab7e8e bzlib: Try another way to fix an unused variable vor 9 Jahren
dhry f23baa572f cmd_dhry.c: Use lldiv for vax_mips calculation as well vor 9 Jahren
efi 14d61d4e57 efi_stub: Fix GDT_NOTSYS check vor 7 Jahren
efi_driver 038782a27a efi_driver: return type of efi_driver_init() vor 7 Jahren
efi_loader 80ea9b0990 efi_loader: return efi_status_t from efi_gop_register vor 7 Jahren
efi_selftest ae86b6be12 efi_selftest: use correct compiler flags for miniapps vor 7 Jahren
libfdt 414e2dbbf2 fdt_region: remove unneeded fdt_internal.h inclusion vor 7 Jahren
lzma f6eec89fa3 lzma: fix buffer bound check error further vor 10 Jahren
lzo d753f942ec lzo: add a function to check the validity of the header vor 7 Jahren
optee c225e7cf54 bootm: optee: Add a bootm command for type IH_OS_TEE vor 7 Jahren
rsa c3b4328166 rsa: Fix build with OpenSSL 1.1.x vor 8 Jahren
tizen c309365089 exynos: Allow tizen to be built without an LCD vor 9 Jahren
zlib a187559e3d Use correct spelling of "U-Boot" vor 9 Jahren
Kconfig 32ce6179fb optee: Add lib entries for sharing OPTEE code across ports vor 7 Jahren
Makefile 32ce6179fb optee: Add lib entries for sharing OPTEE code across ports vor 7 Jahren
addr_map.c 5b8031ccb4 Add more SPDX-License-Identifier tags vor 9 Jahren
aes.c af09eba64f aes: Allow non-zero initialization vector vor 7 Jahren
asm-offsets.c 01a8359989 ARMv8: get new GD address from gd->new_gd directly vor 7 Jahren
bch.c 8f1603bd78 bch: don't use __BSD_VISIBLE to test for fls vor 7 Jahren
bitrev.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files vor 12 Jahren
charset.c f58c5ecb87 efi_loader: new function utf8_to_utf16 vor 7 Jahren
circbuf.c 05d887b461 lib: circbuf: avoid possible null pointer dereference vor 8 Jahren
crc16.c ecb57f69b2 lib/crc16.c: Rename cyg_crc16() to crc16_ccitt() and add crc start value vor 9 Jahren
crc32.c 36c1877c5c lib: Kconfig: Move DYNAMIC_CRC_TABLE to Kconfig vor 7 Jahren
crc32c.c 85d8bf5713 lib: Add CRC32-C vor 7 Jahren
crc7.c ed6ce67a2c lib: add crc7 from Linux vor 14 Jahren
crc8.c 456ecd08ec lib/crc8: Add crc start value vor 9 Jahren
ctype.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files vor 12 Jahren
display_options.c 6c519f2dc4 display_options: Refactor to allow obtaining the banner vor 8 Jahren
div64.c 0342e335ba lib: div64: sync with Linux vor 8 Jahren
errno.c 65cd3fa81f Add basic errno support. vor 14 Jahren
errno_str.c 59345b1f0f lib: errno: introduce errno_str(): returns errno related message vor 10 Jahren
fdtdec.c b08c8c4870 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> vor 7 Jahren
fdtdec_common.c b08c8c4870 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> vor 7 Jahren
fdtdec_test.c b08c8c4870 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> vor 7 Jahren
gunzip.c 376ddf9d4a gzip: add a function to parse the header vor 7 Jahren
gzip.c 6e295186c7 Move malloc_cache_aligned() to its own header vor 9 Jahren
hang.c 09c2b8f3e3 Change my mailaddress vor 9 Jahren
hashtable.c d2d9bdfcf9 spl: saveenv: adding saveenv support in SPL vor 8 Jahren
initcall.c f134ed7df1 efi: Display the correct initcall pre-relocation values vor 9 Jahren
ldiv.c a53002f4fa Add LGPL-2.0+ SPDX-License-Identifier to source files vor 12 Jahren
linux_compat.c 6b9f9eadff linux_compat: handle __GFP_ZERO in kmalloc() vor 10 Jahren
linux_string.c e772cb30f6 Make linux kernel string funcs available to tools vor 12 Jahren
list_sort.c 3b61297024 kbuild: force to define __UBOOT__ in all the C sources vor 10 Jahren
lmb.c 750a6ff468 lmb: make local functions static vor 10 Jahren
lz4.c 027b728d4a Add support for LZ4 decompression algorithm vor 9 Jahren
lz4_wrapper.c 60f989a939 Fix sandbox build on Ubuntu 10.04 vor 9 Jahren
md5.c b68d63ce4b GCC47: Fix warning in md5.c vor 13 Jahren
membuff.c b7b65090b2 Add a circular memory buffer implementation vor 9 Jahren
net_utils.c f267e40f96 lib: net_utils: enforce '.' as octet separator in string_to_ip vor 8 Jahren
of_live.c b08c8c4870 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> vor 7 Jahren
panic.c 2b22a99c65 lib: Split panic functions out of vsprintf.c vor 9 Jahren
physmem.c 65b3c6bbae lib/physmem.c: Switch to __weak for arch_phys_memset vor 9 Jahren
qsort.c 42c4a23a55 Include common.h in qsort.c to fix build warning vor 13 Jahren
rand.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files vor 12 Jahren
rbtree.c 3b61297024 kbuild: force to define __UBOOT__ in all the C sources vor 10 Jahren
rc4.c 1acab96d97 Add rivest cipher 4 (rc4) implementation vor 10 Jahren
sha1.c da29f2991d rsa: Verify RSA padding programatically vor 8 Jahren
sha256.c da29f2991d rsa: Verify RSA padding programatically vor 8 Jahren
slre.c b8865e6bf0 lib/slre: remove superfluous assignment vor 8 Jahren
smbios.c 00caae6d47 env: Rename getenv/_f() to env_get() vor 7 Jahren
string.c a7d0021063 string: Add strcspn() vor 8 Jahren
strmhz.c 4515992fc7 replace DIV_ROUND with DIV_ROUND_CLOSEST vor 10 Jahren
strto.c 2e79461483 lib: strto: fix incorrect handling of specified base vor 7 Jahren
tables_csum.c 1befb38b86 x86: Move table csum into separate file vor 8 Jahren
time.c 9fb34b01f7 bootstage: Provide a default timer function vor 8 Jahren
tiny-printf.c cdce1f7620 tiny-printf: Add support for %p format vor 8 Jahren
tpm.c 9d0c5fee29 tpm: add more missing va_end() vor 7 Jahren
trace.c 0eb25b6196 common: Make sure arch-specific map_sysmem() is defined vor 10 Jahren
uuid.c 382bee57f1 env: Rename setenv() to env_set() vor 7 Jahren
vsprintf.c 5f1ce1d4ca vsprintf.c: correct printing of a NULL device path vor 7 Jahren