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

ext-sse: Fixes #194

Merged
merged 6 commits into from
Jan 24, 2025
Merged

ext-sse: Fixes #194

merged 6 commits into from
Jan 24, 2025

Conversation

jones-drew
Copy link
Contributor

No description provided.

Only saying 'should' allows the implementation to not zero reserved
bits, which means S-mode will need to do SBI version checks to
determine whether or not future flags have meaning.

Signed-off-by: Andrew Jones <[email protected]>
The abbreviation for identity number (ID) should be in caps.

Signed-off-by: Andrew Jones <[email protected]>
Distinguish events / attributes from event IDs / attribute IDs by
using 'ID' where appropriate.

Signed-off-by: Andrew Jones <[email protected]>
Add some punctuation, remove some unnecessary text, and use future
tense in a function description.

Signed-off-by: Andrew Jones <[email protected]>
Replace uses of 'can' with 'must' or other verbs which indicate
the behavior is absolute when the behaviors must be implemented.

Signed-off-by: Andrew Jones <[email protected]>
To ensure SBI_ERR_INVALID_STATE is never returned for an invalid
event ID, where SBI_ERR_INVALID_PARAM should be returned. Explicitly
state that event_id is valid when SBI_ERR_INVALID_STATE is returned.

Signed-off-by: Andrew Jones <[email protected]>
Copy link
Collaborator

@atishp04 atishp04 left a comment

Choose a reason for hiding this comment

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

lgtm.

@atishp04 atishp04 merged commit a55fbd8 into riscv-non-isa:master Jan 24, 2025
2 checks passed
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.

2 participants