commit | 71977485810cd165dabbf65739ea0116f5b6818c | [log] [tgz] |
---|---|---|
author | Vincent Guittot <vincent.guittot@linaro.org> | Thu Mar 14 11:43:27 2024 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Mon Mar 18 11:02:44 2024 +0100 |
tree | ca4bcdcf3208f937d383cda33024222f0be80f7e | |
parent | 8714a9f8ee79cd698bb35d6f166b8d4eb98d49c5 [diff] |
qemu_v8: Rework the QEMU arguments for run and check The QEMU arguments for run and check are quite similar. Rework the way we pass arguments to use a common base. This will help keeping both synced and this common base can be reused by a new feature like the support of SCMI. Signed-off-by: Vincent Guittot <vincent.guittot@linaro.org> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Tested-by: Jerome Forissier <jerome.forissier@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