summaryrefslogtreecommitdiffstats
path: root/src/commonlib/storage
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove "ERROR: "/"WARN: " prefixes from log messagesJulius Werner2022-02-071-2/+2
* lib: Add __fls() (Find Last Set)Jianjun Wang2021-12-131-32/+3
* src/commonlib: Drop unneeded empty linesElyes HAOUAS2020-09-211-1/+0
* src: Remove leading blank lines from SPDX headerElyes HAOUAS2020-05-182-4/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-1118-18/+0
* src/: Replace GPL boilerplate with SPDX headersPatrick Georgi2020-05-092-18/+2
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-0616-176/+16
* treewide: move copyrights and authors to AUTHORSPatrick Georgi2020-05-0611-11/+22
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-0616-32/+16
* rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGEJulius Werner2020-04-231-1/+1
* src/commonlib: Fix typosElyes HAOUAS2020-02-241-1/+1
* src/commonlib/storage: Fix typosElyes HAOUAS2020-01-103-3/+3
* storage/mmc: Fix wrong frequency setting for HS speed modeBora Guvendik2019-12-191-0/+1
* printf: Automatically prefix %p with 0xJulius Werner2019-12-111-1/+1
* src: Add missing include <stdlib.h>Elyes HAOUAS2019-12-031-0/+1
* commonlib/storage/pci_sdhci.c: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans2019-11-291-7/+6
* device,drivers/: Drop some __SIMPLE_DEVICE__ useKyösti Mälkki2019-09-301-6/+2
* AUTHORS: Move src/commonlib copyrights into AUTHORS fileMartin Roth2019-09-1018-94/+47
* commonlib/storage: use ALIGN_UP instead of ALIGN for better readabilityFelix Held2019-06-212-2/+2
* src: include <assert.h> when appropriateElyes HAOUAS2019-04-236-6/+0
* src: Add missing include 'console.h'Elyes HAOUAS2019-04-231-0/+1
* src: Use #include <timer.h> when appropriateElyes HAOUAS2019-04-063-5/+5
* 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-204-4/+5
* src: Drop unused '#include <halt.h>'Elyes HAOUAS2019-03-162-2/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-086-23/+23
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-1/+1
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* buildsystem: Promote rules.h to default includeKyösti Mälkki2019-01-161-1/+0
* src: Get rid of duplicated includesElyes HAOUAS2018-11-161-1/+0
* src: Remove unneeded whitespaceElyes HAOUAS2018-10-231-1/+1
* commonlib/storage: Make pci sdhci code compile in romstageBora Guvendik2018-10-111-8/+14
* Move compiler.h to commonlibNico Huber2018-10-081-1/+0
* src/{commonlib,lib}: Fix typoElyes HAOUAS2018-08-161-2/+2
* src/{arch,commonlib,cpu}: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS2018-07-092-2/+2
* commonlib/storage: Make sd_mmc_go_idle an apiBora Guvendik2018-07-022-1/+2
* src/commonlib/storage: Move include <console.h> to sd_mmc.hElyes HAOUAS2018-06-048-7/+1
* compiler.h: add __weak macroAaron Durbin2018-04-241-6/+7
* storage: Fix CMD13 failure issueBarnali Sarkar2018-02-071-4/+4
* commonlib/storage: Zero extend MMC capacityLee Leahy2017-06-271-1/+1
* commonlib/storage: Fix MMC buildLee Leahy2017-06-201-0/+2
* commonlib: Move drivers/storage into commonlib/storageLee Leahy2017-05-1218-0/+3779