From a3516fa9f47d0934dc724af9171a6ee9e00ea9f2 Mon Sep 17 00:00:00 2001 From: Chris Kay Date: Thu, 29 Aug 2019 12:08:50 +0100 Subject: scmi: Add extended logs This commit expands the detail of the log output of the SCMI module in order to aid in debugging. Details that were previously missing, including the message token and the service name, are now included. Change-Id: I00075b3e4474328f27dc7f6be5b0df21c18c0cfb Signed-off-by: Chris Kay --- product/rdn1e1/scp_ramfw/config_scmi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'product/rdn1e1') diff --git a/product/rdn1e1/scp_ramfw/config_scmi.c b/product/rdn1e1/scp_ramfw/config_scmi.c index 07f0b506..45347025 100644 --- a/product/rdn1e1/scp_ramfw/config_scmi.c +++ b/product/rdn1e1/scp_ramfw/config_scmi.c @@ -17,7 +17,7 @@ static const struct fwk_element service_table[] = { [SCP_RDN1E1_SCMI_SERVICE_IDX_PSCI] = { - .name = "SERVICE0", + .name = "PSCI", .data = &((struct mod_scmi_service_config) { .transport_id = FWK_ID_ELEMENT_INIT( FWK_MODULE_IDX_SMT, @@ -32,7 +32,7 @@ static const struct fwk_element service_table[] = { }), }, [SCP_RDN1E1_SCMI_SERVICE_IDX_OSPM] = { - .name = "SERVICE1", + .name = "OSPM", .data = &((struct mod_scmi_service_config) { .transport_id = FWK_ID_ELEMENT_INIT( FWK_MODULE_IDX_SMT, -- cgit v1.2.3