summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-05-05lib: circbuf: avoid possible null pointer dereferencexypron.glpk@gmx.de
2017-04-30Convert CONFIG_CMD_AES et al to KconfigSimon Glass
2017-04-14Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini
2017-04-14fdt: Add compatible strings for Arria 10Ley Foon Tan
2017-04-13Merge git://git.denx.de/u-boot-dmTom Rini
2017-04-13fdtgrep: Cope with the /aliases node being lastSimon Glass
2017-04-13lib: div64: sync with LinuxPeng Fan
2017-04-13tiny-printf: Add support for %p formatVignesh R
2017-04-12Rename aes.h to uboot_aes.hStefano Babic
2017-04-10libfdt: fix build with Python 3Stefan Agner
2017-04-10fdt: Bring in changes from v1.4.4Simon Glass
2017-04-07cmd: Expose a Kconfig option to enable UBIFS commandsBoris Brezillon
2017-04-07mtd: ubi: Select RBTREE option from MTD_UBI Kconfig entryBoris Brezillon
2017-04-07bch: Allow to build for the hostMaxime Ripard
2017-04-04string: Provide a slimmed-down memset()Simon Glass
2017-03-26tpm: Add function to load keys via their parent's SHA1 hashmario.six@gdsys.cc
2017-03-26libfdt: use CONFIG_IS_ENABLED for OF_LIBFDTVignesh R
2017-03-20Kconfig: Don't use RSA_FREESCALE_EXP on IMXGeorge McCollister
2017-03-17Kconfig: introduce md5sum command selectionAndre Przywara
2017-03-16Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini
2017-03-14tiny-printf: add static to locally used functionsMasahiro Yamada
2017-03-14efi: Add a hook to allow adding memory mappingYork Sun
2017-02-06x86: Use unsigned long for address in table generationSimon Glass
2017-02-01lib: tpm: Add command to flush resourcesMario Six
2017-01-28disk: convert CONFIG_ISO_PARTITION to KconfigPatrick Delaunay
2017-01-14mkimage: Add support for signing with pkcs11George McCollister
2017-01-14lib: net_utils: enforce '.' as octet separator in string_to_ipChris Packham
2017-01-14lib: net_utils: make string_to_ip stricterChris Packham
2017-01-14delay: collect {m, n, u}delay declarations to include/linux/delay.hMasahiro Yamada
2017-01-13libfdt: Correct fdt handling of overlays without fixups and base trees withou...David Gibson
2017-01-10Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini
2017-01-09lib: gitignore *.elf and *.so generated by efi_loaderLadislav Michl
2017-01-04SPL: tiny-printf: ignore "-" modifierAndre Przywara
2017-01-04SPL: tiny-printf: add "l" modifierAndre Przywara
2016-12-20fdt: add memory bank decoding functions for board setupNathan Rossi
2016-11-27efi_loader: Allow to compile helloworld.efi w/o bundling itAlexander Graf
2016-11-21image: Combine image_sig_algo with image_sign_infoAndrew Duda
2016-11-21image: Add crypto_algo struct for RSA infoAndrew Duda
2016-11-21rsa: Verify RSA padding programaticallyAndrew Duda
2016-11-21rsa: cosmetic: rename pad_len to key_lenAndrew Duda
2016-11-17ls2080: Exit dpaa only right before exiting U-BootAlexander Graf
2016-11-14x86: Enable EFI loader supportSimon Glass
2016-11-14efi: Add support for a hello world test programSimon Glass
2016-11-14x86: Tidy up selection of building the EFI stubSimon Glass
2016-11-14efi: Correct cache flush alignmentSimon Glass
2016-11-14efi_loader: console: Correctly report modesEmmanuel Vadot
2016-11-14efi: Use device device path type Messaging for network interface nodeOleksandr Tymoshenko
2016-11-14efi_loader: fix depends on line of EFI_LOADERMasahiro Yamada
2016-10-24libfdt: fix fdt_stringlist_search()Masahiro Yamada
2016-10-24libfdt: fix fdt_stringlist_count()Masahiro Yamada