]> git.baikalelectronics.ru Git - arm-tf.git/commit
build(sptool): handle uuid field in SP layout file
authorImre Kis <imre.kis@arm.com>
Tue, 8 Feb 2022 17:06:18 +0000 (18:06 +0100)
committerImre Kis <imre.kis@arm.com>
Thu, 10 Feb 2022 10:37:50 +0000 (11:37 +0100)
commit5ac60ea15eaa006c861c2b5bafc1b2a557161348
tree08b01e4cf080a5efd9c86d7a8820468e8071dcbb
parente0a6a512b51558b64eb500e6b731e4c743050af2
build(sptool): handle uuid field in SP layout file

Extract the UUID from the SP layout JSON file if the optional 'uuid'
field exists otherwise fall back to the current method for extracting
the SP UUID from the partition manifest file.

This change gives a way to decouple TF-A's dependency on the SP
manifest file's format which is tied to the SPMC.

Signed-off-by: Imre Kis <imre.kis@arm.com>
Change-Id: I13af066c1de58bfb9c3fd470ee137ea0275cd98c
docs/components/secure-partition-manager.rst
tools/sptool/sp_mk_generator.py