Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mtetest: Add a series of tests for the mte instruction set #2875

Merged
merged 1 commit into from
Dec 6, 2024

Commits on Dec 3, 2024

  1. mtetest: Add a series of tests for the mte instruction set

    Added basic mte instructions, ldg, stg, irg, gmi instruction tests
    
    ➜  NX git:(master) ✗ qemu-system-aarch64 -cpu max -nographic \
            -machine virt,virtualization=on,gic-version=3,mte=on \
            -chardev stdio,id=con,mux=on, -serial chardev:con \
            -mon chardev=con,mode=readline  -kernel ./nuttx/nuttx
    - Ready to Boot Primary CPU
    - Boot from EL2
    - Boot from EL1
    - Boot to C runtime for OS Initialize
    
    NuttShell (NSH)
    nsh>
    nsh>
    nsh> mtetest
    Spawning process for test: mtetest1
    Running test: mtetest1
    Test 'mtetest1' completed
    Spawning process for test: mtetest2
    Running test: mtetest2
    Test 'mtetest2' completed
    Spawning process for test: mtetest3
    Running test: mtetest3
    Test 'mtetest3' completed
    Spawning process for test: mtetest4
    Running test: mtetest4
    Test 'mtetest4' completed
    Spawning process for test: mtetest5
    Running test: mtetest5
    Test 'mtetest5' completed
    All tests completed.
    nsh>
    
    Signed-off-by: wangmingrong1 <[email protected]>
    W-M-R committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    85ff438 View commit details
    Browse the repository at this point in the history