my generic timer init code is as follows:
step1:set the cntv_tval_el0 register to my reload count 400000
step2: set the cntv_ctl_el0 gegister to 0x1,enable the timer
step3:set GIC_SGI_PPI_0__2_GICR_ISENABLER0 Register bit[27] to 1,enable the ppi 27
in the am64x gp evm board, i test the same code ,the generic timer work good .but in the am625 sk evm board ,the generic timer not work.
so,can you give me some debugging suggestions?