commit | c77ea2c42e82f9d42fd0203403a9057ca75b57d0 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome.forissier@linaro.org> | Wed Aug 02 11:57:17 2023 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Thu Aug 03 11:12:47 2023 +0200 |
tree | d15c3961f88f8530e25af2fb7ab515bf809cdce0 | |
parent | 344f7711e13528af57f892a253a45c28d685a877 [diff] |
qemu_v8: use "-machine acpi=off" instead of "-no-acpi" Address the following warning: $ make run [...] qemu-system-aarch64: -no-acpi: warning: -no-acpi is deprecated, use '-machine acpi=off' instead 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