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>
1 parent 74a44dc commit 033648652f2d66abe2454a75ded891a47cb13446
@Roberto Vargas Roberto Vargas authored on 26 Apr 2018
Showing 16 changed files
View
bl1/bl1_main.c
View
drivers/io/io_fip.c
View
include/lib/smccc.h
View
include/tools_share/firmware_image_package.h
View
include/tools_share/uuid.h
View
plat/arm/common/arm_sip_svc.c
View
plat/hisilicon/hikey/hisi_sip_svc.c
View
plat/mediatek/common/custom/oem_svc.c
View
plat/mediatek/common/mtk_sip_svc.c
View
plat/rockchip/common/rockchip_sip_svc.c
View
plat/xilinx/zynqmp/sip_svc_setup.c
View
services/spd/tlkd/tlkd_main.c
View
services/spd/tspd/tspd_main.c
View
services/std_svc/std_svc_setup.c
View
tools/fiptool/fiptool.c
View
tools/fiptool/tbbr_config.c