Subversion Repositories freemyipod

Rev

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