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

Support timer interrupt pending clear in SBI #108

Closed
wants to merge 1 commit into from

Commits on May 23, 2018

  1. Support timer interrupt pending clear in SBI

    As per the privileged spec, timer interrupt pending bit should
    be cleared by calling into SEE. Currently, SBI doesn't support
    a method to achieve that.
    
    Introduce a method to clear the timer interrupt pending bit in
    interrupt pending csr.
    
    Signed-off-by: Atish Patra <[email protected]>
    atishp04 committed May 23, 2018
    Configuration menu
    Copy the full SHA
    166b697 View commit details
    Browse the repository at this point in the history