upstream u-boot with additional patches for our devices/boards: https://lists.denx.de/pipermail/u-boot/2017-March/282789.html (AXP crashes) ; Gbit ethernet patch for some LIME2 revisions ; with SPI flash support
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
u-boot/lib
Alexander Graf c1ae1a1608 efi_loader: Fix warning in efi_gop 7 years ago
..
bzip2 bzlib: Try another way to fix an unused variable 8 years ago
dhry cmd_dhry.c: Use lldiv for vax_mips calculation as well 8 years ago
efi spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN 7 years ago
efi_loader efi_loader: Fix warning in efi_gop 7 years ago
libfdt libfdt: Drop -FDT_ERR_TOODEEP 7 years ago
lzma
lzo lib/lzo: bugfix when input data is not compressed 8 years ago
rsa rsa: Fix build with OpenSSL 1.1.x 7 years ago
tizen exynos: Allow tizen to be built without an LCD 8 years ago
zlib Use correct spelling of "U-Boot" 8 years ago
Kconfig configs: Migrate RBTREE, LZO, CMD_MTDPARTS, CMD_UBI and CMD_UBIFS 7 years ago
Makefile dm: Add a function to create a 'live' device tree 7 years ago
addr_map.c
aes.c Rename aes.h to uboot_aes.h 7 years ago
asm-offsets.c spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN 7 years ago
bch.c bch: Fix build on FreeBSD host 7 years ago
bitrev.c
circbuf.c lib: circbuf: avoid possible null pointer dereference 7 years ago
crc7.c
crc8.c lib/crc8: Add crc start value 8 years ago
crc16.c lib/crc16.c: Rename cyg_crc16() to crc16_ccitt() and add crc start value 8 years ago
crc32.c
ctype.c
display_options.c display_options: Refactor to allow obtaining the banner 7 years ago
div64.c lib: div64: sync with Linux 7 years ago
errno.c
errno_str.c
fdtdec.c fdtdec: Drop old compatible values 7 years ago
fdtdec_common.c
fdtdec_test.c
gunzip.c gunzip: cache-align write buffer memory 8 years ago
gzip.c
hang.c Change my mailaddress 8 years ago
hashtable.c spl: saveenv: adding saveenv support in SPL 8 years ago
initcall.c
ldiv.c
linux_compat.c
linux_string.c
list_sort.c
lmb.c
lz4.c
lz4_wrapper.c
md5.c
membuff.c
net_utils.c lib: net_utils: enforce '.' as octet separator in string_to_ip 7 years ago
of_live.c dm: Fix error handling when unflattening the DT 7 years ago
panic.c
physmem.c lib/physmem.c: Switch to __weak for arch_phys_memset 8 years ago
qsort.c
rand.c
rbtree.c
rc4.c
sha1.c rsa: Verify RSA padding programatically 8 years ago
sha256.c rsa: Verify RSA padding programatically 8 years ago
slre.c lib/slre: remove superfluous assignment 7 years ago
smbios.c x86: Use unsigned long for address in table generation 7 years ago
string.c string: Add strcspn() 7 years ago
strmhz.c
strto.c Fix return value in trailing_strtoln() 8 years ago
tables_csum.c x86: Move table csum into separate file 8 years ago
time.c bootstage: Provide a default timer function 7 years ago
tiny-printf.c tiny-printf: Add support for %p format 7 years ago
tpm.c tpm: Fix comparison of unsigned expression warning 7 years ago
trace.c
uuid.c
vsprintf.c