summaryrefslogtreecommitdiff
path: root/api
Commit message (Expand)AuthorAgeLines
* kconfig: Add API kconfig fileEmmanuel Vadot2017-02-08-0/+9
* api: storage: Test all block device in dev_stor_getEmmanuel Vadot2017-01-20-64/+34
* api: Use hashtable function for API_env_enumEmmanuel Vadot2017-01-20-29/+31
* Cosmetic api: api_storage.c Spelling correctionWalt Feasel2016-12-04-1/+1
* Cosmetic api: api_storage.c Comment styleWalt Feasel2016-12-04-15/+17
* Cosmetic api: api_storage.c Line over 80 charWalt Feasel2016-12-04-1/+1
* Cosmetic api: api_storage.c Blank line after {Walt Feasel2016-12-04-3/+0
* Cosmetic api: api_storage.c Align parenthesisWalt Feasel2016-12-04-1/+1
* api: storage: Avoid enumeration for non-configured subsystemEmmanuel Vadot2016-10-24-1/+5
* api: Disable api_net when DM is usedMichal Simek2016-07-22-1/+1
* Fix FreeBSD loader API so that it works on both 32-bit and 64-bit targets.Stanislav Galabov2016-05-21-29/+29
* dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSISimon Glass2016-05-17-1/+1
* dm: blk: Rename get_dev() to blk_get_dev()Simon Glass2016-03-14-5/+7
* dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-14-8/+8
* api: Export API structure address as an environment variableStanislav Galabov2016-03-08-0/+1
* api: Add FreeBSD API support for MIPS platformsStanislav Galabov2016-02-08-0/+33
* block: pass block dev not num to read/write/erase()Stephen Warren2016-01-13-14/+1
* api_storage: Fix non-first storage device enumerationAndreas Färber2015-09-15-0/+5
* net: Remove the bd* parameter from net stack functionsJoe Hershberger2015-04-18-1/+1
* api: fix build without CMD_NET supportJeroen Hofstee2014-08-21-0/+30
* powerpc: mpc8260: consolidate CONFIG_MPC8260 and CONFIG_8260Masahiro Yamada2014-03-07-1/+1
* Makefile: descend into subdirectories only when CONFIG_API is definedMasahiro Yamada2013-11-25-1/+1
* Makefile: descend into subdirectories only when CONFIG_API is definedMasahiro Yamada2013-11-25-2/+3
* dts, api, test: convert makefiles to Kbuild styleMasahiro Yamada2013-11-01-17/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-144/+8
* Power: remove support for Freescale MPC8220Wolfgang Denk2013-05-15-2/+0
* api/api_display: use the getters for console size infoJeroen Hofstee2013-03-21-2/+2
* api: export LCD device to external appsChe-Liang Chiou2011-11-15-1/+127
* net: drop !NET_MULTI codeMike Frysinger2011-10-05-4/+0
* do_reset: unify duplicate prototypesMike Frysinger2010-11-28-3/+0
* Switch from archive libraries to partial linkingSebastien Carlier2010-11-17-2/+2
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-04-1/+1
* Move arch/ppc to arch/powerpcStefan Roese2010-04-21-0/+0
* api: Fix broken build on ARM.Piotr Ziecik2009-07-23-2/+0
* 83xx: Replace CONFIG_MPC83XX with CONFIG_MPC83xxPeter Tyser2009-06-12-1/+1
* api: remove un-needed ifdef CONFIG_API already handle by the MakefileJean-Christophe PLAGNIOL-VILLARD2009-05-15-23/+0
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18-4/+4
* api: fix type mismatchMatthias Fuchs2008-10-14-1/+1
* api: Fix building with CONFIG_APIMatthias Fuchs2008-10-14-0/+4
* rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD2008-09-10-1/+1
* Fix merge problemsStefan Roese2008-08-06-12/+33
* environment: cleanup prototype declarations of env functions.Wolfgang Denk2008-05-14-2/+1
* Revert "Change env_get_char from a global function ptr to a function."Wolfgang Denk2008-05-12-0/+1
* API: remove duplicate syscall checkJean-Christophe PLAGNIOL-VILLARD2008-05-12-1/+1
* Change env_get_char from a global function ptr to a function.Joakim Tjernlund2008-04-17-1/+0
* Fix remaining CONFIG_COMMANDSJean-Christophe PLAGNIOL-VILLARD2008-02-14-3/+3
* API: Convert conditional building to the new scheme.Rafal Jaworowski2008-01-29-3/+2
* Coding Style cleanup; update CHANGELOGWolfgang Denk2008-01-10-8/+8
* API for external applications.Rafal Jaworowski2008-01-09-0/+1435