-
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
Fixes across specification in the post ARC review spec #77
Fixes across specification in the post ARC review spec #77
Commits on Nov 9, 2024
-
rpmi/intro: Reorganize rpmi service group definition text
Signed-off-by: Rahul Pathak <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7c28da0 - Browse repository at this point
Copy the full SHA 7c28da0View commit details -
rpmi/terms: Correct the APEI acronym
Signed-off-by: Rahul Pathak <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8a94401 - Browse repository at this point
Copy the full SHA 8a94401View commit details -
rpmi/messageprotocol: Make meaning of RPMI_ERR_BAD_RANGE generic
RPMI_ERR_BAD_RANGE is meant for bad or invalid ranges of either index or offsets or addresses or just any plain number. Remove index word from the definition and make it generic Signed-off-by: Rahul Pathak <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 64f2f62 - Browse repository at this point
Copy the full SHA 64f2f62View commit details -
rpmi/base: Correct the base service name in table
The base service BASE_GET_HW_INFO was changed to BASE_GET_PLATFORM_INFO but table still mentioned the old name. Correct the right name in the service table in base service group Signed-off-by: Rahul Pathak <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 71728ad - Browse repository at this point
Copy the full SHA 71728adView commit details -
rpmi/clock: Mention about incorrect flags in error table for set rate
Signed-off-by: Rahul Pathak <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 444d8fa - Browse repository at this point
Copy the full SHA 444d8faView commit details -
rpmi/sysreset: Remove RESET_TYPE invalid error from SYSRST_GET_ATTRIB…
…UTES SYSRST_GET_ATTRIBUTES has flag which can encode if the provided RESET_TYPE is supported, not supported or invalid. Remove the RESET_TYPE invalid error from the status Signed-off-by: Rahul Pathak <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 81fbafb - Browse repository at this point
Copy the full SHA 81fbafbView commit details -
rpmi/syssuspend: Remove SUSPEND_TYPE invalid error from SYSSUSP_GET_A…
…TTRIBUTES SYSSUSP_GET_ATTRIBUTES as flag which can encode if the provided SUSPEND_TYPE is supported, not supported or invalid. Remove the SUSPEND_TYPE invalid error from the status Signed-off-by: Rahul Pathak <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 84d58ce - Browse repository at this point
Copy the full SHA 84d58ceView commit details -
rpmi/sysreset: Add error codes for SYSRST_RESET
SYSRST_RESET service can return if the service does not complete successfully. Add the possible error codes Signed-off-by: Rahul Pathak <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 56b24cc - Browse repository at this point
Copy the full SHA 56b24ccView commit details -
rpmi: Return RPMI_ERR_INVALID_PARAM for invalid index as input
Currently in some service groups the error code for an invalid index in an array provided as an input in the request message is RPMI_ERR_BAD_RANGE. But input is not provided as a range but a index and RPMI_ERR_INVALID_PARAM is more appropriate error code Signed-off-by: Rahul Pathak <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f457f3b - Browse repository at this point
Copy the full SHA f457f3bView commit details -
rpmi/hsm: Reformat and clarify the flags details in HSM_GET_SUSPEND_INFO
Signed-off-by: Rahul Pathak <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 03550f5 - Browse repository at this point
Copy the full SHA 03550f5View commit details -
rpmi/clock: Reorder flags bits and remove duplicate error code
Signed-off-by: Rahul Pathak <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1b1cb68 - Browse repository at this point
Copy the full SHA 1b1cb68View commit details