Ignore:
Timestamp:
Apr 6, 2017, 4:43:37 PM (7 years ago)
Author:
alain
Message:

Cosmetic change in the hard_config.h file : XCU -> ICU , TTY -> TXT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/softs/tsar_boot/src/reset.S

    r1042 r1049  
    9797
    9898#if USE_32BIT
     99
    99100    /*** VERSION 1 : 32 bits ***/
    100101
     
    106107     * In each cluster, the XICU base address depends on the cluster_xy
    107108     */
    108     la      t3,     SEG_XCU_BASE      /* t3 <= ICU base address             */
     109    la      t3,     SEG_ICU_BASE      /* t3 <= ICU base address             */
    109110    li      t4,     1                 /* t4 <= 1                            */
    110111    sll     t4,     t4,     X_WIDTH   /* t4 <= 1 << X_WIDTH                 */
     
    136137    sllv    t4,     t4,     t1       /* Set XICU[MSK_WTI][INDEX][local_id]  */
    137138    sw      t4,     0(t5)            /* XICU[MSK_WTI][INDEX] <= t4          */
     139
    138140#else
     141
    139142    /*** VERSION 2 : 40 bits ***/
    140143
     
    144147     * In each cluster, the XICU base address depends on the cluster_xy
    145148     */
    146     la      t3,     SEG_XCU_BASE      /* t3 <= ICU base address             */
     149    la      t3,     SEG_ICU_BASE      /* t3 <= ICU base address             */
    147150    move    t4,     t1                /* t4 <= local_id                     */
    148151    li      t5,     IRQ_PER_PROCESSOR /* t5 <= IRQ_PER_PROCESSOR            */
     
    163166    sw      t4,     0(t5)            /* XICU[MSK_WTI][INDEX] <= t4          */
    164167    mtc2    zero,   CP2_PADDR_EXT    /* reset PADDR extension               */
     168
    165169#endif
    166170
Note: See TracChangeset for help on using the changeset viewer.