<div>Hi, </div>
<div>&nbsp;</div>
<div>My hardware environment: MPC7447A + MV64460, and I ported u-boot from board Db64460, now everything seems OK but the timer can't work as expected. </div>
<div>&nbsp;</div>
<div>Exception hanlder was installed in start.S: </div>
<div>&nbsp;STD_EXCEPTION(0x900, Decrementer, timer_interrupt)</div>
<div>I do not modify this code. But get_timer always return 0. I check the global parameter: timestamp. It always been 0 after&nbsp;set_timer(0);&nbsp;</div>
<div>&nbsp;</div>
<div>It seems that the&nbsp;timer_interrupt handler does not been called. But if&nbsp;I&nbsp;added a print in this hanlder, system will crash after interrupt_init.&nbsp;</div>
<div>&nbsp;</div>
<div>What's the possible problem?</div>
<div>&nbsp;</div>
<div>Thanks.</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>wyu&nbsp;</div>