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 Passed - Unit
No Test Coverage - Build Status
Buildable 3035 Build 3067: arc lint + arc unit
Event Timeline
sys/arm/allwinner/allwinner_machdep.c | ||
---|---|---|
151 | 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 ?