index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
commonlib
/
storage
Age
Commit message (
Expand
)
Author
2019-04-23
src: include <assert.h> when appropriate
Elyes HAOUAS
2019-04-23
src: Add missing include 'console.h'
Elyes HAOUAS
2019-04-06
src: Use #include <timer.h> when appropriate
Elyes HAOUAS
2019-03-25
Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)
Julius Werner
2019-03-20
src: Use 'include <string.h>' when appropriate
Elyes HAOUAS
2019-03-16
src: Drop unused '#include <halt.h>'
Elyes HAOUAS
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-04
device/mmio.h: Add include file for MMIO ops
Kyösti Mälkki
2019-03-01
device/pci: Fix PCI accessor headers
Kyösti Mälkki
2019-01-16
buildsystem: Promote rules.h to default include
Kyösti Mälkki
2018-11-16
src: Get rid of duplicated includes
Elyes HAOUAS
2018-10-23
src: Remove unneeded whitespace
Elyes HAOUAS
2018-10-11
commonlib/storage: Make pci sdhci code compile in romstage
Bora Guvendik
2018-10-08
Move compiler.h to commonlib
Nico Huber
2018-08-16
src/{commonlib,lib}: Fix typo
Elyes HAOUAS
2018-07-09
src/{arch,commonlib,cpu}: Use "foo *bar" instead of "foo* bar"
Elyes HAOUAS
2018-07-02
commonlib/storage: Make sd_mmc_go_idle an api
Bora Guvendik
2018-06-04
src/commonlib/storage: Move include <console.h> to sd_mmc.h
Elyes HAOUAS
2018-04-24
compiler.h: add __weak macro
Aaron Durbin
2018-02-07
storage: Fix CMD13 failure issue
Barnali Sarkar
2017-06-27
commonlib/storage: Zero extend MMC capacity
Lee Leahy
2017-06-20
commonlib/storage: Fix MMC build
Lee Leahy
2017-05-12
commonlib: Move drivers/storage into commonlib/storage
Lee Leahy