-
Notifications
You must be signed in to change notification settings - Fork 8
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
Spec update #55
Spec update #55
Conversation
lftan
commented
Sep 7, 2024
- rearrange bit fields
- Fine-tune some descriptions
- Add reference link for hart state and suspend type.
- Use the bit field at lower bits. - Update some description Signed-off-by: Ley Foon Tan <[email protected]>
Signed-off-by: Ley Foon Tan <[email protected]>
src/srvgrp-clock.adoc
Outdated
| 2 | ||
| NUM_RATES | ||
| uint32 | ||
| Number of clock rates depending on CLOCK_FORMAT. | ||
| Number of clock rates depending on `CLOCK_FORMAT`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This part is redundant "depending on CLOCK_FORMAT
" . We have already established that each clock rate has a format in "Clock Rate Format" section
src/srvgrp-device-power.adoc
Outdated
| RESERVED | ||
| _Reserved_ and must be `0`. | ||
|
||
| [16] | ||
| CONTEX |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
%s/CONTEX/CONTEXT
src/srvgrp-performance.adoc
Outdated
@@ -367,7 +367,9 @@ level. | |||
! Bits | |||
! Description | |||
|
|||
! [31] | |||
! [31:11] ! _Reserved_ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reserved and must be 0
Signed-off-by: Ley Foon Tan <[email protected]>
- Add Hart State and suspend type reference link. - Combined Hart ID and Suspend types entry to one row. Signed-off-by: Ley Foon Tan <[email protected]>
Signed-off-by: Ley Foon Tan <[email protected]>
Signed-off-by: Ley Foon Tan <[email protected]>