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