summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2008-09-06 17:50:59 +0000
committerDave Chapman <dave@dchapman.com>2008-09-06 17:50:59 +0000
commitd462a64a918117991e11dade2d7fa3a28196e07a (patch)
tree0a6f5ed8777b18bb1641fbb3608f10374901706c /firmware/SOURCES
parentb87715f670f04c9adbe358c32a385c6771d99a81 (diff)
downloadrockbox-d462a64a918117991e11dade2d7fa3a28196e07a.tar.gz
rockbox-d462a64a918117991e11dade2d7fa3a28196e07a.zip
Initial commit of iaudio 7 port by Vitja Makarov (FS#9245). Port is at quite an advanced stage, but is troubled by the lack of a reliable NAND driver (similar to the Cowon D2 port) and is not yet suitable for non-developers.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18435 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES23
1 files changed, 18 insertions, 5 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 2075f80891..4be623fada 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -988,7 +988,7 @@ target/arm/tcc77x/logikdax/button-logikdax.c
988target/arm/tcc77x/logikdax/power-logikdax.c 988target/arm/tcc77x/logikdax/power-logikdax.c
989#ifndef BOOTLOADER 989#ifndef BOOTLOADER
990target/arm/tcc77x/debug-tcc77x.c 990target/arm/tcc77x/debug-tcc77x.c
991target/arm/tcc77x/pcm-tcc77x.c 991target/arm/pcm-telechips.c
992#endif /* BOOTLOADER */ 992#endif /* BOOTLOADER */
993#endif /* SIMULATOR */ 993#endif /* SIMULATOR */
994#endif /* LOGIK_DAX */ 994#endif /* LOGIK_DAX */
@@ -1008,7 +1008,7 @@ target/arm/tcc77x/m200/button-m200.c
1008target/arm/tcc77x/m200/power-m200.c 1008target/arm/tcc77x/m200/power-m200.c
1009#ifndef BOOTLOADER 1009#ifndef BOOTLOADER
1010target/arm/tcc77x/debug-tcc77x.c 1010target/arm/tcc77x/debug-tcc77x.c
1011target/arm/tcc77x/pcm-tcc77x.c 1011target/arm/pcm-telechips.c
1012#endif /* BOOTLOADER */ 1012#endif /* BOOTLOADER */
1013#endif /* SIMULATOR */ 1013#endif /* SIMULATOR */
1014#endif /* SANSA_M200 */ 1014#endif /* SANSA_M200 */
@@ -1028,7 +1028,7 @@ target/arm/tcc77x/c100/button-c100.c
1028target/arm/tcc77x/c100/power-c100.c 1028target/arm/tcc77x/c100/power-c100.c
1029#ifndef BOOTLOADER 1029#ifndef BOOTLOADER
1030target/arm/tcc77x/debug-tcc77x.c 1030target/arm/tcc77x/debug-tcc77x.c
1031target/arm/tcc77x/pcm-tcc77x.c 1031target/arm/pcm-telechips.c
1032#endif /* BOOTLOADER */ 1032#endif /* BOOTLOADER */
1033#endif /* SIMULATOR */ 1033#endif /* SIMULATOR */
1034#endif /* SANSA_C100 */ 1034#endif /* SANSA_C100 */
@@ -1036,11 +1036,24 @@ target/arm/tcc77x/pcm-tcc77x.c
1036#ifdef IAUDIO_7 1036#ifdef IAUDIO_7
1037#ifndef SIMULATOR 1037#ifndef SIMULATOR
1038drivers/nand_id.c 1038drivers/nand_id.c
1039drivers/pcf50606.c
1039target/arm/ata-nand-telechips.c 1040target/arm/ata-nand-telechips.c
1040target/arm/tcc77x/adc-tcc77x.c
1041target/arm/tcc77x/system-tcc77x.c 1041target/arm/tcc77x/system-tcc77x.c
1042target/arm/tcc77x/kernel-tcc77x.c
1043target/arm/tcc77x/timer-tcc77x.c
1044target/arm/tcc77x/adc-tcc77x.c
1045target/arm/tcc77x/powermgmt-tcc77x.c
1046target/arm/tcc77x/usb-tcc77x.c
1042target/arm/tcc77x/iaudio7/lcd-iaudio7.c 1047target/arm/tcc77x/iaudio7/lcd-iaudio7.c
1043target/arm/tcc77x/iaudio7/power-iaudio7.c 1048target/arm/tcc77x/iaudio7/power-iaudio7.c
1049target/arm/tcc77x/iaudio7/button-iaudio7.c
1050target/arm/tcc77x/iaudio7/ata2501.c
1051#ifndef BOOTLOADER
1052target/arm/wmcodec-telechips.c
1053target/arm/pcm-telechips.c
1054target/arm/tcc77x/debug-tcc77x.c
1055target/arm/tcc77x/iaudio7/audio-iaudio7.c
1056#endif /* BOOTLOADER */
1044#endif /* SIMULATOR */ 1057#endif /* SIMULATOR */
1045#endif /* IAUDIO_7 */ 1058#endif /* IAUDIO_7 */
1046 1059
@@ -1063,7 +1076,7 @@ target/arm/tcc780x/kernel-tcc780x.c
1063target/arm/tcc780x/timer-tcc780x.c 1076target/arm/tcc780x/timer-tcc780x.c
1064target/arm/wmcodec-telechips.c 1077target/arm/wmcodec-telechips.c
1065target/arm/tcc780x/debug-tcc780x.c 1078target/arm/tcc780x/debug-tcc780x.c
1066target/arm/tcc780x/pcm-tcc780x.c 1079target/arm/pcm-telechips.c
1067target/arm/tcc780x/cowond2/audio-cowond2.c 1080target/arm/tcc780x/cowond2/audio-cowond2.c
1068#endif /* BOOTLOADER */ 1081#endif /* BOOTLOADER */
1069#endif /* SIMULATOR */ 1082#endif /* SIMULATOR */