semihosting: move semihosting tests to multiarch
It may be arm-compat-semihosting but more than one architecture uses it so lets move the tests into the multiarch area. We gate it on the feature and split the semicall.h header between the arches. Also clean-up a bit of the Makefile messing about to one common set of runners. Signed-off-by:Alex Bennée <alex.bennee@linaro.org> Reviewed-by:
Richard Henderson <richard.henderson@linaro.org> Message-Id: <20210323165308.15244-6-alex.bennee@linaro.org>
Showing
- MAINTAINERS 1 addition, 0 deletionsMAINTAINERS
- tests/tcg/Makefile.target 3 additions, 0 deletionstests/tcg/Makefile.target
- tests/tcg/aarch64/Makefile.target 0 additions, 18 deletionstests/tcg/aarch64/Makefile.target
- tests/tcg/aarch64/semicall.h 18 additions, 0 deletionstests/tcg/aarch64/semicall.h
- tests/tcg/arm/Makefile.target 9 additions, 13 deletionstests/tcg/arm/Makefile.target
- tests/tcg/arm/semicall.h 1 addition, 14 deletionstests/tcg/arm/semicall.h
- tests/tcg/multiarch/Makefile.target 31 additions, 0 deletionstests/tcg/multiarch/Makefile.target
- tests/tcg/multiarch/arm-compat-semi/semiconsole.c 2 additions, 0 deletionstests/tcg/multiarch/arm-compat-semi/semiconsole.c
- tests/tcg/multiarch/arm-compat-semi/semihosting.c 4 additions, 1 deletiontests/tcg/multiarch/arm-compat-semi/semihosting.c
- tests/tcg/riscv64/semicall.h 22 additions, 0 deletionstests/tcg/riscv64/semicall.h
Loading
Please register or sign in to comment