forked from Mirrors/opensbi
lib: utils: Add Implementation ID and Version as RPMI MPXY attributes
The latest frozen RPMI spec has added Implementation ID and Implementation Version as message protocol specific mpxy attributes. Add support for these. Signed-off-by: Rahul Pathak <rpathak@ventanamicro.com> Reviewed-by: Anup Patel <anup@brainfault.org> Link: https://lore.kernel.org/r/20250618053854.2577299-1-rpathak@ventanamicro.com Signed-off-by: Anup Patel <anup@brainfault.org>
This commit is contained in:
@@ -198,6 +198,8 @@ enum rpmi_channel_attribute_id {
|
||||
RPMI_CHANNEL_ATTR_RX_TIMEOUT,
|
||||
RPMI_CHANNEL_ATTR_SERVICEGROUP_ID,
|
||||
RPMI_CHANNEL_ATTR_SERVICEGROUP_VERSION,
|
||||
RPMI_CHANNEL_ATTR_IMPL_ID,
|
||||
RPMI_CHANNEL_ATTR_IMPL_VERSION,
|
||||
RPMI_CHANNEL_ATTR_MAX,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user