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
15 theseven 6
target/ipodnano2g/i2c.c
7
target/ipodnano2g/interrupt.c
54 theseven 8
target/ipodnano2g/power.c
29 theseven 9
target/ipodnano2g/pmu.c
87 theseven 10
target/ipodnano2g/clockgates.c
117 theseven 11
target/ipodnano2g/backlight.c
15 theseven 12
usb/synopsysotg.c
2 theseven 13
#endif
14
 
742 theseven 15
#ifdef TARGET_ipodnano4g
16
target/ipodnano4g/mmu.c
17
target/ipodnano4g/lcd.c
18
target/ipodnano4g/i2c.c
19
target/ipodnano4g/interrupt.c
20
target/ipodnano4g/power.c
21
target/ipodnano4g/clockgates.c
22
target/ipodnano4g/backlight.c
23
usb/synopsysotg.c
24
#endif
294 theseven 25
#ifdef TARGET_ipodclassic
26
target/ipodclassic/mmu.c
27
target/ipodclassic/lcd.c
28
target/ipodclassic/i2c.c
29
target/ipodclassic/interrupt.c
30
target/ipodclassic/power.c
31
target/ipodclassic/pmu.c
32
target/ipodclassic/clockgates.c
33
target/ipodclassic/backlight.c
34
usb/synopsysotg.c
35
#endif
36
 
14 theseven 37
#ifdef ARM_ARCH
38
arm/arm-support.S
39
arm/contextswitch.S
287 theseven 40
arm/memcpy-arm.S
41
arm/memset-arm.S
14 theseven 42
#endif
43
 
243 theseven 44
main.c
2 theseven 45
util.c
85 theseven 46
#ifdef HAVE_LCD
2 theseven 47
drawing.S
48
lcdconsole.c
85 theseven 49
#endif
2 theseven 50
format.c
51
panic.c
243 theseven 52
ramdisk.c
15 theseven 53
usb/usb.c
71 theseven 54
 
55
libc/sprintf.c
56
libc/strlen.c