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

Handle RISC-V CPU Manufacturer and Brand using uarch in /proc/cpuinfo #904

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 16, 2024

  1. Handle RISC-V CPU Manufacturer and Brand using uarch in /proc/cpuinfo

    In the RISC-V world, CPUs are often designed by companies like SiFive, T-Head and Andes.
    Use the /proc/cpuinfo 'uarch' values to get the CPU designer and CPU model.
    
    These designs are then licensed to SoC manufacturers who add I/O and GPU features.
    For example Allwinner (D1) and StarFive (JH7110), and Sophgo (SG2000)
    RogerHardiman committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    62e0705 View commit details
    Browse the repository at this point in the history