| 1190255b | 28-Jan-2025 |
Jens Wiklander <jens.wiklander@linaro.org> |
core: pta: add more self tests for virt_to_phys()
Add positive and negative virt_to_phys() and phys_to_virt() tests in the self test PTA.
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org> R
core: pta: add more self tests for virt_to_phys()
Add positive and negative virt_to_phys() and phys_to_virt() tests in the self test PTA.
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Etienne Carriere <etienne.carriere@foss.st.com>
show more ...
|
| 195b88be | 16-Nov-2021 |
Elvira Khabirova <e.khabirova@omp.ru> |
pta: tests: fs_htree: make sure all local variables are initialized
Update the whole source file to initialize all local variables.
Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-
pta: tests: fs_htree: make sure all local variables are initialized
Update the whole source file to initialize all local variables.
Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org> Signed-off-by: Elvira Khabirova <e.khabirova@omp.ru>
show more ...
|
| efc49495 | 07-Sep-2021 |
Jerome Forissier <jerome@forissier.org> |
core: remove interrupt test PTA
The interrupt test PTA does not support CFG_TEE_CORE_NB_CORE > 7 and there is a compilation warning when it is > 31:
$ make -s CFG_TEE_CORE_NB_CORE=32 CFG_TEE_CORE_
core: remove interrupt test PTA
The interrupt test PTA does not support CFG_TEE_CORE_NB_CORE > 7 and there is a compilation warning when it is > 31:
$ make -s CFG_TEE_CORE_NB_CORE=32 CFG_TEE_CORE_EMBED_INTERNAL_TESTS=y \ CFG_WERROR=y In file included from core/include/kernel/interrupt.h:10, from core/pta/tests/interrupt.c:7: core/pta/tests/interrupt.c: In function ‘test_sgi’: lib/libutils/ext/include/util.h:117:44: error: left shift count >= width of type [-Werror=shift-count-overflow] 117 | #define SHIFT_U32(v, shift) ((uint32_t)(v) << (shift)) | ^~ core/pta/tests/interrupt.c:97:18: note: in expansion of macro ‘SHIFT_U32’ 97 | (uint8_t)(SHIFT_U32(1, CFG_TEE_CORE_NB_CORE) - 1)); | ^~~~~~~~~ cc1: all warnings being treated as errors
Since this PTA is unused, remove it.
Signed-off-by: Jerome Forissier <jerome@forissier.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org> Acked-by: Etienne Carriere <etienne.carriere@linaro.org>
show more ...
|