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
 
294 theseven 15
#ifdef TARGET_ipodclassic
16
target/ipodclassic/mmu.c
17
target/ipodclassic/lcd.c
18
target/ipodclassic/i2c.c
19
target/ipodclassic/interrupt.c
20
target/ipodclassic/power.c
21
target/ipodclassic/pmu.c
22
target/ipodclassic/clockgates.c
23
target/ipodclassic/backlight.c
24
usb/synopsysotg.c
25
#endif
26
 
14 theseven 27
#ifdef ARM_ARCH
28
arm/arm-support.S
29
arm/contextswitch.S
287 theseven 30
arm/memcpy-arm.S
31
arm/memset-arm.S
14 theseven 32
#endif
33
 
243 theseven 34
main.c
2 theseven 35
util.c
85 theseven 36
#ifdef HAVE_LCD
2 theseven 37
drawing.S
38
lcdconsole.c
85 theseven 39
#endif
2 theseven 40
format.c
41
panic.c
243 theseven 42
ramdisk.c
15 theseven 43
usb/usb.c
71 theseven 44
 
45
libc/sprintf.c
46
libc/strlen.c