summaryrefslogtreecommitdiff
path: root/api
Commit message (Expand)AuthorAgeFilesLines
* api: Rework menu, and make it depend on CC_IS_GCCTom Rini2023-04-251-3/+4
* api: move API related config options into submenuHeinrich Schuchardt2023-03-301-1/+10
* Convert CONFIG_STANDALONE_LOAD_ADDR to KconfigTom Rini2022-12-221-0/+19
* Convert CONFIG_SYS_MMC_MAX_DEVICE to KconfigTom Rini2022-11-102-4/+5
* api: Drop LCD implementationSimon Glass2022-10-301-22/+0
* video: Drop CONFIG_LCD_INFO_BELOW_LOGOSimon Glass2022-10-301-1/+1
* scsi: Drop CONFIG_SYS_SCSI_MAX_DEVICESimon Glass2022-02-091-1/+2
* Kconfig: Remove all default n/no optionsMichal Simek2021-08-311-1/+0
* 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