CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]        2024/01/27 05:05:40

Modified files:
        sys/arch/riscv64/conf: files.riscv64 
        sys/arch/riscv64/include: cpu.h 
        sys/arch/riscv64/riscv64: clock.c 
Added files:
        sys/arch/riscv64/dev: sxitimer.c 

Log message:
On Allwinner D1, the SBI call to schedule timer interrupts doesn't work.
Instead we have to use one of the timers integerated on the SoC that
triggers an external interrupt.  Add the appropriate driver and change
the MD clock code to hook it up.

ok cheloha@, jca@

Reply via email to