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

arm_smcc_1_0_*: Load a capability pointer from the stack for purecap. #1749

Merged
merged 1 commit into from
Jul 14, 2023

Commits on Jul 13, 2023

  1. arm_smcc_1_0_*: Fix to work on purecap.

    - Load a capability pointer from the stack for purecap.
    
    - Store capability registers to the results structure.  Even though
      the current firmware only returns integer registers, storing the
      full capability is ok as the values will just be null-derived.
      However, this approach matches the current structure's layout and
      will work with any future firmware that may return capabilities.
    bsdjhb committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    f0a3cda View commit details
    Browse the repository at this point in the history