summaryrefslogtreecommitdiffstats
path: root/api
Commit message (Expand)AuthorAgeFilesLines
* common: board_r: Drop initr_api wrapperOvidiu Panait2021-01-152-3/+5
* common: rename getc() to getchar()Heinrich Schuchardt2020-10-221-1/+1
* global: Move from bi_memstart/memsize -> gd->ram_base/ram_sizeStefan Roese2020-08-262-3/+2
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop part.h from common headerSimon Glass2020-05-181-0/+1
* crc32: Use the crc.h header for crc functionsSimon Glass2019-12-021-0/+1
* api: storage: Add the missing write operation supportCristian Ciocaltea2019-11-073-21/+63
* env: Rename environment.h to env_internal.hSimon Glass2019-08-111-1/+1
* env: Drop the ACTION typedefSimon Glass2019-08-111-1/+1
* env: Drop the ENTRY typedefSimon Glass2019-08-111-1/+1
* env: Move env_set_hex() to env.hSimon Glass2019-08-111-0/+1
* api: storage: Fix enumeration of storage devicesCristian Ciocaltea2018-12-261-0/+5
* 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