| Commit message (Expand) | Author | Age | Lines |
* | Makefile: remove BUILD_TAG from KBUILD_CFLAGS | Stephen Warren | 2016-02-15 | -0/+1 |
* | lib: split out strtoxxxx functions out of vsprintf.c | Sjoerd Simons | 2015-12-13 | -3/+3 |
* | lib: Split panic functions out of vsprintf.c | Sjoerd Simons | 2015-12-13 | -3/+3 |
* | lib/tiny-printf.c: Add tiny printf function for space limited environments | Stefan Roese | 2015-11-23 | -1/+12 |
* | Add a circular memory buffer implementation | Simon Glass | 2015-11-19 | -0/+1 |
* | Add support for LZ4 decompression algorithm | Julius Werner | 2015-10-11 | -0/+1 |
* | of: clean up OF_CONTROL ifdef conditionals | Masahiro Yamada | 2015-08-18 | -7/+4 |
* | of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROL | Masahiro Yamada | 2015-08-18 | -1/+7 |
* | efi: Add start-up library code | Simon Glass | 2015-08-05 | -0/+1 |
* | Add rivest cipher 4 (rc4) implementation | Simon Glass | 2015-07-21 | -0/+1 |
* | Drop CONFIG_ERRNO_STR from SPL | Simon Glass | 2015-07-21 | -1/+1 |
* | Add a dhrystone benchmark command | Simon Glass | 2015-07-21 | -0/+2 |
* | fdt: Allow FDT functions to be built for SPL | Simon Glass | 2015-04-23 | -0/+6 |
* | lib: errno: introduce errno_str(): returns errno related message | Przemyslaw Marczak | 2014-12-11 | -0/+1 |
* | libfdt: move CONFIG_OF_LIBFDT and CONFIG_FIT to lib/Makefile | Masahiro Yamada | 2014-12-08 | -1/+2 |
* | libfdt: descend from lib/ to lib/libfdt/ | Masahiro Yamada | 2014-12-08 | -0/+1 |
* | lib: bzip2: move bzip2 files to lib/bzip2/ directory | Masahiro Yamada | 2014-12-08 | -5/+1 |
* | lib, linux: move linux specific defines to linux/compat.h | Heiko Schocher | 2014-08-25 | -0/+1 |
* | lib, list_sort: add list_sort from linux 3.14 | Heiko Schocher | 2014-08-25 | -0/+1 |
* | lib, fdt: move fdtdec_get_int() out of lib/fdtdec.c | Heiko Schocher | 2014-06-23 | -0/+2 |
* | eMMC: add support for operations in RPMB partition | Pierre Aubert | 2014-05-23 | -0/+1 |
* | lib: uuid: add functions to generate UUID version 4 | Przemyslaw Marczak | 2014-04-02 | -2/+1 |
* | part_efi: move uuid<->string conversion functions into lib/uuid.c | Przemyslaw Marczak | 2014-04-02 | -0/+1 |
* | lib: rand: introduce new configs: CONFIG_LIB_RAND and CONFIG_LIB_HW_RAND | Przemyslaw Marczak | 2014-03-28 | -3/+1 |
* | kbuild, blackfin: Add CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED | Masahiro Yamada | 2014-03-07 | -0/+2 |
* | arm: Switch to -mno-unaligned-access when supported by the compiler | Tom Rini | 2014-02-26 | -3/+0 |
* | kbuild: use Linux Kernel build scripts | Masahiro Yamada | 2014-02-19 | -1/+1 |
* | kbuild: change out-of-tree build | Masahiro Yamada | 2014-02-19 | -1/+1 |
* | Add crc8 routine | Simon Glass | 2014-01-08 | -0/+1 |
* | Makefile: move some libraries to lib/Makefile | Masahiro Yamada | 2013-11-25 | -0/+7 |
* | lib: convert makefiles to Kbuild style | Masahiro Yamada | 2013-10-31 | -67/+47 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | -17/+1 |
* | Add trace library | Simon Glass | 2013-06-26 | -0/+1 |
* | Makefile: move the common makefile line to public area | Ying Zhang | 2013-06-20 | -10/+4 |
* | lib: import bitrev library from the linux kernel | Mike Dunn | 2013-05-05 | -0/+1 |
* | lib: consolidate hang() | Andreas Bießmann | 2013-05-01 | -0/+1 |
* | Add SLRE - Super Light Regular Expression library | Wolfgang Denk | 2013-05-01 | -0/+1 |
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini | 2013-04-15 | -1/+1 |
|\ |
|
| * | omap_gpmc: add support for hw assisted BCH8 | Andreas Bießmann | 2013-04-08 | -1/+1 |
* | | tpm: Add TPM command library | Che-liang Chiou | 2013-04-12 | -0/+1 |
|/ |
|
* | Introduce a basic initcall implementation | Simon Glass | 2013-03-15 | -0/+1 |
* | Make linux kernel string funcs available to tools | Joe Hershberger | 2012-12-13 | -0/+1 |
* | Introduce arch_phys_memset which works like memset but on physical memory | Gabe Black | 2012-12-06 | -0/+1 |
* | ARM: prevent misaligned array inits | Albert ARIBAUD | 2012-10-15 | -0/+3 |
* | OMAP: networking support for SPL | Ilya Yanok | 2012-10-01 | -2/+7 |
* | lib: add gzip lib function callback | Lei Wen | 2012-09-29 | -0/+1 |
* | SPL: lib/Makefile: Add crc32.c to SPL build | Stefan Roese | 2012-07-07 | -1/+1 |
* | net: use common rand()/srand() functions | Michael Walle | 2012-07-07 | -1/+3 |
* | lib: add rand() function | Michael Walle | 2012-07-07 | -0/+1 |
* | Add AES crypto library | Yen Lin | 2012-05-15 | -0/+1 |