aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lib: Add hexdumpAlexey Brodkin2018-06-131-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-076-13/+6
* vsprintf.c: add EFI device path printingHeinrich Schuchardt2018-01-221-0/+3
* examples: add fallback memcpyRob Clark2017-09-121-0/+12
* vsprintf.c: add GUID printingRob Clark2017-09-121-0/+1
* vsprintf.c: add UTF-16 string (%ls) supportRob Clark2017-09-121-0/+1
* ARM: Default to using optimized memset and memcpy routinesTom Rini2017-01-201-1/+4
* Fix FreeBSD loader API so that it works on both 32-bit and 64-bit targets.Stanislav Galabov2016-05-203-15/+20
* api: Add FreeBSD API support for MIPS platformsStanislav Galabov2016-02-082-0/+27
* lib/tiny-printf.c: Add tiny printf function for space limited environmentsStefan Roese2015-11-231-36/+4
* kbuild: use shorten logs for misc targetsMasahiro Yamada2014-02-251-19/+21
* kbuild: use shorten logs objcopy rulesMasahiro Yamada2014-02-251-2/+4
* examples: move api/ and standalone/ entry to examples/MakefileMasahiro Yamada2014-02-191-4/+0
* kbuild: use Linux Kernel build scriptsMasahiro Yamada2014-02-191-10/+5
* kbuild: change out-of-tree buildMasahiro Yamada2014-02-191-8/+8
* Makefile: move some flags to examples makefilesMasahiro Yamada2014-02-191-0/+4
* Makfile: move suffix rules to Makefile.buildMasahiro Yamada2014-02-191-2/+2
* examples: Use scripts/Makefile.buildMasahiro Yamada2014-02-191-16/+5
* Makefile: descend into subdirectories only when CONFIG_API is definedMasahiro Yamada2013-11-251-15/+12
* examples: delete unnecessary CPPFLAGSMasahiro Yamada2013-11-251-2/+0
* examples: enable gc-sections optionRob Herring2013-11-041-1/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-246-108/+6
* api: export LCD device to external appsChe-Liang Chiou2011-11-153-0/+67
* examples: api: allow build with private libgccChe-liang Chiou2011-10-211-3/+1
* examples: update do_reset prototypeMike Frysinger2011-01-091-1/+2
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-041-1/+1
* Make *printf() return "int" instead of "void"Wolfgang Denk2010-07-041-2/+4
* Move arch/ppc to arch/powerpcStefan Roese2010-04-211-3/+3
* Rename lib_generic/ to lib/Peter Tyser2010-04-132-8/+8
* Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser2010-04-131-2/+2
* Generic udelay() with watchdog supportIngo van Lil2009-12-042-1/+2
* ABI: fix build problems due to now needed div64 routine.Wolfgang Denk2009-07-271-0/+1
* Move api_examples to examples/apiPeter Tyser2009-07-217-0/+1042