aboutsummaryrefslogtreecommitdiff
path: root/product/rdn1e1
diff options
context:
space:
mode:
authorChris Kay <chris.kay@arm.com>2019-08-29 12:08:50 +0100
committerjimqui01 <54316584+jimqui01@users.noreply.github.com>2020-03-24 17:42:51 +0000
commita3516fa9f47d0934dc724af9171a6ee9e00ea9f2 (patch)
tree06acb713b47b11f4141e4dac9b221aca6b65440e /product/rdn1e1
parentf15afcef27dc63433985a2c10e5ec5981ffe55ca (diff)
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 <chris.kay@arm.com>
Diffstat (limited to 'product/rdn1e1')
-rw-r--r--product/rdn1e1/scp_ramfw/config_scmi.c4
1 files changed, 2 insertions, 2 deletions
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,