Tom Rini 748277c415 Merge git://git.denx.de/u-boot-sunxi hace 7 años
..
at91 d330e04d9d lib: at91: Add logo files used via API of DM_VIDEO hace 7 años
bzip2 512cab7e8e bzlib: Try another way to fix an unused variable hace 9 años
dhry f23baa572f cmd_dhry.c: Use lldiv for vax_mips calculation as well hace 9 años
efi bb0bb91cf0 efi_stub: Use efi_uintn_t hace 7 años
efi_driver 05ef48a248 efi_driver: EFI block driver hace 7 años
efi_loader 9dfd84da8c efi_loader: allow creation of more device part nodes hace 7 años
efi_selftest 003876d469 efi_selftest: reduce noise in test output for device trees hace 7 años
libfdt 26e961c8cf libfdt: migrate fdt_wip.c to a wrapper of scripts/dtc/libfdt/fdt_wip.c hace 7 años
lzma f6eec89fa3 lzma: fix buffer bound check error further hace 10 años
lzo d753f942ec lzo: add a function to check the validity of the header hace 7 años
rsa c3b4328166 rsa: Fix build with OpenSSL 1.1.x hace 8 años
tizen c309365089 exynos: Allow tizen to be built without an LCD hace 9 años
zlib a187559e3d Use correct spelling of "U-Boot" hace 9 años
Kconfig acd4d3343f net: regex: Disable by default on sunXi hace 7 años
Makefile 05ef48a248 efi_driver: EFI block driver hace 7 años
addr_map.c 5b8031ccb4 Add more SPDX-License-Identifier tags hace 9 años
aes.c b80c0b9934 Rename aes.h to uboot_aes.h hace 8 años
asm-offsets.c 01a8359989 ARMv8: get new GD address from gd->new_gd directly hace 7 años
bch.c 8f1603bd78 bch: don't use __BSD_VISIBLE to test for fls hace 7 años
bitrev.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files hace 12 años
charset.c f58c5ecb87 efi_loader: new function utf8_to_utf16 hace 7 años
circbuf.c 05d887b461 lib: circbuf: avoid possible null pointer dereference hace 8 años
crc16.c ecb57f69b2 lib/crc16.c: Rename cyg_crc16() to crc16_ccitt() and add crc start value hace 9 años
crc32.c 74a18ee8a5 crc32: Correct endianness of crc32 result hace 12 años
crc32c.c 85d8bf5713 lib: Add CRC32-C hace 7 años
crc7.c ed6ce67a2c lib: add crc7 from Linux hace 14 años
crc8.c 456ecd08ec lib/crc8: Add crc start value hace 9 años
ctype.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files hace 12 años
display_options.c 6c519f2dc4 display_options: Refactor to allow obtaining the banner hace 8 años
div64.c 0342e335ba lib: div64: sync with Linux hace 8 años
errno.c 65cd3fa81f Add basic errno support. hace 14 años
errno_str.c 59345b1f0f lib: errno: introduce errno_str(): returns errno related message hace 10 años
fdtdec.c b79221a7d9 lib: fdtdec: Fix some style violations hace 7 años
fdtdec_common.c bfa3e55b44 lib, fdt: Adding fdtdec_get_uint function hace 9 años
fdtdec_test.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files hace 12 años
gunzip.c 376ddf9d4a gzip: add a function to parse the header hace 7 años
gzip.c 6e295186c7 Move malloc_cache_aligned() to its own header hace 9 años
hang.c 09c2b8f3e3 Change my mailaddress hace 9 años
hashtable.c d2d9bdfcf9 spl: saveenv: adding saveenv support in SPL hace 8 años
initcall.c f134ed7df1 efi: Display the correct initcall pre-relocation values hace 9 años
ldiv.c a53002f4fa Add LGPL-2.0+ SPDX-License-Identifier to source files hace 12 años
linux_compat.c 6b9f9eadff linux_compat: handle __GFP_ZERO in kmalloc() hace 10 años
linux_string.c e772cb30f6 Make linux kernel string funcs available to tools hace 12 años
list_sort.c 3b61297024 kbuild: force to define __UBOOT__ in all the C sources hace 10 años
lmb.c 750a6ff468 lmb: make local functions static hace 10 años
lz4.c 027b728d4a Add support for LZ4 decompression algorithm hace 9 años
lz4_wrapper.c 60f989a939 Fix sandbox build on Ubuntu 10.04 hace 9 años
md5.c b68d63ce4b GCC47: Fix warning in md5.c hace 13 años
membuff.c b7b65090b2 Add a circular memory buffer implementation hace 9 años
net_utils.c f267e40f96 lib: net_utils: enforce '.' as octet separator in string_to_ip hace 8 años
of_live.c c1eb3d5966 dm: Fix error handling when unflattening the DT hace 8 años
panic.c 2b22a99c65 lib: Split panic functions out of vsprintf.c hace 9 años
physmem.c 65b3c6bbae lib/physmem.c: Switch to __weak for arch_phys_memset hace 9 años
qsort.c 42c4a23a55 Include common.h in qsort.c to fix build warning hace 13 años
rand.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files hace 12 años
rbtree.c 3b61297024 kbuild: force to define __UBOOT__ in all the C sources hace 10 años
rc4.c 1acab96d97 Add rivest cipher 4 (rc4) implementation hace 10 años
sha1.c da29f2991d rsa: Verify RSA padding programatically hace 8 años
sha256.c da29f2991d rsa: Verify RSA padding programatically hace 8 años
slre.c b8865e6bf0 lib/slre: remove superfluous assignment hace 8 años
smbios.c 00caae6d47 env: Rename getenv/_f() to env_get() hace 7 años
string.c a7d0021063 string: Add strcspn() hace 8 años
strmhz.c 4515992fc7 replace DIV_ROUND with DIV_ROUND_CLOSEST hace 10 años
strto.c 2e79461483 lib: strto: fix incorrect handling of specified base hace 7 años
tables_csum.c 1befb38b86 x86: Move table csum into separate file hace 8 años
time.c 9fb34b01f7 bootstage: Provide a default timer function hace 8 años
tiny-printf.c cdce1f7620 tiny-printf: Add support for %p format hace 8 años
tpm.c 9d0c5fee29 tpm: add more missing va_end() hace 7 años
trace.c 0eb25b6196 common: Make sure arch-specific map_sysmem() is defined hace 10 años
uuid.c 382bee57f1 env: Rename setenv() to env_set() hace 7 años
vsprintf.c 256060e425 vsprintf.c: add EFI device path printing hace 7 años