arm-trusted-firmware/services/spd/tlkd
Roberto Vargas 033648652f Make TF UUID RFC 4122 compliant
RFC4122 defines that fields are stored in network order (big endian),
but TF-A stores them in machine order (little endian by default in TF-A).
We cannot change the future UUIDs that are already generated, but we can store
all the bytes using arrays and modify fiptool to generate the UUIDs with
the correct byte order.

Change-Id: I97be2d3168d91f4dee7ccfafc533ea55ff33e46f
Signed-off-by: Roberto Vargas <roberto.vargas@arm.com>
2018-06-14 14:41:00 +01:00
..
tlkd.mk Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
tlkd_common.c services: fix switch statements to comply with MISRA rules 2018-03-26 12:43:05 +01:00
tlkd_helpers.S Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
tlkd_main.c Make TF UUID RFC 4122 compliant 2018-06-14 14:41:00 +01:00
tlkd_pm.c Fix pointer type mismatch of handlers 2018-04-27 18:35:02 +09:00
tlkd_private.h Migrate secure payload dispatchers to new SMC terminology 2017-05-04 21:23:06 +01:00