commit | dd5692a647aad974ee7b9f89f65e1e5a6f2238ce | [log] [tgz] |
---|---|---|
author | Jens Wiklander <jens.wiklander@linaro.org> | Mon Aug 26 14:54:54 2024 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Mon Sep 02 09:38:34 2024 +0200 |
tree | 93a47cc656d38f7b491d312f040d39734064ef27 | |
parent | eaec91615c158896c1cfd1b498fb82c3a68f0a1b [diff] |
xtest: copy dma-heap.h from Linux kernel v6.9 Copy the needed dma-heap.h from Linux kernel v6.9. This is a stable ABI so it doesn't have to be synced with each new kernel. dma-heap.h can be removed when the cross toolchains provide the file. Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Joakim Bech <joakim.bech@linaro.org> Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
This git contains source code for the test suite (xtest) used to test the OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The information that used to be here in this git can be found under optee_test.
// OP-TEE core maintainers