index
:
seabios
guest-hint
kvmtool
master
memory2-logging
microvm
pci-4g-map
pci64-cfg
seabios
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
hw
/
sdcard.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sdcard: Increase SDHCI_POWER_ON_TIME to 5ms
Kevin O'Connor
2018-09-03
1
-1
/
+1
*
block: Rename disk_op_s->drive_gf to drive_fl
Kevin O'Connor
2017-09-27
1
-1
/
+1
*
sdcard: skip detection of PCI sdhci controllers if etc/sdcard used
Matt DeVillier
2016-03-21
1
-0
/
+5
*
pci: Split low-level pci code from higher-level 'struct pci_device' code
Kevin O'Connor
2016-02-03
1
-1
/
+1
*
sdcard: Convert to new PCI BAR helper functions
Kevin O'Connor
2016-02-02
1
-8
/
+6
*
sdcard: Enable extra debugging on sdcard_waitw() timeout
Kevin O'Connor
2015-11-19
1
-0
/
+1
*
sdcard: fix typo causing 32bit write to 16bit block_size field
Kevin O'Connor
2015-11-19
1
-1
/
+1
*
sdcard: Only enable error_irq_enable for bits defined in SDHCI v1 spec
Kevin O'Connor
2015-11-19
1
-1
/
+1
*
PCI SDHCI driver: Fix base address
Kyösti Mälkki
2015-11-04
1
-0
/
+1
*
sdcard: Obtain card capacity and report it on the boot menu
Kevin O'Connor
2015-09-03
1
-5
/
+43
*
sdcard: Display sdcard product name in boot menu
Kevin O'Connor
2015-09-03
1
-2
/
+10
*
sdcard: Turn card_type into a bitmap and store if card is MMC type
Kevin O'Connor
2015-09-03
1
-10
/
+9
*
sdcard: Move drive registration to sdcard_card_setup()
Kevin O'Connor
2015-09-03
1
-15
/
+15
*
sdcard: Move frequency setting into sdcard_card_setup()
Kevin O'Connor
2015-09-03
1
-8
/
+10
*
sdcard: Move sdcard_set_frequency()/sdcard_set_power() in sdcard.c
Kevin O'Connor
2015-09-03
1
-58
/
+58
*
sdcard: Allow sdcard addresses to be specified in CBFS files
Kevin O'Connor
2015-08-24
1
-12
/
+36
*
sdcard: Allow the sdcard driver to run on real hardware
Kevin O'Connor
2015-08-17
1
-6
/
+0
*
sdcard: Initial support for MMC cards
Kevin O'Connor
2015-08-17
1
-17
/
+26
*
sdcard: Check for error events during sdcard_pio()
Kevin O'Connor
2015-08-17
1
-2
/
+13
*
sdcard: Perform a controller reset at start of init
Kevin O'Connor
2015-08-17
1
-0
/
+20
*
sdcard: Rename waitw() to sdcard_waitw() and simplify
Kevin O'Connor
2015-08-17
1
-16
/
+13
*
sdcard: Implement timeout on every block read in sdcard_pio_transfer()
Kevin O'Connor
2015-08-17
1
-5
/
+4
*
sdcard: The card should never be in a busy state at start of sdcard_pio()
Kevin O'Connor
2015-08-17
1
-6
/
+9
*
sdcard: Power down controller on failure
Kevin O'Connor
2015-08-17
1
-4
/
+8
*
sdcard: Power controller up to maximum voltage supported
Kevin O'Connor
2015-08-17
1
-4
/
+18
*
sdcard: Move power setup to new function sdcard_set_power()
Kevin O'Connor
2015-08-17
1
-13
/
+24
*
sdcard: Support SDHCI v3.00 spec clock setting
Kevin O'Connor
2015-08-17
1
-7
/
+22
*
sdcard: Fill command bits according to spec
Kevin O'Connor
2015-08-17
1
-11
/
+17
*
sdcard: Fix typo - use sdcard_pio() instead of sdcard_pio_app()
Kevin O'Connor
2015-08-17
1
-2
/
+2
*
sdcard: Add proper delays during card power up
Kevin O'Connor
2015-08-04
1
-0
/
+6
*
sdcard: Improve SD card initialization command sequence
Kevin O'Connor
2015-08-04
1
-4
/
+40
*
sdcard: Set timeout control register during init (to max allowed timeout)
Kevin O'Connor
2015-08-04
1
-0
/
+1
*
sdcard: Make sure controller support 3.3V before enabling it
Kevin O'Connor
2015-08-04
1
-1
/
+11
*
sdcard: Implement controller frequency setting according to sdhci spec
Kevin O'Connor
2015-08-04
1
-2
/
+42
*
sdcard: Check if card is present before sending commands to card
Kevin O'Connor
2015-08-04
1
-2
/
+7
*
block: Rename process_XXX_op() functions to XXX_process_op()
Kevin O'Connor
2015-07-14
1
-1
/
+1
*
block: Introduce default_process_op() with common command handling codes
Kevin O'Connor
2015-07-14
1
-7
/
+1
*
block: Split process_op() command dispatch up into multiple functions
Kevin O'Connor
2015-07-14
1
-1
/
+1
*
sdcard: Initial support for SD cards on PCI SDHCI controllers on QEMU
Kevin O'Connor
2014-12-29
1
-0
/
+321