SPM: Get rid of uint32_t array representation of UUID
UUID's in the device tree files were stored in little endian. So
to keep all entries in these files RFC 4122 compliant, store them in
big endian then convert it to little endian when they are read so they
can be used in the UUID data structure.

Signed-off-by: Ruari Phipps <ruari.phipps@arm.com>
Change-Id: I5674159b82b245104381df10a4e3291160d9b3b5
1 parent 8d0a3bb commit 0d4120d87e9cb2f48374909068ad6b9325e25c9c
@Ruari Phipps Ruari Phipps authored on 10 Aug 2020
Showing 3 changed files
View
plat/arm/board/fvp/fdts/fvp_tb_fw_config.dts
View
plat/arm/common/fconf/arm_fconf_io.c
View
plat/arm/common/fconf/arm_fconf_sp.c