Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information