commit | 2f126af606294a97569a94542742e508c6fd712a | [log] [tgz] |
---|---|---|
author | Gyorgy Szing <Gyorgy.Szing@arm.com> | Wed Nov 24 12:05:44 2021 +0100 |
committer | Gyorgy Szing <Gyorgy.Szing@arm.com> | Wed Nov 24 15:03:32 2021 +0100 |
tree | 28d239c4b09e0611d2a29173f6cc56b68ad05bfa | |
parent | d58d0271bcca09d203bb6717f0ee6c83acc7687b [diff] |
Fix: wrong initialization order New version IAT depends on crypto but crypto is started after IAT. This results in IAT test failures. This patch moves crypto initialization to before IAT and makes IAT service tests pass again. Change-Id: I3c861e3a96cafdc40e2bf2f4350d78af79d2a5bc 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