[BACK]Return to loader.S CVS log [TXT][DIR] Up to [local] / funnyos / arch / sam7s64 / boot

Diff for /funnyos/arch/sam7s64/boot/loader.S between version 1.6 and 1.9

version 1.6, 2007/11/12 21:56:12 version 1.9, 2007/12/16 23:17:52
Line 61 
Line 61 
         /* set system stack pointer */          /* set system stack pointer */
         ldr sp, Asysstack          ldr sp, Asysstack
   
         b main          bl main
         /* NOTREACHED */          /* NOTREACHED */
   
 _vector_undef:  _vector_undef:
Line 92 
Line 92 
         ldmia sp!, {r0-r12, pc}^          ldmia sp!, {r0-r12, pc}^
   
 _vector_fiq:  _vector_fiq:
         nop  /* TODO */
   fiqloop:
           mov r0, r0
           b fiqloop
   
 Aflash_sdata:  Aflash_sdata:
 .word   0x0000f000  .word   0x0000f000
   
 Aflash_edata:  Aflash_edata:
 .word   0x0000ffff  .word   0x0000fffc
   
 Asram_sdata:  Asram_sdata:
 .word   0x00200000  .word   0x00200000
   
 /* last word of the physical memory */  /* last word of the physical memory */
 Asysstack:  Asysstack:
 .word   0x00203fff  .word   0x00203ffc
   
 Airqstack:  Airqstack:
 .word   0x00203c00  .word   0x00203c00

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.9

CVSweb