aboutsummaryrefslogtreecommitdiffstats
path: root/api
Commit message (Expand)AuthorAgeFilesLines
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-079-18/+9
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* powerpc: mpc8xx: Change CONFIG_8xx to CONFIG_MPC8xxChristophe Leroy2018-04-061-1/+1
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-1/+1
* env: Rename common functions related to setenv()Simon Glass2017-08-161-1/+1
* env: Rename setenv() to env_set()Simon Glass2017-08-161-1/+1
* api: remove superfluous assignmentxypron.glpk@gmx.de2017-08-131-1/+1
* Kconfig: Add CONFIG_SATA to enable SATASimon Glass2017-07-111-1/+1
* powerpc: Partialy restore core of mpc8xxChristophe Leroy2017-07-081-1/+1
* api: Define a default mmc max deviceEmmanuel Vadot2017-06-231-0/+3
* powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher2017-06-161-2/+0
* powerpc, 5xx: remove support for 5xxHeiko Schocher2017-06-121-2/+1
* powerpc, 8260: remove support for mpc8260Heiko Schocher2017-06-121-1/+1
* powerpc, 8xx: remove support for 8xxHeiko Schocher2017-06-121-1/+1
* Kconfig: Add a CONFIG_IDE optionSimon Glass2017-05-221-1/+1
* Apparent conflict between CONFIG_BLK and CONFIG_APIfuz@fuz.su2017-04-081-0/+4
* kconfig: Add API kconfig fileEmmanuel Vadot2017-02-081-0/+9
* api: storage: Test all block device in dev_stor_getEmmanuel Vadot2017-01-201-64/+34
* api: Use hashtable function for API_env_enumEmmanuel Vadot2017-01-201-29/+31
* Cosmetic api: api_storage.c Spelling correctionWalt Feasel2016-12-041-1/+1
* Cosmetic api: api_storage.c Comment styleWalt Feasel2016-12-041-15/+17
* Cosmetic api: api_storage.c Line over 80 charWalt Feasel2016-12-041-1/+1
* Cosmetic api: api_storage.c Blank line after {Walt Feasel2016-12-041-3/+0
* Cosmetic api: api_storage.c Align parenthesisWalt Feasel2016-12-041-1/+1
* api: storage: Avoid enumeration for non-configured subsystemEmmanuel Vadot2016-10-241-1/+5
* api: Disable api_net when DM is usedMichal Simek2016-07-221-1/+1
* Fix FreeBSD loader API so that it works on both 32-bit and 64-bit targets.Stanislav Galabov2016-05-211-29/+29
* dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSISimon Glass2016-05-171-1/+1
* dm: blk: Rename get_dev() to blk_get_dev()Simon Glass2016-03-141-5/+7
* dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-142-8/+8
* api: Export API structure address as an environment variableStanislav Galabov2016-03-081-0/+1
* api: Add FreeBSD API support for MIPS platformsStanislav Galabov2016-02-082-0/+33
* block: pass block dev not num to read/write/erase()Stephen Warren2016-01-131-14/+1
* api_storage: Fix non-first storage device enumerationAndreas Färber2015-09-151-0/+5
* net: Remove the bd* parameter from net stack functionsJoe Hershberger2015-04-181-1/+1
* api: fix build without CMD_NET supportJeroen Hofstee2014-08-211-0/+30
* powerpc: mpc8260: consolidate CONFIG_MPC8260 and CONFIG_8260Masahiro Yamada2014-03-071-1/+1
* Makefile: descend into subdirectories only when CONFIG_API is definedMasahiro Yamada2013-11-251-1/+1
* Makefile: descend into subdirectories only when CONFIG_API is definedMasahiro Yamada2013-11-251-2/+3
* dts, api, test: convert makefiles to Kbuild styleMasahiro Yamada2013-11-011-17/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-248-144/+8
* Power: remove support for Freescale MPC8220Wolfgang Denk2013-05-151-2/+0
* api/api_display: use the getters for console size infoJeroen Hofstee2013-03-211-2/+2
* api: export LCD device to external appsChe-Liang Chiou2011-11-154-1/+127
* net: drop !NET_MULTI codeMike Frysinger2011-10-051-4/+0
* do_reset: unify duplicate prototypesMike Frysinger2010-11-281-3/+0
* Switch from archive libraries to partial linkingSebastien Carlier2010-11-171-2/+2
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-041-1/+1
* Move arch/ppc to arch/powerpcStefan Roese2010-04-211-0/+0
* api: Fix broken build on ARM.Piotr Ziecik2009-07-231-2/+0