feat(optee): add loading OP-TEE image via an SMCThis adds the ability to load the OP-TEE image via an SMC called fromnon-secure userspace rather than loading it during boot. This shouldonly be ut
feat(optee): add loading OP-TEE image via an SMCThis adds the ability to load the OP-TEE image via an SMC called fromnon-secure userspace rather than loading it during boot. This shouldonly be utilized on platforms that can ensure security is maintained upuntil the point the SMC is invoked as it breaks the normal barrierbetween the secure and non-secure world.Signed-off-by: Jeffrey Kardatzke <jkardatzke@google.com>Change-Id: I21cfa9699617c493fa4190f01d1cbb714e7449cc
show more ...
feat(services): add a SPD for ProvenCoreAdds a dispatcher for ProvenCore based on the test secure payloaddispatcher.Signed-off-by: Florian Lugou <florian.lugou@provenrun.com>Change-Id: I978afc3
feat(services): add a SPD for ProvenCoreAdds a dispatcher for ProvenCore based on the test secure payloaddispatcher.Signed-off-by: Florian Lugou <florian.lugou@provenrun.com>Change-Id: I978afc3af6a6f65791655685a7bc80070673c9f3
doc: Normalise section numbering and headingsRequired work to make all documents sit at the correct levels withinthe document tree and any derived content like the table of contentsand the catego
doc: Normalise section numbering and headingsRequired work to make all documents sit at the correct levels withinthe document tree and any derived content like the table of contentsand the categories in the sidebar.Change-Id: I4885fbe30864a87c8822ee67482b71fb46a8fbc6Signed-off-by: Paul Beesley <paul.beesley@arm.com>
doc: Move documents into subdirectoriesThis change creates the following directories under docs/in order to provide a grouping for the content:- components- design- getting_started- perf- pr
doc: Move documents into subdirectoriesThis change creates the following directories under docs/in order to provide a grouping for the content:- components- design- getting_started- perf- processIn each of these directories an index.rst file is createdand this serves as an index / landing page for each of thegroups when the pages are compiled. Proper layout of thetop-level table of contents relies on this directory/indexstructure.Without this patch it is possible to build the documentscorrectly with Sphinx but the output looks messy becausethere is no overall hierarchy.Change-Id: I3c9f4443ec98571a56a6edf775f2c8d74d7f429fSigned-off-by: Paul Beesley <paul.beesley@arm.com>