Ignore:
Timestamp:
Aug 14, 2012, 8:14:55 PM (12 years ago)
Author:
alain
Message:

mproving support for multi-clusters architectures (CLUSTER_SIZE & CLUSTER_IO_ID parameters)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/boot/reset.S

    r199 r204  
    6565    nop
    6666    mfc0        a0,     CP0_TIME
    67         jal             boot_putw
     67        jal             boot_putx
    6868        nop
    6969    la          a0,     boot_lf_string
     
    7676    mfc0        k0,     CP0_PROCID
    7777    andi        a0,     k0,     0xFFF
    78         jal             boot_putw
     78        jal             boot_putx
    7979    nop
    8080    la          a0,     boot_lf_string
     
    8686    nop
    8787    mfc0        a0,     CP0_EPC
    88         jal             boot_putw
     88        jal             boot_putx
    8989    nop
    9090    la          a0,     boot_lf_string
     
    9696    nop
    9797    mfc0        a0,     CP0_CR
    98         jal             boot_putw
     98        jal             boot_putx
    9999    nop
    100100    la          a0,     boot_lf_string
     
    106106    nop
    107107    mfc0        a0,     CP0_SR
    108         jal             boot_putw
     108        jal             boot_putx
    109109    nop
    110110    la          a0,     boot_lf_string
     
    116116    nop
    117117    mfc0        a0,     CP0_BVAR
    118         jal             boot_putw
     118        jal             boot_putx
    119119    nop
    120120    la          a0,     boot_lf_string
Note: See TracChangeset for help on using the changeset viewer.