summaryrefslogtreecommitdiff
path: root/plat/rockchip
diff options
context:
space:
mode:
authorDimitris Papastamos <dimitris.papastamos@arm.com>2018-06-22 15:56:42 +0100
committerGitHub <noreply@github.com>2018-06-22 15:56:42 +0100
commitebce735dac2f28e8034c6fd1ba7a7537fd63fbfa (patch)
tree3e9ef7a900be6fce016a72b7b6cd7de614ada47b /plat/rockchip
parentb70dcbc17222687859ac1cf58d4d7c5cb5c379fe (diff)
parent033648652f2d66abe2454a75ded891a47cb13446 (diff)
Merge pull request #1406 from robertovargas-arm/uuid
Make TF UUID RFC 4122 compliant
Diffstat (limited to 'plat/rockchip')
-rw-r--r--plat/rockchip/common/rockchip_sip_svc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/plat/rockchip/common/rockchip_sip_svc.c b/plat/rockchip/common/rockchip_sip_svc.c
index 24805994..d690e92f 100644
--- a/plat/rockchip/common/rockchip_sip_svc.c
+++ b/plat/rockchip/common/rockchip_sip_svc.c
@@ -13,9 +13,9 @@
#include <uuid.h>
/* Rockchip SiP Service UUID */
-DEFINE_SVC_UUID(rk_sip_svc_uid,
- 0xe86fc7e2, 0x313e, 0x11e6, 0xb7, 0x0d,
- 0x8f, 0x88, 0xee, 0x74, 0x7b, 0x72);
+DEFINE_SVC_UUID2(rk_sip_svc_uid,
+ 0xe2c76fe8, 0x3e31, 0xe611, 0xb7, 0x0d,
+ 0x8f, 0x88, 0xee, 0x74, 0x7b, 0x72);
#pragma weak rockchip_plat_sip_handler
uintptr_t rockchip_plat_sip_handler(uint32_t smc_fid,