-
Notifications
You must be signed in to change notification settings - Fork 9
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
Update 3 #27
Update 3 #27
Conversation
lftan
commented
May 3, 2024
- some chapter updates
- Fix unable display images in *.adoc issue
Signed-off-by: Ley Foon Tan <leyfoon.tan@starfivetech.com>
Enables single notification in this call, remove 's'. Signed-off-by: Ley Foon Tan <leyfoon.tan@starfivetech.com>
Signed-off-by: Ley Foon Tan <leyfoon.tan@starfivetech.com>
Uses BASE instead of Base for service group name. Signed-off-by: Ley Foon Tan <leyfoon.tan@starfivetech.com>
This service allows the AP to subscribe to HART_STATE_MANAGEMENT service group | ||
notifications. The platform can optionally support notifications of events may | ||
occur in the platform. PuC can send these notification messages to the AP if | ||
they are implemented and the AP has subscribed to them. Supported event are |
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/event/events
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.
ok
hart before this service was called is platform specific. It's possible that | ||
hart was already started or hart with specified hart-id does not exist. | ||
Implementation should return proper error code in the status field accordingly. | ||
This service helps to start (or power up) a hart with a specified `HART_ID`. |
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.
better to write This service is used to start
instead of help
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.
ok
Few nits only above. Rest looks good |
- Fix grammar - 80 characters per line - Refer to Hart States in SBI spec instead of local hart state table. Signed-off-by: Ley Foon Tan <leyfoon.tan@starfivetech.com>
So that it can display one *.adoc per line. Signed-off-by: Ley Foon Tan <leyfoon.tan@starfivetech.com>
Follow suggestion from asciidoctor/asciidoctor#1567. Signed-off-by: Ley Foon Tan <leyfoon.tan@starfivetech.com>
Updated. |