summaryrefslogtreecommitdiff
path: root/api
AgeCommit message (Expand)AuthorFilesLines
2023-04-25api: Rework menu, and make it depend on CC_IS_GCCTom Rini1-3/+4
2023-03-30api: move API related config options into submenuHeinrich Schuchardt1-1/+10
2022-12-22Convert CONFIG_STANDALONE_LOAD_ADDR to KconfigTom Rini1-0/+19
2022-11-10Convert CONFIG_SYS_MMC_MAX_DEVICE to KconfigTom Rini2-4/+5
2022-10-30api: Drop LCD implementationSimon Glass1-22/+0
2022-10-30video: Drop CONFIG_LCD_INFO_BELOW_LOGOSimon Glass1-1/+1
2022-02-09scsi: Drop CONFIG_SYS_SCSI_MAX_DEVICESimon Glass1-1/+2
2021-09-01Kconfig: Remove all default n/no optionsMichal Simek1-1/+0
2021-01-15common: board_r: Drop initr_api wrapperOvidiu Panait2-3/+5
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-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop part.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 Ciocaltea3-21/+63
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-12-27api: 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-15dm: blk: Rename get_dev() to blk_get_dev()Simon Glass1-5/+7