commit | d979f1e76aaf35c93c9e9ab683b0eaea1e7cabf9 | [log] [tgz] |
---|---|---|
author | Gyorgy Szing <Gyorgy.Szing@arm.com> | Wed Jun 30 00:37:58 2021 +0200 |
committer | Gyorgy Szing <Gyorgy.Szing@arm.com> | Thu Jul 01 17:34:38 2021 +0200 |
tree | 8e27f2939d99fcecfb5969bd44f659dd2d90ac90 | |
parent | 1cd203b79af17f94aafb7588529b98aa7dbb8785 [diff] |
Fix FF-A SP initialization order When using the "embedded" booth method initialization order is specified by the order SPs are placed on the linker command line. The original implementation used parallel dependency between targets including the makefiles exported from Trusted Services. As a result the initialization order was decided by make, and was not possible to be changed. This patch uses gnumake's "makefile remake" feature. The solution sets the link order (and thus the initialization order) to match the order SPs are mentioned in the makefile. Note: this is a workaround for the limitation of the SPMC no being able to handle the "Boot order" filed in the FF-A manifest. Change-Id: I18158b7cab17302bbfd1764e0140fdd609f93f60 Signed-off-by: Gyorgy Szing Gyorgy.Szing@arm.com
This git contains makefiles etc to be able to build a full OP-TEE developer setup for the OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The pages that used to be here in this git can be found under build and Device specific information at he new location for the OP-TEE documentation.
// OP-TEE core maintainers