| #
731185b1 |
| 30-May-2023 |
Jens Wiklander <jens.wiklander@linaro.org> |
scripts/ts_bin_to_c.py: look for ta_head symbol
Legacy TAs have their TA header in a .ta_head section of the TA binary. However, in commits to follow the TA header will instead be located in the sym
scripts/ts_bin_to_c.py: look for ta_head symbol
Legacy TAs have their TA header in a .ta_head section of the TA binary. However, in commits to follow the TA header will instead be located in the symbol ta_head located somewhere inside the ELF binary. So update the ts_bin_to_c.py script to support the updated format.
Acked-by: Jerome Forissier <jerome.forissier@linaro.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
show more ...
|
| #
d0747e2e |
| 26-Oct-2022 |
Imre Kis <imre.kis@arm.com> |
core: sp: Allow to embed binary SPs to OP-TEE binary
If the ELF header is not found in the file, then assume it's a binary format SP.
Signed-off-by: Imre Kis <imre.kis@arm.com> Acked-by: Jens Wikla
core: sp: Allow to embed binary SPs to OP-TEE binary
If the ELF header is not found in the file, then assume it's a binary format SP.
Signed-off-by: Imre Kis <imre.kis@arm.com> Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
show more ...
|
| #
e23cd783 |
| 31-Jan-2022 |
Jelle Sels <jelle.sels@arm.com> |
core: sp: Append fdt manifest to SP image
Sp use a manifest file that define information about the SP. A device tree (fdt) will be used as a manifest file. This is in line with the Hafnium SPMC mani
core: sp: Append fdt manifest to SP image
Sp use a manifest file that define information about the SP. A device tree (fdt) will be used as a manifest file. This is in line with the Hafnium SPMC manifest format.
The fdt will be appended to the SP image by adding a --manifest flag to the scripts/ts_bin_to_c.py script.
Link: https://trustedfirmware-a.readthedocs.io/en/latest/components/ffa-manifest-binding.html Signed-off-by: Jelle Sels <jelle.sels@arm.com> Acked-by: Jens Wiklander <jens.wiklander@linaro.org> Acked-by: Etienne Carriere <etienne.carriere@linaro.org>
show more ...
|
| #
dea46be3 |
| 06-Oct-2020 |
Jelle Sels <jelle.sels@arm.com> |
core: add secure partitions store
SPs need to be started as part of the initialisation process of the OP-TEE kernel. The secure partition store uses the embedded_ts store to load SPs
Signed-off-by:
core: add secure partitions store
SPs need to be started as part of the initialisation process of the OP-TEE kernel. The secure partition store uses the embedded_ts store to load SPs
Signed-off-by: Jelle Sels <jelle.sels@arm.com> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org> Acked-by: Jerome Forissier <jerome@forissier.org>
show more ...
|