summaryrefslogtreecommitdiff
path: root/lib/Makefile
AgeCommit message (Expand)Author
2016-03-15efi_loader: hook up in build environmentAlexander Graf
2016-03-14fdt: Allow libfdt to be used in SPLSimon Glass
2016-02-15Makefile: remove BUILD_TAG from KBUILD_CFLAGSStephen Warren
2015-12-13lib: split out strtoxxxx functions out of vsprintf.cSjoerd Simons
2015-12-13lib: Split panic functions out of vsprintf.cSjoerd Simons
2015-11-23lib/tiny-printf.c: Add tiny printf function for space limited environmentsStefan Roese
2015-11-19Add a circular memory buffer implementationSimon Glass
2015-10-11Add support for LZ4 decompression algorithmJulius Werner
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada
2015-08-18of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROLMasahiro Yamada
2015-08-05efi: Add start-up library codeSimon Glass
2015-07-21Add rivest cipher 4 (rc4) implementationSimon Glass
2015-07-21Drop CONFIG_ERRNO_STR from SPLSimon Glass
2015-07-21Add a dhrystone benchmark commandSimon Glass
2015-04-23fdt: Allow FDT functions to be built for SPLSimon Glass
2014-12-11lib: errno: introduce errno_str(): returns errno related messagePrzemyslaw Marczak
2014-12-08libfdt: move CONFIG_OF_LIBFDT and CONFIG_FIT to lib/MakefileMasahiro Yamada
2014-12-08libfdt: descend from lib/ to lib/libfdt/Masahiro Yamada
2014-12-08lib: bzip2: move bzip2 files to lib/bzip2/ directoryMasahiro Yamada
2014-08-25lib, linux: move linux specific defines to linux/compat.hHeiko Schocher
2014-08-25lib, list_sort: add list_sort from linux 3.14Heiko Schocher
2014-06-23lib, fdt: move fdtdec_get_int() out of lib/fdtdec.cHeiko Schocher
2014-05-23eMMC: add support for operations in RPMB partitionPierre Aubert
2014-04-02lib: uuid: add functions to generate UUID version 4Przemyslaw Marczak
2014-04-02part_efi: move uuid<->string conversion functions into lib/uuid.cPrzemyslaw Marczak
2014-03-28lib: rand: introduce new configs: CONFIG_LIB_RAND and CONFIG_LIB_HW_RANDPrzemyslaw Marczak
2014-03-07kbuild, blackfin: Add CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEEDMasahiro Yamada
2014-02-26arm: Switch to -mno-unaligned-access when supported by the compilerTom Rini
2014-02-19kbuild: use Linux Kernel build scriptsMasahiro Yamada
2014-02-19kbuild: change out-of-tree buildMasahiro Yamada
2014-01-08Add crc8 routineSimon Glass
2013-11-25Makefile: move some libraries to lib/MakefileMasahiro Yamada
2013-10-31lib: convert makefiles to Kbuild styleMasahiro Yamada
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-06-26Add trace librarySimon Glass
2013-06-20Makefile: move the common makefile line to public areaYing Zhang
2013-05-05lib: import bitrev library from the linux kernelMike Dunn
2013-05-01lib: consolidate hang()Andreas Bießmann
2013-05-01Add SLRE - Super Light Regular Expression libraryWolfgang Denk
2013-04-15Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2013-04-12tpm: Add TPM command libraryChe-liang Chiou
2013-04-08omap_gpmc: add support for hw assisted BCH8Andreas Bießmann
2013-03-15Introduce a basic initcall implementationSimon Glass
2012-12-13Make linux kernel string funcs available to toolsJoe Hershberger
2012-12-06Introduce arch_phys_memset which works like memset but on physical memoryGabe Black
2012-10-15ARM: prevent misaligned array initsAlbert ARIBAUD
2012-10-01OMAP: networking support for SPLIlya Yanok
2012-09-29lib: add gzip lib function callbackLei Wen
2012-07-07SPL: lib/Makefile: Add crc32.c to SPL buildStefan Roese
2012-07-07net: use common rand()/srand() functionsMichael Walle