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

RFE: add RISC-V 32-bit arch support #327

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Commits on Dec 8, 2021

  1. arch: Add riscv32 architecture support

    Support for rv32 was upstreamed into 5.4+ kernel
    
    Signed-off-by: Khem Raj <[email protected]>
    kraj committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    e3baf2f View commit details
    Browse the repository at this point in the history
  2. man: Add RISCV64 to arch list

    Signed-off-by: Khem Raj <[email protected]>
    kraj committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    67c330f View commit details
    Browse the repository at this point in the history
  3. syscalls: update the syscall defs for riscv32

    Include RISCV32 arch as well
    
    Signed-off-by: Khem Raj <[email protected]>
    kraj committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    0637247 View commit details
    Browse the repository at this point in the history