commit | 9f6dbc8e9ebb9fa110481b28e806b653adf8fadd | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome.forissier@linaro.org> | Mon May 09 13:19:14 2022 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Thu May 12 09:36:28 2022 +0200 |
tree | dafe502d1e8e210b187309070393473175841177 | |
parent | c610337f66d2f53d3e995384d76186125d5b6f6c [diff] |
xen: add patch to fix a regression with OP-TEE Adds a patch to revert a Xen commit [1] which causes a regression with OP-TEE. There is no more logs to the secure console after these lines: I/TC: Added guest 1 D/TC:2 tee_entry_exchange_capabilities:100 Asynchronous notifications are disabled D/TC:2 tee_entry_exchange_capabilities:109 Dynamic shared memory is enabled ...and TAs fail to open sessions with TEEC_ERROR_COMMUNICATION. This is to prepare building Xen with Buildroot. The version of Xen pulled by $(ROOT)/buildroot/package/xen is 4.14.3 and is affected by this issue while the one we are currently using in $(ROOT)/xen is 4.14.1 and doesn't have the regression. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
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