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

Implemented riscv64 syscall support by modifying source code of opensbi and sbi-spec #69

Merged
merged 1 commit into from
May 9, 2024

Commits on May 7, 2024

  1. Implemented riscv64 syscall support

    Besides, this commit also contains the following changes:
    
    1. Added build suffix to musl to distinguish archs and modes.
    
    2. Implemented prebuild hook so that opensbi would be cloned
        while building under riscv64.
    
    3. Fixed boot page table in riscv64 so that dtb won't cause
        a page fault.
    
    4. Updated github CI under riscv64.
    Sssssaltyfish committed May 7, 2024
    Configuration menu
    Copy the full SHA
    92b6335 View commit details
    Browse the repository at this point in the history