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