Subversion Repositories freemyipod

Rev

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

Rev 98 Rev 99
Line 110... Line 110...
110
	msr	cpsr_c, #0x1f
110
	msr	cpsr_c, #0x1f
111
	ldr	sp, =_initstackend
111
	ldr	sp, =_initstackend
112
	bl	init
112
	bl	init
113
	bl	context_switch
113
	bl	context_switch
114
	mov	r0, #0
114
	mov	r0, #0
115
idleloop:
-
 
116
	mcr	p15, 0, r0,c7,c0,4
-
 
117
	b	idleloop
115
	ldr	pc, =idleloop
118
.ltorg
116
.ltorg
119
 
117
 
120
 
118
 
121
.section .icode, "ax", %progbits
119
.section .icode, "ax", %progbits
122
.align 2
120
.align 2
-
 
121
idleloop:
-
 
122
	mcr	p15, 0, r0,c7,c0,4
-
 
123
	b	idleloop
-
 
124
 
123
.global reset
125
.global reset
124
.global hang
126
.global hang
125
.type reset, %function
127
.type reset, %function
126
.type hang, %function
128
.type hang, %function
127
reset:
129
reset: