commit | 3a735b93b56b9d219407644efd79a3fde9b6e6c9 | [log] [tgz] |
---|---|---|
author | Imre Kis <imre.kis@arm.com> | Tue Oct 25 15:44:23 2022 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Thu Feb 02 19:54:17 2023 +0100 |
tree | 7c40aefefee2584cba52cb9a6e80211e0eee1957 | |
parent | 09b678f1df021f9312a7b926c692c87cfdfc50ce [diff] |
core: spmc: Add support for raw binary format SPs The current SP loading mechanism is using a similar ELF format as GP TAs. The new SP format is a flat binary which doesn't require the presence of an ELF loader and it doesn't have any SPMC specific ties. These properties make the format the one that can be used across different SPMC implementations. Combined with the load address relative memory regions the sections of the binary can be mapped in a similar way as with ELF files. The elf-format field of the SP manifest selects the ELF based or the binary format loading mechanism. Signed-off-by: Imre Kis <imre.kis@arm.com> Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
This git contains source code for the secure side implementation of OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io.
// OP-TEE core maintainers