rockbox/firmware/target/arm/s5l8702
Solomon Peachy 25b985c319 ipod6g: Correct the DMA transfer size/count for CE-ATA devices
The DMA xfr size was fixed at 512 bytes, but the count was specified
in terms of the logical sector size (ie 4096 bytes).

Make the DMA size line up with the sector size.

Change-Id: Id9d0088b12775223f8d888f21b19e17c97927570
2025-11-20 19:33:15 -05:00
..
ipod6g ipod6g: Correct the DMA transfer size/count for CE-ATA devices 2025-11-20 19:33:15 -05:00
ipodnano3g misc: Ensure stacks are always aligned with the native pointer size. 2025-09-05 19:43:11 -04:00
ipodnano4g misc: Ensure stacks are always aligned with the native pointer size. 2025-09-05 19:43:11 -04: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 s5l8702: CONSTify the clocking setup 2025-09-07 09:11:11 -04:00
clocking-s5l8702.h s5l8702: CONSTify the clocking setup 2025-09-07 09:11:11 -04: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 arm: split ARM cache maintenance functions to separate header 2025-04-21 12:39:47 -04: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: Clean up the IRQ handler code slightly 2025-09-07 09:59:45 -04:00
system-target.h arm: split ARM cache maintenance functions to separate header 2025-04-21 12:39:47 -04: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