comparison gsm-fw/sysglue/sysinit.S @ 631:7cf154cd3891

gsm-fw/sysglue: prep for building flashable images
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 01 Sep 2014 17:04:19 +0000
parents e201f2130c9b
children 02d14592bb73
comparison
equal deleted inserted replaced
630:4cd1dcc167e4 631:7cf154cd3891
4 * to both the regular flashable build and the fc-xram development build. 4 * to both the regular flashable build and the fc-xram development build.
5 */ 5 */
6 6
7 .section iram.vectors,"ax",%progbits 7 .section iram.vectors,"ax",%progbits
8 .code 32 8 .code 32
9 /* ARM exceptions */ 9 #include "vectors.S"
10 b _arm_undefined
11 b _arm_swi
12 b _arm_abort_prefetch
13 b _arm_abort_data
14 b _arm_reserved
15 /* IRQ */
16 b _INT_IRQ
17 /* FIQ */
18 b _INT_FIQ
19 10
20 .section xip.text,"ax",%progbits 11 .section xip.text,"ax",%progbits
21 .code 32 12 .code 32
22 .globl _FlashorXram_entry 13 .globl _FlashorXram_entry
23 _FlashorXram_entry: 14 _FlashorXram_entry: