commit | eace8f1f2b9e2ad3731dbf6643a1a9758df081c1 | [log] [tgz] |
---|---|---|
author | Roberto Vargas <roberto.vargas@arm.com> | Thu Apr 26 13:36:53 2018 +0100 |
committer | Roberto Vargas <roberto.vargas@arm.com> | Thu Jun 14 14:41:00 2018 +0100 |
tree | 44f1cf0dbdc9601e539393015091c59027de8be3 | |
parent | 3df71e2a65b8b06d4541d5927660bca5b024681f [diff] |
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>