device: 0.695 mistranslation: 0.691 semantic: 0.675 socket: 0.667 instruction: 0.643 network: 0.599 assembly: 0.586 vnc: 0.522 boot: 0.513 graphic: 0.502 KVM: 0.469 other: 0.436 register values in sp804 timer In the arm_timer.c, when first reading the load register, I got 0. ... case 0: /* TimerLoad */ ... According to the specification at http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0271d/index.html, "The minimum valid value for TimerXLoad is 1". Is the initial value supposed to be 0xffffffff? When the 5th and 7th bit in Control Register are set, RIS and MIS remain 0. But should they be enabled (i.e., 0x1 and 0x1) as both interrupt and timer module are set. Thanks. On 1 August 2015 at 15:46, T-T Yu