mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 01:24:27 +00:00
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:
parent
697290a916
commit
6fb8d8cf84
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
description = "RDN2 StMM";
|
description = "RDN2 StMM";
|
||||||
ffa-version = <0x00010001>; /* 31:16 - Major, 15:0 - Minor */
|
ffa-version = <0x00010001>; /* 31:16 - Major, 15:0 - Minor */
|
||||||
uuid = <0x378daedc 0xf06b4446 0x831440ab 0x933c87a3>;
|
uuid = <0xdcae8d37 0x46446bf0 0xab401483 0xa3873c93>;
|
||||||
id = <0x8001>;
|
id = <0x8001>;
|
||||||
execution-ctx-count = <1>;
|
execution-ctx-count = <1>;
|
||||||
exception-level = <MODE_SEL0>; /* S-EL0 */
|
exception-level = <MODE_SEL0>; /* S-EL0 */
|
||||||
|
|
Loading…
Add table
Reference in a new issue