Gitiles
Code Review
Sign In
review.coreboot.org
/
seabios
/
460e9aac4e1ef88b14a7d44876c43ecfc94f8848
/
src
/
hw
/
sdcard.c
460e9aa
sdcard: Only enable error_irq_enable for bits defined in SDHCI v1 spec
by Kevin O'Connor
· 8 years ago
cfc17bd
PCI SDHCI driver: Fix base address
by Kyösti Mälkki
· 8 years ago
e344da4
sdcard: Obtain card capacity and report it on the boot menu
by Kevin O'Connor
· 8 years ago
39a8ea5
sdcard: Display sdcard product name in boot menu
by Kevin O'Connor
· 8 years ago
065b341
sdcard: Turn card_type into a bitmap and store if card is MMC type
by Kevin O'Connor
· 8 years ago
ebe40ba
sdcard: Move drive registration to sdcard_card_setup()
by Kevin O'Connor
· 8 years ago
17b811b
sdcard: Move frequency setting into sdcard_card_setup()
by Kevin O'Connor
· 8 years ago
91a9f5b
sdcard: Move sdcard_set_frequency()/sdcard_set_power() in sdcard.c
by Kevin O'Connor
· 8 years ago
9f7b236
sdcard: Allow sdcard addresses to be specified in CBFS files
by Kevin O'Connor
· 8 years ago
4c90495
sdcard: Allow the sdcard driver to run on real hardware
by Kevin O'Connor
· 8 years ago
d501de1
sdcard: Initial support for MMC cards
by Kevin O'Connor
· 8 years ago
bf8f266
sdcard: Check for error events during sdcard_pio()
by Kevin O'Connor
· 8 years ago
9b73aa6
sdcard: Perform a controller reset at start of init
by Kevin O'Connor
· 8 years ago
33e205e
sdcard: Rename waitw() to sdcard_waitw() and simplify
by Kevin O'Connor
· 8 years ago
18254b3
sdcard: Implement timeout on every block read in sdcard_pio_transfer()
by Kevin O'Connor
· 8 years ago
34cc2fd
sdcard: The card should never be in a busy state at start of sdcard_pio()
by Kevin O'Connor
· 8 years ago
263fb19
sdcard: Power down controller on failure
by Kevin O'Connor
· 8 years ago
ad0c9ea
sdcard: Power controller up to maximum voltage supported
by Kevin O'Connor
· 8 years ago
4b99922
sdcard: Move power setup to new function sdcard_set_power()
by Kevin O'Connor
· 8 years ago
d5b7821
sdcard: Support SDHCI v3.00 spec clock setting
by Kevin O'Connor
· 8 years ago
cfe326b
sdcard: Fill command bits according to spec
by Kevin O'Connor
· 8 years ago
12441a8
sdcard: Fix typo - use sdcard_pio() instead of sdcard_pio_app()
by Kevin O'Connor
· 8 years ago
4c6de9e
sdcard: Add proper delays during card power up
by Kevin O'Connor
· 8 years ago
43312af
sdcard: Improve SD card initialization command sequence
by Kevin O'Connor
· 8 years ago
9637a67
sdcard: Set timeout control register during init (to max allowed timeout)
by Kevin O'Connor
· 8 years ago
86efbb6
sdcard: Make sure controller support 3.3V before enabling it
by Kevin O'Connor
· 8 years ago
67bb455
sdcard: Implement controller frequency setting according to sdhci spec
by Kevin O'Connor
· 8 years ago
11198db
sdcard: Check if card is present before sending commands to card
by Kevin O'Connor
· 8 years ago
1785645
block: Rename process_XXX_op() functions to XXX_process_op()
by Kevin O'Connor
· 8 years ago
85c72c6
block: Introduce default_process_op() with common command handling codes
by Kevin O'Connor
· 8 years ago
c7fa789
block: Split process_op() command dispatch up into multiple functions
by Kevin O'Connor
· 8 years ago
72691a5
sdcard: Initial support for SD cards on PCI SDHCI controllers on QEMU
by Kevin O'Connor
· 9 years ago