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