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

Add read-only CSR MCONFIGPTR test #381

Open
wants to merge 5 commits into
base: dev
Choose a base branch
from

Commits on Aug 30, 2023

  1. mconfigptr test

    mconfigptr is a read-only CSR defined in priv spec 1.12.  The test attempts a read/write (illegal instruction exception expected)/read.  The read data value is implementation dependent so the read data value is ignored.
    
    Signed-off-by: Dan Smathers <[email protected]>
    dansmathers authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    98eabfe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    002059f View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    add mconfigptr csr test
    
    Signed-off-by: Dan Smathers <[email protected]>
    dansmathers authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    13512e5 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Update mconfigptr.S add nop after read/write CSR

    Signed-off-by: James Shi <[email protected]>
    jamesbeyond authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    5fee8ac View commit details
    Browse the repository at this point in the history
  2. Delete CHANGELOG.md

    Signed-off-by: James Shi <[email protected]>
    jamesbeyond authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    2d32e9b View commit details
    Browse the repository at this point in the history