arm-trusted-firmware/tools/sptool
Olivier Deprez dcdbcddebd fix: SP UUID little to big endian in TF-A build
The UUID field in SP manifest DTS is represented as an array of four
integers that the SPMC consumes using the little endian representation.
The reason is that those values are directly mapped to the SMCCC section
5.3 recommendation and the way they are exposed to the
FFA_PARTITION_INFO_GET interface.

Per [1] TF-A build flow expects a big endian representation of the UUID
so the sp_mk_generator script is updated to accommodate this conversion.

[1] https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/9563

Signed-off-by: Olivier Deprez <olivier.deprez@arm.com>
Change-Id: I7c7b295225e23ea64f49170e27d97442b289703b
2021-09-28 12:04:33 +02:00
..
Makefile tools: Set the tool's default binary name 2020-09-07 12:58:24 +01:00
sp_mk_generator.py fix: SP UUID little to big endian in TF-A build 2021-09-28 12:04:33 +02:00
sptool.c SPM: modify sptool to generate individual SP blobs 2020-02-10 11:51:19 +00:00