Changeset 633 for trunk/softs


Ignore:
Timestamp:
Feb 13, 2014, 12:53:42 PM (10 years ago)
Author:
alain
Message:

Bug fix in reset.S : The IOPIC initialisation must
be conditionned by the USE_EXT_IO variable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/softs/giet_tsar/reset.S

    r629 r633  
    9696/* only proc (0,0,0) initializes IOPIC : IOPIC_ADDRESS[i] <= &XICU[0].WTI_REG[i]   */
    9797
     98    li      $26,    USE_EXT_IO
     99    beq     $26,    $0,     reset_xcu   /* IOPIC not initialised if not USE_EXT_IO */
     100
    98101    li      $20,    X_SIZE
    99102    addi    $20,    $20,    -1
Note: See TracChangeset for help on using the changeset viewer.