fix(rdn2): correct RD-N2 StMM uuid format

Edk2 converts StMM GUID to UUID format, which is used in FF-A and linux
kernel. StMM manifest currently provides GUID format. Correcting this to
UUID format.

Change-Id: Ie94728e5ea74d3d9935e0af9a2a601cbafe5ad3d
Signed-off-by: Jerry Wang <Jerry.Wang4@arm.com>
This commit is contained in:
Jerry Wang 2024-12-06 14:55:38 +00:00 committed by Jerry.Wang4
parent 697290a916
commit 6fb8d8cf84

View file

@ -28,7 +28,7 @@
description = "RDN2 StMM";
ffa-version = <0x00010001>; /* 31:16 - Major, 15:0 - Minor */
uuid = <0x378daedc 0xf06b4446 0x831440ab 0x933c87a3>;
uuid = <0xdcae8d37 0x46446bf0 0xab401483 0xa3873c93>;
id = <0x8001>;
execution-ctx-count = <1>;
exception-level = <MODE_SEL0>; /* S-EL0 */