Subversion Repositories freemyipod

Rev

Rev 891 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
14 theseven 1
#include "target.h"
2
 
5 theseven 3
#ifdef TARGET_ipodnano2g
2 theseven 4
target/ipodnano2g/mmu.c
5
target/ipodnano2g/lcd.c
14 theseven 6
target/ipodnano2g/timer.c
15 theseven 7
target/ipodnano2g/i2c.c
8
target/ipodnano2g/interrupt.c
54 theseven 9
target/ipodnano2g/power.c
29 theseven 10
target/ipodnano2g/pmu.c
49 theseven 11
target/ipodnano2g/nand.c
54 theseven 12
target/ipodnano2g/ftl.c
13
target/ipodnano2g/storage_nand.c
87 theseven 14
target/ipodnano2g/clockgates.c
95 theseven 15
target/ipodnano2g/bootflash.c
117 theseven 16
target/ipodnano2g/backlight.c
126 theseven 17
target/ipodnano2g/targetinit.c
132 theseven 18
target/ipodnano2g/clickwheel.c
143 theseven 19
target/ipodnano2g/hwkeyaes.c
20
target/ipodnano2g/hmacsha1.c
227 theseven 21
target/ipodnano2g/usbtarget.c
891 theseven 22
target/ipodnano2g/rtc.c
15 theseven 23
usb/synopsysotg.c
891 theseven 24
usb/synopsysotg_s5l87xx.c
2 theseven 25
#endif
26
 
10 theseven 27
#ifdef TARGET_ipodnano4g
28
target/ipodnano4g/mmu.c
29
target/ipodnano4g/lcd.c
85 theseven 30
target/ipodnano4g/timer.c
729 theseven 31
target/ipodnano4g/i2c.c
85 theseven 32
target/ipodnano4g/interrupt.c
33
target/ipodnano4g/power.c
34
target/ipodnano4g/accel.c
35
target/ipodnano4g/backlight.c
87 theseven 36
target/ipodnano4g/clockgates.c
721 theseven 37
target/ipodnano4g/hwkeyaes.c
85 theseven 38
usb/synopsysotg.c
891 theseven 39
usb/synopsysotg_s5l87xx.c
10 theseven 40
#endif
41
 
273 theseven 42
#if defined(TARGET_ipodnano3g) || defined(TARGET_ipodclassic)
43
target/ipodnano3g/mmu.c
44
target/ipodnano3g/lcd.c
45
target/ipodnano3g/timer.c
46
target/ipodnano3g/i2c.c
47
target/ipodnano3g/interrupt.c
48
target/ipodnano3g/power.c
49
target/ipodnano3g/pmu.c
50
target/ipodnano3g/clockgates.c
51
target/ipodnano3g/bootflash.c
52
target/ipodnano3g/backlight.c
53
target/ipodnano3g/hwkeyaes.c
303 theseven 54
target/ipodnano3g/clickwheel.c
273 theseven 55
target/ipodnano3g/spi.c
303 theseven 56
target/ipodnano3g/targetinit.c
684 theseven 57
target/ipodnano3g/uart.c
891 theseven 58
target/ipodnano2g/rtc.c
273 theseven 59
usb/synopsysotg.c
891 theseven 60
usb/synopsysotg_s5l87xx.c
273 theseven 61
#endif
62
 
301 theseven 63
#ifdef TARGET_ipodclassic
64
target/ipodclassic/storage_ata.c
346 theseven 65
target/ipodclassic/usbtarget.c
301 theseven 66
#endif
67
 
710 theseven 68
#ifdef TARGET_ipodtouch2g
69
target/ipodnano4g/mmu.c
70
target/ipodnano4g/timer.c
71
target/ipodnano4g/i2c.S
72
target/ipodnano4g/interrupt.c
73
target/ipodnano4g/power.c
74
target/ipodnano4g/accel.c
75
target/ipodnano4g/backlight.c
76
target/ipodnano4g/clockgates.c
77
target/ipodtouch2g/lcd.c
78
usb/synopsysotg.c
891 theseven 79
usb/synopsysotg_s5l87xx.c
710 theseven 80
#endif
81
 
14 theseven 82
#ifdef ARM_ARCH
83
arm/arm-support.S
84
arm/contextswitch.S
286 theseven 85
arm/memcpy-arm.S
86
arm/memmove-arm.S
87
arm/memset-arm.S
14 theseven 88
#endif
89
 
2 theseven 90
init.c
91
util.c
429 theseven 92
malloc.c
465 theseven 93
library.c
85 theseven 94
#ifdef HAVE_LCD
2 theseven 95
drawing.S
96
lcdconsole.c
122 theseven 97
progressbar.c
85 theseven 98
#endif
2 theseven 99
format.c
100
panic.c
101
console.c
102
ucl.S
14 theseven 103
thread.c
85 theseven 104
#ifdef HAVE_USB
15 theseven 105
usb/usb.c
891 theseven 106
usb/usbglue.c
107
usb/usbdebug.c
85 theseven 108
#endif
29 theseven 109
shutdown.c
43 theseven 110
syscall.c
85 theseven 111
#ifdef HAVE_STORAGE
47 farthen 112
disk.c
49 theseven 113
fat.c
114
file.c
115
dir.c
54 theseven 116
storage.c
85 theseven 117
#endif
130 theseven 118
#ifdef HAVE_BUTTON
119
button.c
120
#endif
72 theseven 121
strcasestr.c
122
strcasecmp.c
123
strlcpy.c
124
strlcat.c
89 theseven 125
execimage.c
99 theseven 126
syscallapi.c
491 theseven 127
crc32.c
71 theseven 128
 
129
libc/strstr.c
130
libc/strtok.c
131
libc/atoi.c
132
libc/ctype.c
133
libc/memchr.c
134
libc/memcmp.c
135
libc/mktime.c
136
libc/qsort.c
137
libc/random.c
138
libc/sprintf.c
139
libc/sscanf.c
140
libc/strcat.c
141
libc/strchr.c
142
libc/strcmp.c
143
libc/strcpy.c
144
libc/strlen.c
145
libc/strncmp.c
146
libc/strrchr.c
125 theseven 147
libc/tlsf/tlsf.c
891 theseven 148