Subversion Repositories freemyipod

Rev

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
15 theseven 15
usb/synopsysotg.c
2 theseven 16
#endif
17
 
10 theseven 18
#ifdef TARGET_ipodnano4g
19
target/ipodnano4g/mmu.c
20
target/ipodnano4g/lcd.c
85 theseven 21
target/ipodnano4g/timer.c
22
target/ipodnano4g/i2c.S
23
target/ipodnano4g/interrupt.c
24
target/ipodnano4g/power.c
25
target/ipodnano4g/accel.c
26
target/ipodnano4g/backlight.c
87 theseven 27
target/ipodnano4g/clockgates.c
85 theseven 28
usb/synopsysotg.c
10 theseven 29
#endif
30
 
14 theseven 31
#ifdef ARM_ARCH
32
arm/arm-support.S
33
arm/contextswitch.S
34
#endif
35
 
2 theseven 36
init.c
37
util.c
85 theseven 38
#ifdef HAVE_LCD
2 theseven 39
drawing.S
40
lcdconsole.c
85 theseven 41
#endif
2 theseven 42
format.c
43
panic.c
44
console.c
45
ucl.S
14 theseven 46
thread.c
85 theseven 47
#ifdef HAVE_USB
15 theseven 48
usb/usb.c
85 theseven 49
#endif
29 theseven 50
shutdown.c
43 theseven 51
syscall.c
85 theseven 52
#ifdef HAVE_STORAGE
47 farthen 53
disk.c
49 theseven 54
fat.c
55
file.c
56
dir.c
54 theseven 57
storage.c
85 theseven 58
#endif
72 theseven 59
strcasestr.c
60
strcasecmp.c
61
strlcpy.c
62
strlcat.c
89 theseven 63
execimage.c
71 theseven 64
 
65
libc/strstr.c
66
libc/strtok.c
67
libc/atoi.c
68
libc/ctype.c
69
libc/memchr.c
70
libc/memcmp.c
71
libc/memcpy.c
72
libc/memmove.c
73
libc/memset.c
74
libc/mktime.c
75
libc/qsort.c
76
libc/random.c
77
libc/sprintf.c
78
libc/sscanf.c
79
libc/strcat.c
80
libc/strchr.c
81
libc/strcmp.c
82
libc/strcpy.c
83
libc/strlen.c
84
libc/strncmp.c
85
libc/strrchr.c