tests: add OP-TEE test suite
OP-TEE can get supplied with a devicetree and will then insert its firmware node and reserved-memory sections into it. As this devicetree often is not the one supplied to a later loaded kernel, a previous commit added functionality to transfer these nodes onto that new devicetree. To make sure this functionality stays intact, also add a test for the transfer functionality. Signed-off-by:Heiko Stuebner <heiko.stuebner@theobroma-systems.com> Reviewed-by:
Simon Glass <sjg@chromium.org>
Showing
- Makefile 1 addition, 0 deletionsMakefile
- include/test/optee.h 14 additions, 0 deletionsinclude/test/optee.h
- include/test/suites.h 1 addition, 0 deletionsinclude/test/suites.h
- test/Kconfig 1 addition, 0 deletionstest/Kconfig
- test/cmd_ut.c 6 additions, 0 deletionstest/cmd_ut.c
- test/optee/Kconfig 7 additions, 0 deletionstest/optee/Kconfig
- test/optee/Makefile 13 additions, 0 deletionstest/optee/Makefile
- test/optee/cmd_ut_optee.c 149 additions, 0 deletionstest/optee/cmd_ut_optee.c
- test/optee/test-optee-base.dts 13 additions, 0 deletionstest/optee/test-optee-base.dts
- test/optee/test-optee-no-optee.dts 13 additions, 0 deletionstest/optee/test-optee-no-optee.dts
- test/optee/test-optee-optee.dts 32 additions, 0 deletionstest/optee/test-optee-optee.dts
Loading
Please register or sign in to comment