firmware: arm_scmi: Update protocol commands and notification list
Add commands' enumerations and messages definitions for all existing notify-enable commands across all protocols. Link: https://lore.kernel.org/r/20200327143438.5382-3-cristian.marussi@arm.com Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
This commit is contained in:
@@ -14,6 +14,13 @@ enum scmi_base_protocol_cmd {
|
||||
BASE_DISCOVER_LIST_PROTOCOLS = 0x6,
|
||||
BASE_DISCOVER_AGENT = 0x7,
|
||||
BASE_NOTIFY_ERRORS = 0x8,
|
||||
BASE_SET_DEVICE_PERMISSIONS = 0x9,
|
||||
BASE_SET_PROTOCOL_PERMISSIONS = 0xa,
|
||||
BASE_RESET_AGENT_CONFIGURATION = 0xb,
|
||||
};
|
||||
|
||||
enum scmi_base_protocol_notify {
|
||||
BASE_ERROR_EVENT = 0x0,
|
||||
};
|
||||
|
||||
struct scmi_msg_resp_base_attributes {
|
||||
|
Reference in New Issue
Block a user