summaryrefslogtreecommitdiff
path: root/api/api.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-15common: board_r: Drop initr_api wrapperOvidiu Panait1-2/+4
2020-10-22common: rename getc() to getchar()Heinrich Schuchardt1-1/+1
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2019-12-03crc32: Use the crc.h header for crc functionsSimon Glass1-0/+1
2019-11-08api: storage: Add the missing write operation supportCristian Ciocaltea1-21/+38
2019-08-12env: Rename environment.h to env_internal.hSimon Glass1-1/+1
2019-08-11env: Drop the ACTION typedefSimon Glass1-1/+1
2019-08-11env: Drop the ENTRY typedefSimon Glass1-1/+1
2019-08-11env: Move env_set_hex() to env.hSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-1/+1
2017-08-16env: Rename common functions related to setenv()Simon Glass1-1/+1
2017-08-16env: Rename setenv() to env_set()Simon Glass1-1/+1
2017-08-13api: remove superfluous assignmentxypron.glpk@gmx.de1-1/+1
2017-01-20api: Use hashtable function for API_env_enumEmmanuel Vadot1-29/+31
2016-05-21Fix FreeBSD loader API so that it works on both 32-bit and 64-bit targets.Stanislav Galabov1-29/+29
2016-03-15dm: Drop the block_dev_desc_t typedefSimon Glass1-1/+1
2016-03-08api: Export API structure address as an environment variableStanislav Galabov1-0/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-18/+1
2011-11-16api: export LCD device to external appsChe-Liang Chiou1-0/+47
2010-11-28do_reset: unify duplicate prototypesMike Frysinger1-3/+0
2010-07-05Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-1/+1
2009-05-16api: remove un-needed ifdef CONFIG_API already handle by the MakefileJean-Christophe PLAGNIOL-VILLARD1-5/+0
2008-09-11rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-05-14environment: cleanup prototype declarations of env functions.Wolfgang Denk1-2/+1
2008-05-12Revert "Change env_get_char from a global function ptr to a function."Wolfgang Denk1-0/+1
2008-05-12API: remove duplicate syscall checkJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-04-18Change env_get_char from a global function ptr to a function.Joakim Tjernlund1-1/+0
2008-01-10Coding Style cleanup; update CHANGELOGWolfgang Denk1-6/+6
2008-01-09API for external applications.Rafal Jaworowski1-0/+670