summaryrefslogtreecommitdiffstats
path: root/src/commonlib/storage/sdhci.c
Commit message (Expand)AuthorAgeFilesLines
* Allow to build romstage sources inside the bootblockArthur Heymans2023-11-091-1/+1
* commonlib/storage: Add attach callback to sdhci_ctrlrShelley Chen2023-02-081-0/+10
* commonlib/storage/sdhci.c: Remove "ERROR: " from log messageElyes Haouas2022-11-171-2/+1
* lib: Add __fls() (Find Last Set)Jianjun Wang2021-12-131-32/+3
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-061-11/+1
* treewide: move copyrights and authors to AUTHORSPatrick Georgi2020-05-061-1/+2
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-061-2/+1
* rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGEJulius Werner2020-04-231-1/+1
* src/commonlib/storage: Fix typosElyes HAOUAS2020-01-101-1/+1
* printf: Automatically prefix %p with 0xJulius Werner2019-12-111-1/+1
* AUTHORS: Move src/commonlib copyrights into AUTHORS fileMartin Roth2019-09-101-6/+3
* src: include <assert.h> when appropriateElyes HAOUAS2019-04-231-1/+0
* Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)Julius Werner2019-03-251-3/+3
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-201-1/+0
* src: Drop unused '#include <halt.h>'Elyes HAOUAS2019-03-161-1/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-3/+3
* Move compiler.h to commonlibNico Huber2018-10-081-1/+0
* src/commonlib/storage: Move include <console.h> to sd_mmc.hElyes HAOUAS2018-06-041-1/+0
* compiler.h: add __weak macroAaron Durbin2018-04-241-6/+7
* commonlib: Move drivers/storage into commonlib/storageLee Leahy2017-05-121-0/+813