arm-trusted-firmware/tools/fiptool
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
..
Makefile fiptool: remove unneeded -I. include path 2017-07-26 22:35:05 +09:00
fip_create.sh Support Trusted OS firmware extra images in TF tools 2017-08-09 18:06:05 +08:00
fiptool.c Make TF UUID RFC 4122 compliant 2018-06-14 14:41:00 +01:00
fiptool.h fiptool: Precursor changes for Visual Studio 2017-10-11 21:26:36 +01:00
fiptool_platform.h fiptool: Enable Visual Studio build 2017-10-17 12:14:20 +01:00
tbbr_config.c Make TF UUID RFC 4122 compliant 2018-06-14 14:41:00 +01:00
tbbr_config.h fip: move headers shared between TF and fiptool to include/tools_share 2017-05-23 23:58:47 +09:00
win_posix.c fiptool: Enable Visual Studio build 2017-10-17 12:14:20 +01:00
win_posix.h fiptool: Enable Visual Studio build 2017-10-17 12:14:20 +01:00