arm-trusted-firmware/plat/rockchip/common
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
..
aarch64 rockchip: Move to MULTI_CONSOLE_API 2018-01-19 15:21:12 -08:00
drivers Fix order of remaining platform #includes 2017-07-14 10:50:41 +01:00
include rockchip: Move to MULTI_CONSOLE_API 2018-01-19 15:21:12 -08:00
pmusram rockchip/rk3399: set ddr clock source back to dpll when ddr resume 2017-08-29 11:53:29 +08:00
bl31_plat_setup.c Clean usage of void pointers to access symbols 2018-03-27 13:20:27 +01:00
params_setup.c types: use int-ll64 for both aarch32 and aarch64 2018-04-27 18:35:02 +09:00
plat_pm.c rockchip: Disable rdist before pwr_dm_suspend is called 2018-01-25 22:09:23 -08:00
plat_topology.c Fix order of remaining platform #includes 2017-07-14 10:50:41 +01:00
rockchip_gicv2.c Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
rockchip_gicv3.c Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
rockchip_sip_svc.c Make TF UUID RFC 4122 compliant 2018-06-14 14:41:00 +01:00