commit | e16da89e5eee1af760e0f079b3c4c44025e4d464 | [log] [tgz] |
---|---|---|
author | Jens Wiklander <jens.wiklander@linaro.org> | Fri Sep 04 09:24:16 2020 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Fri Sep 04 17:29:52 2020 +0200 |
tree | b63e77a36a8cd926eb2ee28d07b3bc5cf7678b9a | |
parent | bc7d12cfc0f671769043147d07499fa0fbe0f114 [diff] |
regression: add 1032 Register read-only shared memory Adds a case 1032 for registering read-only shared memory. The Linux kernel normally refuses to register memory that is read-only so TEE Client API has to have a fallback option to handle this. This test case verifies that this fallback option is in place. Reviewed-by: Jerome Forissier <jerome@forissier.org> Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org> Signed-off-by: Jens Wiklander <jens.wiklander@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