arm-trusted-firmware/drivers/io
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
..
io_block.c io: block: fix block_read/write may read/write overlap buffer 2017-12-13 09:13:37 +00:00
io_dummy.c io_dummy: correct sparse warnings 2017-06-23 09:38:15 +02:00
io_fip.c Make TF UUID RFC 4122 compliant 2018-06-14 14:41:00 +01:00
io_memmap.c Fix MISRA rule 8.4 in common code 2018-02-28 17:18:46 +00:00
io_semihosting.c Fix MISRA rule 8.4 in common code 2018-02-28 17:18:46 +00:00
io_storage.c io_storage: use unsigned int for index 2017-06-23 09:38:13 +02:00