Page MenuHomeFreeBSD

Allow access to the virtual counter in the ARM generic timer
ClosedPublic

Authored by andrew on Aug 11 2014, 10:07 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 20, 5:19 AM
Unknown Object (File)
Dec 19 2023, 11:14 PM
Unknown Object (File)
Nov 18 2023, 6:44 PM
Unknown Object (File)
Nov 16 2023, 7:09 PM
Unknown Object (File)
Nov 13 2023, 10:34 AM
Unknown Object (File)
Nov 13 2023, 7:40 AM
Unknown Object (File)
Nov 13 2023, 12:10 AM
Unknown Object (File)
Nov 8 2023, 7:56 AM
Subscribers
None

Details

Summary

Allow access to the virtual counter in the ARM generic timer. The SoC
may not allow access to the physical counter from non-secure PL1. In
this case we will need to access the virtual counter which is always
available.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

andrew retitled this revision from to Allow access to the virtual counter in the ARM generic timer.
andrew updated this object.
andrew edited the test plan for this revision. (Show Details)

Need to fix a comment containing a register name.

sys/arm/arm/generic_timer.c
157 ↗(On Diff #1052)

This should be cntv_tval

Add the virtual timer irq handler.

Fix a comment to have the correct register name

andrew updated this revision to Diff 1374.

Closed by commit rS271189 (authored by @andrew).