Subversion Repositories freemyipod

Rev

Rev 700 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 700 Rev 701
Line 39... Line 39...
39
	b	_start
39
	b	_start
40
 
40
 
41
.section .initcode,"ax",%progbits
41
.section .initcode,"ax",%progbits
42
.global _start
42
.global _start
43
_start:
43
_start:
-
 
44
	mrc	p15, 0, r0,c1,c0
-
 
45
	bic	r0, r0, #0x200
-
 
46
	orr	r0, r0, #0x100
-
 
47
	mcr	p15, 0, r0,c1,c0
-
 
48
	mov	r0, #0x7fffffff
-
 
49
	mcr	p15, 0, r0,c3,c0
44
	mov	r0, #0x22000000
50
	mov	r0, #0x22000000
45
	orr	r1, r0, #0x00000c00
51
	orr	r1, r0, #0x00000100
46
	orr	r0, r0, #0x0003c000
52
	orr	r0, r0, #0x0003c000
47
	orr	r1, r1, #0x0000001e
53
	orr	r1, r1, #0x000000fe
48
	add	r2, r0, #0x200
54
	add	r2, r0, #0x200
49
	mov	r3, #0
55
	mov	r3, #0
50
	str	r1, [r0], #4
56
	str	r1, [r0], #4
51
.mmuloop1:
57
.mmuloop1:
52
	str	r3, [r0], #4
58
	str	r3, [r0], #4