the bitrig master branch has been updated by patrick with 2 new commits: commit a863aeefac1d9d9f52fedc9f3dc637f777a51c54 diff: https://github.com/bitrig/bitrig/commit/a863aee author: Patrick Wildt <[email protected]> date: Sat Oct 25 17:36:46 2014 +0200
arm: dynamically read architected timer frequency On platforms that support it, use the timer frequency stored in the cp15 timer register. On devices that do not support it (e. g. an exynos), use the agtimer_freq. In the future we want to use the FDT instead of that variable. M sys/arch/arm/cortex/agtimer.c M sys/arch/armv7/virt/virt_machdep.c commit aa79ba4940a92a2312fd600f3a34c6b756d3b424 diff: https://github.com/bitrig/bitrig/commit/aa79ba4 author: Patrick Wildt <[email protected]> date: Sat Oct 25 17:34:10 2014 +0200 arm: architected timer uses wrong tick value M sys/arch/arm/cortex/agtimer.c
