On Thu, 21 Apr 2022 at 17:16, Richard Henderson <richard.hender...@linaro.org> wrote: > > Add runtime supporting the nios2-semi.c interface. > Execute the hello and memory multiarch tests. > > Cc: Alex Bennée <alex.ben...@linaro.org> > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > tests/tcg/nios2/semicall.h | 25 +++ > tests/tcg/nios2/10m50-ghrd.ld | 59 +++++++ > tests/tcg/nios2/Makefile.softmmu-target | 29 ++++ > tests/tcg/nios2/boot.S | 218 ++++++++++++++++++++++++ > tests/tcg/nios2/intr.S | 31 ++++ > 5 files changed, 362 insertions(+) > create mode 100644 tests/tcg/nios2/semicall.h > create mode 100644 tests/tcg/nios2/10m50-ghrd.ld > create mode 100644 tests/tcg/nios2/Makefile.softmmu-target > create mode 100644 tests/tcg/nios2/boot.S > create mode 100644 tests/tcg/nios2/intr.S
Most of these new files are missing the copyright/license comment header. thanks -- PMM