summaryrefslogtreecommitdiff
path: root/examples/api
Commit message (Expand)AuthorAgeLines
* ARM: Default to using optimized memset and memcpy routinesTom Rini2017-01-20-1/+4
* Fix FreeBSD loader API so that it works on both 32-bit and 64-bit targets.Stanislav Galabov2016-05-21-15/+20
* api: Add FreeBSD API support for MIPS platformsStanislav Galabov2016-02-08-0/+27
* lib/tiny-printf.c: Add tiny printf function for space limited environmentsStefan Roese2015-11-23-36/+4
* kbuild: use shorten logs for misc targetsMasahiro Yamada2014-02-25-19/+21
* kbuild: use shorten logs objcopy rulesMasahiro Yamada2014-02-25-2/+4
* examples: move api/ and standalone/ entry to examples/MakefileMasahiro Yamada2014-02-19-4/+0
* kbuild: use Linux Kernel build scriptsMasahiro Yamada2014-02-19-10/+5
* kbuild: change out-of-tree buildMasahiro Yamada2014-02-19-8/+8
* Makefile: move some flags to examples makefilesMasahiro Yamada2014-02-19-0/+4
* Makfile: move suffix rules to Makefile.buildMasahiro Yamada2014-02-19-2/+2
* examples: Use scripts/Makefile.buildMasahiro Yamada2014-02-19-16/+5
* Makefile: descend into subdirectories only when CONFIG_API is definedMasahiro Yamada2013-11-25-15/+12
* examples: delete unnecessary CPPFLAGSMasahiro Yamada2013-11-25-2/+0
* examples: enable gc-sections optionRob Herring2013-11-04-1/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-108/+6
* api: export LCD device to external appsChe-Liang Chiou2011-11-15-0/+67
* examples: api: allow build with private libgccChe-liang Chiou2011-10-22-3/+1
* examples: update do_reset prototypeMike Frysinger2011-01-09-1/+2
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-04-1/+1
* Make *printf() return "int" instead of "void"Wolfgang Denk2010-07-04-2/+4
* Move arch/ppc to arch/powerpcStefan Roese2010-04-21-3/+3
* Rename lib_generic/ to lib/Peter Tyser2010-04-13-8/+8
* Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser2010-04-13-2/+2
* Generic udelay() with watchdog supportIngo van Lil2009-12-05-1/+2
* ABI: fix build problems due to now needed div64 routine.Wolfgang Denk2009-07-27-0/+1
* Move api_examples to examples/apiPeter Tyser2009-07-21-0/+1042