summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2017-05-22lib: move hash CONFIG options to KconfigTom Rini1-3/+3
2017-05-12tpm: Fix comparison of unsigned expression warningTom Rini1-2/+1
2017-05-12rsa: Fix build with OpenSSL 1.1.xJelle van der Waa1-6/+38
2017-05-12lib/slre: remove superfluous assignmentxypron.glpk@gmx.de1-1/+1
2017-05-10Allow boards to initialize the DT at runtime.Alex Deymo1-0/+3
2017-05-10string: Use memcpy() within memmove() when we canSimon Glass1-9/+2
2017-05-05lib: circbuf: avoid possible null pointer dereferencexypron.glpk@gmx.de1-2/+6
2017-04-30Convert CONFIG_CMD_AES et al to KconfigSimon Glass1-0/+13
2017-04-14Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini1-0/+8
2017-04-14fdt: Add compatible strings for Arria 10Ley Foon Tan1-0/+8
2017-04-14Merge git://git.denx.de/u-boot-dmTom Rini1-5/+35
2017-04-13fdtgrep: Cope with the /aliases node being lastSimon Glass1-5/+35
2017-04-13lib: div64: sync with LinuxPeng Fan1-5/+136
2017-04-13tiny-printf: Add support for %p formatVignesh R1-0/+154
2017-04-12Rename aes.h to uboot_aes.hStefano Babic1-1/+1
2017-04-10libfdt: fix build with Python 3Stefan Agner1-1/+1
2017-04-10fdt: Bring in changes from v1.4.4Simon Glass3-12/+17
2017-04-07cmd: Expose a Kconfig option to enable UBIFS commandsBoris Brezillon1-0/+2
2017-04-07mtd: ubi: Select RBTREE option from MTD_UBI Kconfig entryBoris Brezillon1-0/+3
2017-04-07bch: Allow to build for the hostMaxime Ripard1-0/+48
2017-04-05string: Provide a slimmed-down memset()Simon Glass2-2/+13
2017-03-26tpm: Add function to load keys via their parent's SHA1 hashmario.six@gdsys.cc1-0/+40
2017-03-26libfdt: use CONFIG_IS_ENABLED for OF_LIBFDTVignesh R1-1/+1
2017-03-21Kconfig: Don't use RSA_FREESCALE_EXP on IMXGeorge McCollister1-2/+2
2017-03-17Kconfig: introduce md5sum command selectionAndre Przywara1-0/+4
2017-03-16Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini1-4/+10
2017-03-15tiny-printf: add static to locally used functionsMasahiro Yamada1-2/+2
2017-03-14efi: Add a hook to allow adding memory mappingYork Sun1-4/+10
2017-02-06x86: Use unsigned long for address in table generationSimon Glass1-11/+11
2017-02-01lib: tpm: Add command to flush resourcesMario Six1-0/+29
2017-01-28disk: convert CONFIG_ISO_PARTITION to KconfigPatrick Delaunay1-1/+1
2017-01-15mkimage: Add support for signing with pkcs11George McCollister1-11/+233
2017-01-15lib: net_utils: enforce '.' as octet separator in string_to_ipChris Packham1-0/+4
2017-01-15lib: net_utils: make string_to_ip stricterChris Packham1-0/+4
2017-01-15delay: collect {m, n, u}delay declarations to include/linux/delay.hMasahiro Yamada1-6/+0
2017-01-14libfdt: Correct fdt handling of overlays without fixups and base trees withou...David Gibson1-1/+6
2017-01-10Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini1-11/+39
2017-01-09lib: gitignore *.elf and *.so generated by efi_loaderLadislav Michl1-0/+2
2017-01-04SPL: tiny-printf: ignore "-" modifierAndre Przywara1-0/+3
2017-01-04SPL: tiny-printf: add "l" modifierAndre Przywara1-11/+36
2016-12-20fdt: add memory bank decoding functions for board setupNathan Rossi1-0/+56
2016-11-27efi_loader: Allow to compile helloworld.efi w/o bundling itAlexander Graf1-0/+3
2016-11-21image: Combine image_sig_algo with image_sign_infoAndrew Duda2-10/+8
2016-11-21image: Add crypto_algo struct for RSA infoAndrew Duda1-8/+11
2016-11-21rsa: Verify RSA padding programaticallyAndrew Duda4-123/+47
2016-11-21rsa: cosmetic: rename pad_len to key_lenAndrew Duda1-3/+3
2016-11-17ls2080: Exit dpaa only right before exiting U-BootAlexander Graf1-0/+2
2016-11-15x86: Enable EFI loader supportSimon Glass1-1/+1
2016-11-15efi: Add support for a hello world test programSimon Glass2-0/+28
2016-11-15x86: Tidy up selection of building the EFI stubSimon Glass1-2/+2