[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.8

version 1.6, 2007/11/12 21:56:12 version 1.8, 2007/11/20 18:40:02
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 98 
Line 98 
 .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.8

CVSweb