1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 06:58:11 +00:00
serenity/Kernel/Storage/SD
Hendiadyoin1 863d0ac260 Kernel: Add High Speed support to the SDHC driver
This should not affect boot times on qemu, as that does not use
dynamic transfer delays in its adma code path.
On real hardware this could potentially double the data throughput,
decreasing load times.
2023-04-19 10:53:33 +01:00
..
Commands.h Kernel: Add basic ADMA2 support to the SD card driver 2023-04-19 10:53:33 +01:00
PCISDHostController.cpp Kernel: Add basic ADMA2 support to the SD card driver 2023-04-19 10:53:33 +01:00
PCISDHostController.h Kernel: Add support for SD host controllers on the PCI bus 2023-04-02 12:43:17 -06:00
Registers.h Kernel: Add basic ADMA2 support to the SD card driver 2023-04-19 10:53:33 +01:00
SDHostController.cpp Kernel: Add High Speed support to the SDHC driver 2023-04-19 10:53:33 +01:00
SDHostController.h Kernel: Add basic ADMA2 support to the SD card driver 2023-04-19 10:53:33 +01:00
SDMemoryCard.cpp Kernel: Add an SD card driver for the aarch64 port 2023-03-25 16:50:36 +00:00
SDMemoryCard.h Kernel: Add an SD card driver for the aarch64 port 2023-03-25 16:50:36 +00:00