summaryrefslogtreecommitdiff
path: root/lib/Makefile
AgeCommit message (Expand)AuthorFilesLines
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-3/+1
2018-04-29spl: Split sprintf, strto* from SPL serial in KconfigAlex Kiernan1-9/+6
2018-03-19optee: Add lib entries for sharing OPTEE code across portsBryan O'Donoghue1-0/+1
2018-01-23efi_driver: EFI block driverHeinrich Schuchardt1-0/+1
2017-10-06lib: allow building lzo for the SPLJean-Jacques Hiblot1-1/+2
2017-10-03lib: Add CRC32-CMarek BehĂșn1-0/+1
2017-09-19efi_selftest: provide an EFI selftest applicationHeinrich Schuchardt1-0/+1
2017-09-14lib: at91: Add logo files used via API of DM_VIDEOWenyou Yang1-0/+1
2017-09-13lib: add some utf16 handling helpersRob Clark1-0/+1
2017-09-11spl: fit: Eanble GZIP support for image decompressionYork Sun1-2/+3
2017-08-13lib: spl: differentiate between TPL and SPL for libfdt/of_control/of_platdataPhilipp Tomsich1-5/+5
2017-06-01dm: Add a function to create a 'live' device treeSimon Glass1-0/+1
2017-05-22lib: move hash CONFIG options to KconfigTom Rini1-3/+3
2016-10-19x86: Move smbios generation into arch independent directoryAlexander Graf1-0/+1
2016-10-19x86: Move table csum into separate fileAlexander Graf1-0/+1
2016-10-08spl: saveenv: adding saveenv support in SPLB, Ravi1-0/+1
2016-09-17Use separate options for TPL supportSimon Glass1-2/+7
2016-07-15dm: Don't include fdtdec functions when of-platdata is enabledSimon Glass1-3/+2
2016-06-12verified-boot: Minimal support for booting U-Boot proper from SPLTeddy Reed1-5/+4
2016-06-06lib: make strmhz available in SPLChris Packham1-3/+2
2016-03-16efi_loader: hook up in build environmentAlexander Graf1-0/+1
2016-03-15fdt: Allow libfdt to be used in SPLSimon Glass1-5/+1
2016-02-15Makefile: remove BUILD_TAG from KBUILD_CFLAGSStephen Warren1-0/+1
2015-12-14lib: split out strtoxxxx functions out of vsprintf.cSjoerd Simons1-3/+3
2015-12-14lib: Split panic functions out of vsprintf.cSjoerd Simons1-3/+3
2015-11-23lib/tiny-printf.c: Add tiny printf function for space limited environmentsStefan Roese1-1/+12
2015-11-20Add a circular memory buffer implementationSimon Glass1-0/+1
2015-10-12Add support for LZ4 decompression algorithmJulius Werner1-0/+1
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada1-7/+4
2015-08-18of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROLMasahiro Yamada1-1/+7
2015-08-05efi: Add start-up library codeSimon Glass1-0/+1
2015-07-22Add rivest cipher 4 (rc4) implementationSimon Glass1-0/+1
2015-07-22Drop CONFIG_ERRNO_STR from SPLSimon Glass1-1/+1
2015-07-22Add a dhrystone benchmark commandSimon Glass1-0/+2
2015-04-23fdt: Allow FDT functions to be built for SPLSimon Glass1-0/+6
2014-12-11lib: errno: introduce errno_str(): returns errno related messagePrzemyslaw Marczak1-0/+1
2014-12-08libfdt: move CONFIG_OF_LIBFDT and CONFIG_FIT to lib/MakefileMasahiro Yamada1-1/+2
2014-12-08libfdt: descend from lib/ to lib/libfdt/Masahiro Yamada1-0/+1
2014-12-08lib: bzip2: move bzip2 files to lib/bzip2/ directoryMasahiro Yamada1-5/+1
2014-08-26lib, linux: move linux specific defines to linux/compat.hHeiko Schocher1-0/+1
2014-08-26lib, list_sort: add list_sort from linux 3.14Heiko Schocher1-0/+1
2014-06-23lib, fdt: move fdtdec_get_int() out of lib/fdtdec.cHeiko Schocher1-0/+2
2014-05-23eMMC: add support for operations in RPMB partitionPierre Aubert1-0/+1
2014-04-03lib: uuid: add functions to generate UUID version 4Przemyslaw Marczak1-2/+1
2014-04-02part_efi: move uuid<->string conversion functions into lib/uuid.cPrzemyslaw Marczak1-0/+1
2014-03-28lib: rand: introduce new configs: CONFIG_LIB_RAND and CONFIG_LIB_HW_RANDPrzemyslaw Marczak1-3/+1
2014-03-07kbuild, blackfin: Add CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEEDMasahiro Yamada1-0/+2
2014-02-27arm: Switch to -mno-unaligned-access when supported by the compilerTom Rini1-3/+0
2014-02-19kbuild: use Linux Kernel build scriptsMasahiro Yamada1-1/+1
2014-02-19kbuild: change out-of-tree buildMasahiro Yamada1-1/+1