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

Fixes across specification in the post ARC review spec #77

Merged
merged 11 commits into from
Nov 9, 2024

Commits on Nov 9, 2024

  1. rpmi/intro: Reorganize rpmi service group definition text

    Signed-off-by: Rahul Pathak <[email protected]>
    pathakraul committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    7c28da0 View commit details
    Browse the repository at this point in the history
  2. rpmi/terms: Correct the APEI acronym

    Signed-off-by: Rahul Pathak <[email protected]>
    pathakraul committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    8a94401 View commit details
    Browse the repository at this point in the history
  3. 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]>
    pathakraul committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    64f2f62 View commit details
    Browse the repository at this point in the history
  4. 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]>
    pathakraul committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    71728ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    444d8fa View commit details
    Browse the repository at this point in the history
  6. 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]>
    pathakraul committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    81fbafb View commit details
    Browse the repository at this point in the history
  7. 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]>
    pathakraul committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    84d58ce View commit details
    Browse the repository at this point in the history
  8. 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]>
    pathakraul committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    56b24cc View commit details
    Browse the repository at this point in the history
  9. 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]>
    pathakraul committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    f457f3b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    03550f5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1b1cb68 View commit details
    Browse the repository at this point in the history