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

Fix uncached/cached access priority #915

Merged
merged 10 commits into from
May 31, 2024
Merged

Fix uncached/cached access priority #915

merged 10 commits into from
May 31, 2024

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    49fc288 View commit details
    Browse the repository at this point in the history
  2. [changelog] add v1.9.9.5

    stnolting committed May 30, 2024
    Configuration menu
    Copy the full SHA
    8217a6f View commit details
    Browse the repository at this point in the history
  3. [rtl] add lock feature to bus switch

    give port A exclusive access
    stnolting committed May 30, 2024
    Configuration menu
    Copy the full SHA
    1d4e875 View commit details
    Browse the repository at this point in the history
  4. [rtl] top: minor edits

    do not use lock feature for bus muxes
    stnolting committed May 30, 2024
    Configuration menu
    Copy the full SHA
    c12e265 View commit details
    Browse the repository at this point in the history
  5. [cache] do not interrupt cache block transfers

    direct/uncached accesses cannot interrupt cache block operations
    stnolting committed May 30, 2024
    Configuration menu
    Copy the full SHA
    7581719 View commit details
    Browse the repository at this point in the history
  6. [rtl] update version ID

    stnolting committed May 30, 2024
    Configuration menu
    Copy the full SHA
    3241cb6 View commit details
    Browse the repository at this point in the history
  7. [rtl] comment fix

    stnolting committed May 30, 2024
    Configuration menu
    Copy the full SHA
    7c7870b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8f47c82 View commit details
    Browse the repository at this point in the history
  9. [sw] remove neorv32_cpu_invalidate_reservations

    Accessing zero (= null pointer) is no good thing. Besides that, there is no need for a function to explicitly clear all active reservation sets
    stnolting committed May 30, 2024
    Configuration menu
    Copy the full SHA
    42932fd View commit details
    Browse the repository at this point in the history
  10. [rtl] remove spaces

    stnolting committed May 30, 2024
    Configuration menu
    Copy the full SHA
    980207f View commit details
    Browse the repository at this point in the history