On Thu, 21 Apr 2022 at 17:16, 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]>
> ---
>  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

Reply via email to