2 * armboot - Startup Code for ARM925 CPU-core
4 * Copyright (c) 2003 Texas Instruments
6 * ----- Adapted for OMAP1510 from ARM920 code ------
8 * Copyright (c) 2001 Marius Gröger <mag@sysgo.de>
9 * Copyright (c) 2002 Alex Züpke <azu@sysgo.de>
10 * Copyright (c) 2002 Gary Jennejohn <gj@denx.de>
11 * Copyright (c) 2003 Richard Woodruff <r-woodruff2@ti.com>
12 * Copyright (c) 2003 Kshitij <kshitij@ti.com>
14 * See file CREDITS for list of people who contributed to this
17 * This program is free software; you can redistribute it and/or
18 * modify it under the terms of the GNU General Public License as
19 * published by the Free Software Foundation; either version 2 of
20 * the License, or (at your option) any later version.
22 * This program is distributed in the hope that it will be useful,
23 * but WITHOUT ANY WARRANTY; without even the implied warranty of
24 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25 * GNU General Public License for more details.
27 * You should have received a copy of the GNU General Public License
28 * along with this program; if not, write to the Free Software
29 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
38 #if defined(CONFIG_OMAP1510)
39 #include <./configs/omap1510.h>
43 *************************************************************************
45 * Jump vector table as in table 3.1 in [1]
47 *************************************************************************
53 ldr pc, _undefined_instruction
54 ldr pc, _software_interrupt
55 ldr pc, _prefetch_abort
61 _undefined_instruction: .word undefined_instruction
62 _software_interrupt: .word software_interrupt
63 _prefetch_abort: .word prefetch_abort
64 _data_abort: .word data_abort
65 _not_used: .word not_used
69 .balignl 16,0xdeadbeef
73 *************************************************************************
75 * Startup Code (reset vector)
77 * do important init only if we don't start from memory!
78 * setup Memory and board specific bits prior to relocation.
79 * relocate armboot to ram
82 *************************************************************************
86 * CFG_MEM_END is in the board dependent config-file (configs/config_BOARD.h)
96 * Note: _armboot_end_data and _armboot_end are defined
97 * by the (board-dependent) linker script.
98 * _armboot_end_data is the first usable FLASH address after armboot
100 .globl _armboot_end_data
102 .word armboot_end_data
108 * _armboot_real_end is the first usable RAM address behind armboot
109 * and the various stacks
111 .globl _armboot_real_end
115 #ifdef CONFIG_USE_IRQ
116 /* IRQ stack memory (calculated at run-time) */
117 .globl IRQ_STACK_START
121 /* IRQ stack memory (calculated at run-time) */
122 .globl FIQ_STACK_START
129 * the actual reset code
134 * set the cpu to SVC32 mode
144 mov r1, #0x81 /* Set ARM925T configuration. */
145 mcr p15, 0, r1, c15, c1, 0 /* Write ARM925T configuration register. */
148 * turn off the watchdog, unlock/diable sequence
157 * mask all IRQs by setting all bits in the INTMR - default
160 ldr r0, =REG_IHL1_MIR
162 ldr r0, =REG_IHL2_MIR
166 * wait for dpll to lock
179 * relocate armboot to RAM
181 adr r0, _start /* r0 <- current position of code */
182 ldr r2, _armboot_start
184 sub r2, r3, r2 /* r2 <- size of armboot */
185 ldr r1, _TEXT_BASE /* r1 <- destination address */
186 add r2, r0, r2 /* r2 <- source end address */
189 * r0 = source address
190 * r1 = target address
191 * r2 = source end address
199 /* set up the stack */
201 add r0, r0, #CONFIG_STACKSIZE
202 sub sp, r0, #12 /* leave 3 words for abort-stack */
204 ldr pc, _start_armboot
206 _start_armboot: .word start_armboot
210 *************************************************************************
212 * CPU_init_critical registers
214 * setup important registers
215 * setup memory timing
217 *************************************************************************
223 * flush v4 I/D caches
226 mcr p15, 0, r0, c7, c7, 0 /* flush v3/v4 cache */
227 mcr p15, 0, r0, c8, c7, 0 /* flush v4 TLB */
230 * disable MMU stuff and caches
232 mrc p15, 0, r0, c1, c0, 0
233 bic r0, r0, #0x00002300 @ clear bits 13, 9:8 (--V- --RS)
234 bic r0, r0, #0x00000087 @ clear bits 7, 2:0 (B--- -CAM)
235 orr r0, r0, #0x00000002 @ set bit 2 (A) Align
236 orr r0, r0, #0x00001000 @ set bit 12 (I) I-Cache
237 mcr p15, 0, r0, c1, c0, 0
240 * Go setup Memory and board specific bits prior to relocation.
242 mov ip, lr /* perserve link reg across call */
243 bl platformsetup /* go setup pll,mux,memory */
244 mov lr, ip /* restore link */
245 mov pc, lr /* back to my caller */
247 *************************************************************************
251 *************************************************************************
257 #define S_FRAME_SIZE 72
279 #define MODE_SVC 0x13
283 * use bad_save_user_regs for abort/prefetch/undef/swi ...
284 * use irq_save_user_regs / irq_restore_user_regs for IRQ/FIQ handling
287 .macro bad_save_user_regs
288 sub sp, sp, #S_FRAME_SIZE @ carve out a frame on current user stack
289 stmia sp, {r0 - r12} @ Save user registers (now in svc mode) r0-r12
291 ldr r2, _armboot_end @ find top of stack
292 add r2, r2, #CONFIG_STACKSIZE @ find base of normal stack
293 sub r2, r2, #8 @ set base 2 words into abort stack
294 ldmia r2, {r2 - r3} @ get values for "aborted" pc and cpsr (into parm regs)
295 add r0, sp, #S_FRAME_SIZE @ grab pointer to old stack
299 stmia r5, {r0 - r3} @ save sp_SVC, lr_SVC, pc, cpsr
300 mov r0, sp @ save current stack into r0 (param register)
303 .macro irq_save_user_regs
304 sub sp, sp, #S_FRAME_SIZE
305 stmia sp, {r0 - r12} @ Calling r0-r12
306 add r8, sp, #S_PC @ !!!! R8 NEEDS to be saved !!!! a reserved stack spot would be good.
307 stmdb r8, {sp, lr}^ @ Calling SP, LR
308 str lr, [r8, #0] @ Save calling PC
310 str r6, [r8, #4] @ Save CPSR
311 str r0, [r8, #8] @ Save OLD_R0
315 .macro irq_restore_user_regs
316 ldmia sp, {r0 - lr}^ @ Calling r0 - lr
318 ldr lr, [sp, #S_PC] @ Get PC
319 add sp, sp, #S_FRAME_SIZE
320 subs pc, lr, #4 @ return & move spsr_svc into cpsr
324 ldr r13, _armboot_end @ get bottom of stack (into sp by by user stack pointer).
325 add r13, r13, #CONFIG_STACKSIZE @ head to reserved words at the top of the stack
326 sub r13, r13, #8 @ reserved a couple spots in abort stack
328 str lr, [r13] @ save caller lr in position 0 of saved stack
329 mrs lr, spsr @ get the spsr
330 str lr, [r13, #4] @ save spsr in position 1 of saved stack
332 mov r13, #MODE_SVC @ prepare SVC-Mode
334 msr spsr, r13 @ switch modes, make sure moves will execute
335 mov lr, pc @ capture return pc
336 movs pc, lr @ jump to next instruction & switch modes.
339 .macro get_irq_stack @ setup IRQ stack
340 ldr sp, IRQ_STACK_START
343 .macro get_fiq_stack @ setup FIQ stack
344 ldr sp, FIQ_STACK_START
351 undefined_instruction:
354 bl do_undefined_instruction
360 bl do_software_interrupt
380 #ifdef CONFIG_USE_IRQ
387 irq_restore_user_regs
392 /* someone ought to write a more effiction fiq_save_user_regs */
395 irq_restore_user_regs
416 ldr r1, rstctl1 /* get clkm1 reset ctl */
418 strh r3, [r1] /* clear it */
420 strh r3, [r1] /* force dsp+arm reset */