commit | ed30b6c7493cff4c2d29064f75b037f5677ddb67 | [log] [tgz] |
---|---|---|
author | Jens Wiklander <jens.wiklander@linaro.org> | Thu Oct 15 13:02:18 2020 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Fri Oct 16 17:03:14 2020 +0200 |
tree | afa8f074712eb3285424be1e9b4e36b7a1453874 | |
parent | c4def2a8262a03244d9a88461699b9b8e43c6b55 [diff] |
early_ta: use scattered array helpers Simplifies the core linker script by replacing the hard coded .rodata.early_ta section with use of SCATTERED_ARRAY_DEFINE_PG_ITEM() instead. Reviewed-by: Jerome Forissier <jerome@forissier.org> Signed-off-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