summaryrefslogtreecommitdiff
path: root/src/commonlib/storage
AgeCommit message (Expand)Author
2020-05-18src: Remove leading blank lines from SPDX headerElyes HAOUAS
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-09src/: Replace GPL boilerplate with SPDX headersPatrick Georgi
2020-05-06treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi
2020-05-06treewide: move copyrights and authors to AUTHORSPatrick Georgi
2020-05-06treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi
2020-04-23rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGEJulius Werner
2020-02-24src/commonlib: Fix typosElyes HAOUAS
2020-01-10src/commonlib/storage: Fix typosElyes HAOUAS
2019-12-19storage/mmc: Fix wrong frequency setting for HS speed modeBora Guvendik
2019-12-11printf: Automatically prefix %p with 0xJulius Werner
2019-12-03src: Add missing include <stdlib.h>Elyes HAOUAS
2019-11-29commonlib/storage/pci_sdhci.c: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans
2019-09-30device,drivers/: Drop some __SIMPLE_DEVICE__ useKyösti Mälkki
2019-09-10AUTHORS: Move src/commonlib copyrights into AUTHORS fileMartin Roth
2019-06-21commonlib/storage: use ALIGN_UP instead of ALIGN for better readabilityFelix Held
2019-04-23src: include <assert.h> when appropriateElyes HAOUAS
2019-04-23src: Add missing include 'console.h'Elyes HAOUAS
2019-04-06src: Use #include <timer.h> when appropriateElyes HAOUAS
2019-03-25Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)Julius Werner
2019-03-20src: Use 'include <string.h>' when appropriateElyes HAOUAS
2019-03-16src: Drop unused '#include <halt.h>'Elyes HAOUAS
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-03-04device/mmio.h: Add include file for MMIO opsKyösti Mälkki
2019-03-01device/pci: Fix PCI accessor headersKyösti Mälkki
2019-01-16buildsystem: Promote rules.h to default includeKyösti Mälkki
2018-11-16src: Get rid of duplicated includesElyes HAOUAS
2018-10-23src: Remove unneeded whitespaceElyes HAOUAS
2018-10-11commonlib/storage: Make pci sdhci code compile in romstageBora Guvendik
2018-10-08Move compiler.h to commonlibNico Huber
2018-08-16src/{commonlib,lib}: Fix typoElyes HAOUAS
2018-07-09src/{arch,commonlib,cpu}: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS
2018-07-02commonlib/storage: Make sd_mmc_go_idle an apiBora Guvendik
2018-06-04src/commonlib/storage: Move include <console.h> to sd_mmc.hElyes HAOUAS
2018-04-24compiler.h: add __weak macroAaron Durbin
2018-02-07storage: Fix CMD13 failure issueBarnali Sarkar
2017-06-27commonlib/storage: Zero extend MMC capacityLee Leahy
2017-06-20commonlib/storage: Fix MMC buildLee Leahy
2017-05-12commonlib: Move drivers/storage into commonlib/storageLee Leahy