summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* SPL: lib/Makefile: Add crc32.c to SPL buildStefan Roese2012-07-071-1/+1
* net: use common rand()/srand() functionsMichael Walle2012-07-071-1/+3
* lib: add rand() functionMichael Walle2012-07-071-0/+1
* Add AES crypto libraryYen Lin2012-05-151-0/+1
* fdt: Add tests for fdtdecSimon Glass2012-03-291-0/+1
* SPL: Add YMODEM over UART load supportMatt Porter2012-03-261-0/+3
* nand: Merge BCH code from Linux nand driverChristian Hitz2012-01-261-0/+1
* spl: display_options.o is required for SPI flash support in SPLChristian Riesch2011-12-241-0/+2
* fdt: add decode helper librarySimon Glass2011-10-261-0/+1
* lib: add uuid_str_to_bin for use with bootp and PXE uuidJason Hobbs2011-10-171-0/+1
* scaled down version of generic libraries for SPLAneesh V2011-07-261-4/+7
* zlib: split up to match original source treeMike Frysinger2011-04-301-1/+0
* lib: add crc7 from LinuxThomas Chou2011-01-181-0/+1
* Switch from archive libraries to partial linkingSebastien Carlier2010-11-171-2/+2
* Add hash table support as base for new environment codeWolfgang Denk2010-09-191-0/+1
* Add qsort - add support for sorting data arraysWolfgang Denk2010-09-191-0/+1
* Add basic errno support.Wolfgang Denk2010-09-191-0/+1
* Rename lib_generic/ to lib/Peter Tyser2010-04-131-0/+68
OpenPOWER on IntegriCloud