summaryrefslogtreecommitdiff
path: root/examples/api
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass2-2/+3
2020-01-18common: Move hang() to the same header as panic()Simon Glass1-1/+2
2019-12-03crc32: Use the crc.h header for crc functionsSimon Glass1-0/+1
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2019-08-11env: Move envmatch() to env.hSimon Glass1-1/+2
2018-06-13lib: Add hexdumpAlexey Brodkin1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini6-13/+6
2018-01-23vsprintf.c: add EFI device path printingHeinrich Schuchardt1-0/+3
2017-09-13examples: add fallback memcpyRob Clark1-0/+12
2017-09-13vsprintf.c: add GUID printingRob Clark1-0/+1
2017-09-13vsprintf.c: add UTF-16 string (%ls) supportRob Clark1-0/+1
2017-01-20ARM: Default to using optimized memset and memcpy routinesTom Rini1-1/+4
2016-05-21Fix FreeBSD loader API so that it works on both 32-bit and 64-bit targets.Stanislav Galabov3-15/+20
2016-02-08api: Add FreeBSD API support for MIPS platformsStanislav Galabov2-0/+27
2015-11-23lib/tiny-printf.c: Add tiny printf function for space limited environmentsStefan Roese1-36/+4
2014-02-25kbuild: use shorten logs for misc targetsMasahiro Yamada1-19/+21
2014-02-25kbuild: use shorten logs objcopy rulesMasahiro Yamada1-2/+4
2014-02-19examples: move api/ and standalone/ entry to examples/MakefileMasahiro Yamada1-4/+0
2014-02-19kbuild: use Linux Kernel build scriptsMasahiro Yamada1-10/+5
2014-02-19kbuild: change out-of-tree buildMasahiro Yamada1-8/+8
2014-02-19Makefile: move some flags to examples makefilesMasahiro Yamada1-0/+4
2014-02-19Makfile: move suffix rules to Makefile.buildMasahiro Yamada1-2/+2
2014-02-19examples: Use scripts/Makefile.buildMasahiro Yamada1-16/+5
2013-11-25Makefile: descend into subdirectories only when CONFIG_API is definedMasahiro Yamada1-15/+12
2013-11-25examples: delete unnecessary CPPFLAGSMasahiro Yamada1-2/+0
2013-11-04examples: enable gc-sections optionRob Herring1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk6-108/+6
2011-11-16api: export LCD device to external appsChe-Liang Chiou3-0/+67
2011-10-22examples: api: allow build with private libgccChe-liang Chiou1-3/+1
2011-01-09examples: update do_reset prototypeMike Frysinger1-1/+2
2010-07-05Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-1/+1
2010-07-05Make *printf() return "int" instead of "void"Wolfgang Denk1-2/+4
2010-04-22Move arch/ppc to arch/powerpcStefan Roese1-3/+3
2010-04-13Rename lib_generic/ to lib/Peter Tyser2-8/+8
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser1-2/+2
2009-12-05Generic udelay() with watchdog supportIngo van Lil2-1/+2
2009-07-27ABI: fix build problems due to now needed div64 routine.Wolfgang Denk1-0/+1
2009-07-21Move api_examples to examples/apiPeter Tyser7-0/+1042