arm-trusted-firmware/drivers
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
..
arm Fix MISRA Rule 5.3 Part 2 2018-06-12 13:21:36 +01:00
auth Dynamic cfg: Enable support on CoT for other configs 2018-05-18 12:26:38 +01:00
cadence/uart drivers: cadence: cdns: Update CDNS driver to support MULTI_CONSOLE_API 2018-01-19 15:21:12 -08:00
console Ensure read and write of flags are 32 bit 2018-05-17 16:42:41 +01:00
coreboot/cbmem_console/aarch64 coreboot: Add support for CBMEM console 2018-01-19 15:21:12 -08:00
delay_timer Fix MISRA rule 8.3 in common code 2018-02-28 17:18:21 +00:00
emmc emmc: add macros CMD21, BUS_WIDTH_DDR_4 and BUS_WIDTH_DDR_8 2018-01-17 14:14:29 +08:00
gpio Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
io Make TF UUID RFC 4122 compliant 2018-06-14 14:41:00 +01:00
partition Fix order of #includes 2017-07-12 14:45:31 +01:00
synopsys drivers: fix switch statements to comply with MISRA rules 2018-03-26 12:43:05 +01:00
ti/uart drivers: ti: 16550: Implement console flush 2018-03-22 20:13:44 +00:00
ufs drivers: fix switch statements to comply with MISRA rules 2018-03-26 12:43:05 +01:00