rockbox/firmware/target/arm/tcc780x
Jonathan Gordon e7a4b96f6e change the D2 bootloader to boot rockbox by default. boot OF is hold is on or usb is connected
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27007 a1c6a512-1295-4272-9138-f99709370657
2010-06-21 10:51:39 +00:00
..
cowond2 cowond2: make the code consistent with the comments and really clear the bits 2010-06-13 14:00:30 +00:00
adc-tcc780x.c
app.lds Enable IRAM on TCC7801 (Cowon D2) for a 6-12% speedup in codecs that use it, and a small increase in battery life. 2010-05-31 21:00:25 +00:00
ata-nand-target.h
boot.lds Fix a bunch of boot.lds files so that they build with newer ld. The stack/bss sections need NOLOAD. otherwise the linker would try to include those into the binary. I don't know why this ever worked with our current ld version. 2010-03-08 23:16:57 +00:00
crt0.S change the D2 bootloader to boot rockbox by default. boot OF is hold is on or usb is connected 2010-06-21 10:51:39 +00:00
debug-target.h Remove svn:executable from firmware 2009-10-31 02:26:40 +00:00
debug-tcc780x.c Fix some more snprintf related warnings. 2010-05-06 21:37:03 +00:00
kernel-tcc780x.c
sd-tcc780x.c Remove card_enable_monitoring() and use a mutex instead. The card_enable_monitoring() method actually didn't eliminate the possible race conditions it was meant to fix. 2010-06-06 13:20:47 +00:00
system-target.h D2: Enable ARM cache coherency functions (eg. during codec load), which should eliminate data aborts/freezes on track changes. NOTE: The linker script reserves space at the end of DRAM for the TTB, but this is not currently used. 2009-09-01 21:35:37 +00:00
system-tcc780x.c D2: Fix the POWER button check after an exception/panic. Make this power the player off, since we don't know how to force a reboot yet. 2009-07-25 18:44:57 +00:00
timer-tcc780x.c Remove the TIMER_* macros and declare target-specific functions in timer.h 2009-06-29 14:29:57 +00:00