aboutsummaryrefslogtreecommitdiffstats
path: root/api
AgeCommit message (Expand)AuthorFilesLines
2020-10-22common: rename getc() to getchar()Heinrich Schuchardt1-1/+1
2020-08-26global: Move from bi_memstart/memsize -> gd->ram_base/ram_sizeStefan Roese2-3/+2
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop part.h from common headerSimon Glass1-0/+1
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass1-0/+1
2019-11-07api: storage: Add the missing write operation supportCristian Ciocaltea3-21/+63
2019-08-11env: 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-12-26api: storage: Fix enumeration of storage devicesCristian Ciocaltea1-0/+5
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini9-18/+9
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2018-04-06powerpc: mpc8xx: Change CONFIG_8xx to CONFIG_MPC8xxChristophe Leroy1-1/+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-07-11Kconfig: Add CONFIG_SATA to enable SATASimon Glass1-1/+1
2017-07-08powerpc: Partialy restore core of mpc8xxChristophe Leroy1-1/+1
2017-06-23api: Define a default mmc max deviceEmmanuel Vadot1-0/+3
2017-06-16powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher1-2/+0
2017-06-12powerpc, 5xx: remove support for 5xxHeiko Schocher1-2/+1
2017-06-12powerpc, 8260: remove support for mpc8260Heiko Schocher1-1/+1
2017-06-12powerpc, 8xx: remove support for 8xxHeiko Schocher1-1/+1
2017-05-22Kconfig: Add a CONFIG_IDE optionSimon Glass1-1/+1
2017-04-08Apparent conflict between CONFIG_BLK and CONFIG_APIfuz@fuz.su1-0/+4
2017-02-08kconfig: Add API kconfig fileEmmanuel Vadot1-0/+9
2017-01-20api: storage: Test all block device in dev_stor_getEmmanuel Vadot1-64/+34
2017-01-20api: Use hashtable function for API_env_enumEmmanuel Vadot1-29/+31
2016-12-04Cosmetic api: api_storage.c Spelling correctionWalt Feasel1-1/+1
2016-12-04Cosmetic api: api_storage.c Comment styleWalt Feasel1-15/+17
2016-12-04Cosmetic api: api_storage.c Line over 80 charWalt Feasel1-1/+1
2016-12-04Cosmetic api: api_storage.c Blank line after {Walt Feasel1-3/+0
2016-12-04Cosmetic api: api_storage.c Align parenthesisWalt Feasel1-1/+1
2016-10-24api: storage: Avoid enumeration for non-configured subsystemEmmanuel Vadot1-1/+5
2016-07-22api: Disable api_net when DM is usedMichal Simek1-1/+1
2016-05-21Fix FreeBSD loader API so that it works on both 32-bit and 64-bit targets.Stanislav Galabov1-29/+29
2016-05-17dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSISimon Glass1-1/+1
2016-03-14dm: blk: Rename get_dev() to blk_get_dev()Simon Glass1-5/+7
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass2-8/+8
2016-03-08api: Export API structure address as an environment variableStanislav Galabov1-0/+1
2016-02-08api: Add FreeBSD API support for MIPS platformsStanislav Galabov2-0/+33
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren1-14/+1
2015-09-15api_storage: Fix non-first storage device enumerationAndreas Färber1-0/+5
2015-04-18net: Remove the bd* parameter from net stack functionsJoe Hershberger1-1/+1
2014-08-21api: fix build without CMD_NET supportJeroen Hofstee1-0/+30
2014-03-07powerpc: mpc8260: consolidate CONFIG_MPC8260 and CONFIG_8260Masahiro Yamada1-1/+1
2013-11-25Makefile: descend into subdirectories only when CONFIG_API is definedMasahiro Yamada1-1/+1
2013-11-25Makefile: descend into subdirectories only when CONFIG_API is definedMasahiro Yamada1-2/+3
2013-11-01dts, api, test: convert makefiles to Kbuild styleMasahiro Yamada1-17/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk8-144/+8
2013-05-15Power: remove support for Freescale MPC8220Wolfgang Denk1-2/+0
2013-03-21api/api_display: use the getters for console size infoJeroen Hofstee1-2/+2
2011-11-15api: export LCD device to external appsChe-Liang Chiou4-1/+127
2011-10-05net: drop !NET_MULTI codeMike Frysinger1-4/+0
2010-11-28do_reset: unify duplicate prototypesMike Frysinger1-3/+0
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-1/+1
2010-04-21Move arch/ppc to arch/powerpcStefan Roese1-0/+0
2009-07-23api: Fix broken build on ARM.Piotr Ziecik1-2/+0
2009-06-1283xx: Replace CONFIG_MPC83XX with CONFIG_MPC83xxPeter Tyser1-1/+1
2009-05-15api: remove un-needed ifdef CONFIG_API already handle by the MakefileJean-Christophe PLAGNIOL-VILLARD5-23/+0
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-4/+4
2008-10-14api: fix type mismatchMatthias Fuchs1-1/+1
2008-10-14api: Fix building with CONFIG_APIMatthias Fuchs1-0/+4
2008-09-10rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-08-06Fix merge problemsStefan Roese1-12/+33
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-17Change env_get_char from a global function ptr to a function.Joakim Tjernlund1-1/+0
2008-02-14Fix remaining CONFIG_COMMANDSJean-Christophe PLAGNIOL-VILLARD1-3/+3
2008-01-29API: Convert conditional building to the new scheme.Rafal Jaworowski1-3/+2
2008-01-10Coding Style cleanup; update CHANGELOGWolfgang Denk3-8/+8
2008-01-09API for external applications.Rafal Jaworowski8-0/+1435