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

acs: Pass whole realm activate cases & some data creation cases #183

Merged
merged 3 commits into from
Sep 18, 2023

Conversation

bitboom
Copy link
Collaborator

@bitboom bitboom commented Sep 15, 2023

This PR passes whole realm activate cases & some data creation cases.
The rest of data creation cases are related with RTT walk.
@zpzigi754 is fixing about RTT walk now, so I will re-visit after his work :)

The main patches of this PR are two

  • Validate whether IPA, passed by host, is in PAR.
    • Because IPA of Realm should be in PAR(Protected Address Range)
  • Implement REALM_ACTIVATE

Copy link
Collaborator

@zpzigi754 zpzigi754 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[minor]
there is a typo in git commit message
obtion -> option

@bitboom
Copy link
Collaborator Author

bitboom commented Sep 18, 2023

[minor] there is a typo in git commit message obtion -> option

Thanks! I fixed it.

rmm/src/rmi/rtt.rs Show resolved Hide resolved
rmm/src/rmi/rtt.rs Outdated Show resolved Hide resolved
IPA of Realm should be in PAR(Protected Address Range)

Signed-off-by: Sangwan Kwon <sangwan.kwon@samsung.com>
Signed-off-by: Sangwan Kwon <sangwan.kwon@samsung.com>
Signed-off-by: Sangwan Kwon <sangwan.kwon@samsung.com>
Copy link
Collaborator

@zpzigi754 zpzigi754 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to add ipa validation and realm activate!

rmm/src/rmi/rtt.rs Show resolved Hide resolved
rmm/src/rmi/rtt.rs Show resolved Hide resolved
@bitboom bitboom merged commit 903fa9a into main Sep 18, 2023
6 checks passed
@bitboom bitboom deleted the acs-act branch September 18, 2023 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants