Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lack of delay function in library #45

Closed
chinamao opened this issue Feb 21, 2014 · 1 comment
Closed

lack of delay function in library #45

chinamao opened this issue Feb 21, 2014 · 1 comment
Labels

Comments

@chinamao
Copy link

hi, experts:
Is there any plan to implement a common delay function based on generic timer?

best wishes,

@danh-arm
Copy link
Contributor

The current codebase does not use the generic timers, other than initialization of the system counter clock frequency*. There is currently no plan for BL3-1 (the EL3 runtime firmware) to use the secure physical timer other than to:
a) Allow BL3-2 (the Secure Payload) to have access to it, or
b) (Possibly) manage context save/restore of the EL1 physical timer in cases where this has to be shared between the normal world and BL3-2.

So there's currently no plan to add general purpose library functions like "delay".

@danh-arm danh-arm closed this as completed Mar 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants