rockbox/firmware/target/arm/s5l8702
Solomon Peachy 0a2a90c182 FS#13560: ATA: Don't check for 80 pin cables on SATA devices.
On PATA, we'd cap our transers at UDMA2 if the device reported that an
80 pin cable wasn't detected, but SATA devices do not perform this test.

So alter the check to only apply on PATA devices, so that SATA devices
can run at full UDMA speeds.

Change-Id: Id7aa25f2a702c0af73d707395439d69da1e04719
2025-02-10 09:23:11 -05:00
..
ipod6g FS#13560: ATA: Don't check for 80 pin cables on SATA devices. 2025-02-10 09:23:11 -05:00
app.lds iPod Classic: disable IRAM1 2018-07-30 18:50:27 -04:00
boot.lds S5L8702: Clean up linker script, also add support for S5L8720 2024-12-13 08:32:19 -05:00
clocking-s5l8702.c S5L8720: Add partial clocking support 2024-12-13 08:32:19 -05:00
clocking-s5l8702.h S5L8702: Move I/O addresses and bit masks from clocking driver to SoC definitions, reuse existing definitions 2024-12-15 01:06:09 +02:00
crt0.S S5L8702: Reallocate the bootloader without dependency on _dfuloadaddr 2024-12-13 08:32:19 -05:00
crypto-s5l8702.c S5L8702: Move IM3 sign/crypt functions from norboot to crypto 2024-12-11 00:04:26 +02:00
crypto-s5l8702.h S5L8702: Move IM3 sign/crypt functions from norboot to crypto 2024-12-11 00:04:26 +02:00
debug-s5l8702.c Merge s5l8700.h and s5l8702.h into s5l87xx.h 2024-11-24 15:56:23 +02:00
dma-s5l8702.c Merge s5l8700.h and s5l8702.h into s5l87xx.h 2024-11-24 15:56:23 +02:00
dma-s5l8702.h S5L8702: Move I/O addresses from DMA driver to SoC definitions, reuse existing definitions 2024-12-14 18:23:48 +02:00
gpio-s5l8702.c s5l87xx: Add support for S5L8720 to the GPIO driver 2024-11-27 21:06:30 -05:00
gpio-s5l8702.h S5L8702: Move I/O addresses from drivers to SoC definitions 2024-12-14 07:57:53 -05:00
i2c-s5l8702.c Switch S5L8702 I2C to ECLK, add I2C support for S5L8720 2024-12-10 20:24:14 +02:00
kernel-s5l8702.c S5L8720: Add support for Timers, SPI, CPUFREQ and USB 2024-12-06 23:59:27 +02:00
lcd-asm-s5l8702.S S5L8702: Abstract LCD driver 2024-12-15 14:52:36 -05:00
lcd-s5l8702.c S5L8702: Abstract LCD driver 2024-12-15 14:52:36 -05:00
lcd-s5l8702.h S5L8702: Abstract LCD driver 2024-12-15 14:52:36 -05:00
norboot-s5l8702.c S5L8702: Introduce syscfg_read() and use it in the debug menu 2024-12-17 23:08:10 -05:00
norboot-target.h S5L8702: Introduce syscfg_read() and use it in the debug menu 2024-12-17 23:08:10 -05:00
pcm-s5l8702.c Merge s5l8700.h and s5l8702.h into s5l87xx.h 2024-11-24 15:56:23 +02:00
pcm-target.h iPod Classic: use new PL080 DMA driver 2015-10-07 06:15:03 +02:00
pl080.c iPod Classic: introduce PL080 DMA controller driver 2015-10-07 06:15:03 +02:00
spi-s5l8702.c S5L8720: Add support for Timers, SPI, CPUFREQ and USB 2024-12-06 23:59:27 +02:00
spi-s5l8702.h iPod Classic: SPI driver for bootloader 2016-08-19 00:15:36 +02:00
system-s5l8702.c S5L8702: Read WDT_BASE from SoC definitions 2024-12-14 07:57:53 -05:00
system-target.h S5L8720: Add support for Timers, SPI, CPUFREQ and USB 2024-12-06 23:59:27 +02:00
timer-s5l8702.c Merge s5l8700.h and s5l8702.h into s5l87xx.h 2024-11-24 15:56:23 +02:00
uart-s5l8702.c s5l87xx: Use pointer arithmetic in register address calculation 2024-11-24 20:02:44 -05:00
uart-target.h Rename UC870x to UC87xx 2024-11-21 20:07:50 -05:00
usb-s5l8702.c S5L8720: Add support for Timers, SPI, CPUFREQ and USB 2024-12-06 23:59:27 +02:00