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

remove false comments from RV32 permission encoding table #386

Merged
merged 2 commits into from
Sep 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/cap-description.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -194,13 +194,14 @@ Quadrant 1 encodes permissions for executable capabilities and the <<m_bit>>.
| 4-5 | ✔ | ✔ | ✔ | ✔ | ✔ | | Mode^1^ | Execute + Data & Cap RW
| 6-7 | ✔ | ✔ | | | ✔ | | Mode^1^ | Execute + Data RW
9+| *Quadrant 2: Restricted capability data read/write*
9+| bit[2] - write. R and C implicitly granted, LM dependent on W permission.
tariqkurd-repo marked this conversation as resolved.
Show resolved Hide resolved
9+| R and C implicitly granted, LM dependent on W permission.
9+| _Reserved bits for future extensions must be 1 so they are implicitly granted_
9+| _bit[2] is reserved to mean write for future encodings_
| 0-2 8+| reserved
| 3 | ✔ | | ✔ | | | | N/A | Data & Cap RO (no LM)
| 4-7 8+| reserved
9+| *Quadrant 3: Capability data read/write*
9+| [2] - write. R and C implicitly granted.
tariqkurd-repo marked this conversation as resolved.
Show resolved Hide resolved
9+| bit[2] - write, R and C implicitly granted.
9+| _Reserved bits for future extensions must be 1 so they are implicitly granted_
| 0-2 8+| reserved
| 3 | ✔ | | ✔ | ✔ | | | N/A | Data & Cap RO
Expand Down
Loading