• Y
    hw/mips: implement GIC Interval Timer · 40514051
    Yongbok Kim 提交于
    The interval timer is similar to the CP0 Count/Compare timer within
    each processor. The difference is the GIC_SH_COUNTER register is global
    to the system so that all processors have the same time reference.
    
    To ease implementation, all VPs are having its own QEMU timer but sharing
    global settings and registers such as GIC_SH_CONFIG.COUTNSTOP and
    GIC_SH_COUNTER.
    
    MIPS GIC Interval Timer does support upto 64 bits of Count register but
    in this implementation it is limited to 32 bits only.
    Signed-off-by: NYongbok Kim <yongbok.kim@imgtec.com>
    Signed-off-by: NLeon Alrae <leon.alrae@imgtec.com>
    40514051
Makefile.objs 1.4 KB