This allows us to have multiple drivers supply a function for DELAY to
use. The platform code supplies an early version to be used before
devices have been enumerated. This used a delay value passed in from
the PLATFORM spec to decide how many times to loop for.
Details
Details
- Reviewers
- None
- Group Reviewers
ARM - Commits
- rS298854: Add a MULTIDELAY option to allow the ARM kernel to have multiple DELAY
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/arm/allwinner/allwinner_machdep.c | ||
---|---|---|
151 ↗ | (On Diff #14658) | 200 is a guess based on the gneric timer code. Someone should calibrate it. |
Comment Actions
Patch tested on A10, kernel compile and boots fine. Will test A20 later.
So now, how should I calibrate the value ?