On Fri, 22 Apr 2022 at 18:53, Richard Henderson <[email protected]> wrote: > > Add runtime supporting the nios2-semi.c interface. > Execute the hello and memory multiarch tests. > > Cc: Alex Bennée <[email protected]> > Signed-off-by: Richard Henderson <[email protected]> > Message-Id: <[email protected]> > --- > tests/tcg/nios2/semicall.h | 28 +++ > tests/tcg/nios2/10m50-ghrd.ld | 66 +++++++ > tests/tcg/nios2/Makefile.softmmu-target | 32 ++++ > tests/tcg/nios2/boot.S | 218 ++++++++++++++++++++++++ > tests/tcg/nios2/intr.S | 31 ++++ > 5 files changed, 375 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
Reviewed-by: Peter Maydell <[email protected]> (I didn't check the details, but it's the right shape, and it's only test code, so if it can execute the tests it's probably right.) thanks -- PMM
