summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
Commit message (Expand)AuthorAgeFilesLines
* verified-boot: Minimal support for booting U-Boot proper from SPLTeddy Reed2016-06-121-5/+4
* lib: make strmhz available in SPLChris Packham2016-06-061-3/+2
* efi_loader: hook up in build environmentAlexander Graf2016-03-151-0/+1
* fdt: Allow libfdt to be used in SPLSimon Glass2016-03-141-5/+1
* Makefile: remove BUILD_TAG from KBUILD_CFLAGSStephen Warren2016-02-151-0/+1
* lib: split out strtoxxxx functions out of vsprintf.cSjoerd Simons2015-12-131-3/+3
* lib: Split panic functions out of vsprintf.cSjoerd Simons2015-12-131-3/+3
* lib/tiny-printf.c: Add tiny printf function for space limited environmentsStefan Roese2015-11-231-1/+12
* Add a circular memory buffer implementationSimon Glass2015-11-191-0/+1
* Add support for LZ4 decompression algorithmJulius Werner2015-10-111-0/+1
* of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada2015-08-181-7/+4
* of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROLMasahiro Yamada2015-08-181-1/+7
* efi: Add start-up library codeSimon Glass2015-08-051-0/+1
* Add rivest cipher 4 (rc4) implementationSimon Glass2015-07-211-0/+1
* Drop CONFIG_ERRNO_STR from SPLSimon Glass2015-07-211-1/+1
* Add a dhrystone benchmark commandSimon Glass2015-07-211-0/+2
* fdt: Allow FDT functions to be built for SPLSimon Glass2015-04-231-0/+6
* lib: errno: introduce errno_str(): returns errno related messagePrzemyslaw Marczak2014-12-111-0/+1
* libfdt: move CONFIG_OF_LIBFDT and CONFIG_FIT to lib/MakefileMasahiro Yamada2014-12-081-1/+2
* libfdt: descend from lib/ to lib/libfdt/Masahiro Yamada2014-12-081-0/+1
* lib: bzip2: move bzip2 files to lib/bzip2/ directoryMasahiro Yamada2014-12-081-5/+1
* lib, linux: move linux specific defines to linux/compat.hHeiko Schocher2014-08-251-0/+1
* lib, list_sort: add list_sort from linux 3.14Heiko Schocher2014-08-251-0/+1
* lib, fdt: move fdtdec_get_int() out of lib/fdtdec.cHeiko Schocher2014-06-231-0/+2
* eMMC: add support for operations in RPMB partitionPierre Aubert2014-05-231-0/+1
* lib: uuid: add functions to generate UUID version 4Przemyslaw Marczak2014-04-021-2/+1
* part_efi: move uuid<->string conversion functions into lib/uuid.cPrzemyslaw Marczak2014-04-021-0/+1
* lib: rand: introduce new configs: CONFIG_LIB_RAND and CONFIG_LIB_HW_RANDPrzemyslaw Marczak2014-03-281-3/+1
* kbuild, blackfin: Add CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEEDMasahiro Yamada2014-03-071-0/+2
* arm: Switch to -mno-unaligned-access when supported by the compilerTom Rini2014-02-261-3/+0
* kbuild: use Linux Kernel build scriptsMasahiro Yamada2014-02-191-1/+1
* kbuild: change out-of-tree buildMasahiro Yamada2014-02-191-1/+1
* Add crc8 routineSimon Glass2014-01-081-0/+1
* Makefile: move some libraries to lib/MakefileMasahiro Yamada2013-11-251-0/+7
* lib: convert makefiles to Kbuild styleMasahiro Yamada2013-10-311-67/+47
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* Add trace librarySimon Glass2013-06-261-0/+1
* Makefile: move the common makefile line to public areaYing Zhang2013-06-201-10/+4
* lib: import bitrev library from the linux kernelMike Dunn2013-05-051-0/+1
* lib: consolidate hang()Andreas Bießmann2013-05-011-0/+1
* Add SLRE - Super Light Regular Expression libraryWolfgang Denk2013-05-011-0/+1
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-04-151-1/+1
|\
| * omap_gpmc: add support for hw assisted BCH8Andreas Bießmann2013-04-081-1/+1
* | tpm: Add TPM command libraryChe-liang Chiou2013-04-121-0/+1
|/
* Introduce a basic initcall implementationSimon Glass2013-03-151-0/+1
* Make linux kernel string funcs available to toolsJoe Hershberger2012-12-131-0/+1
* Introduce arch_phys_memset which works like memset but on physical memoryGabe Black2012-12-061-0/+1
* ARM: prevent misaligned array initsAlbert ARIBAUD2012-10-151-0/+3
* OMAP: networking support for SPLIlya Yanok2012-10-011-2/+7
* lib: add gzip lib function callbackLei Wen2012-09-291-0/+1
OpenPOWER on IntegriCloud