mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 07:50:40 +01:00
[v1.03][RISCV] Add basic StarFive support
This commit is contained in:
@@ -8,7 +8,8 @@ typedef int32_t SOC;
|
||||
|
||||
enum {
|
||||
SOC_VENDOR_UNKNOWN,
|
||||
SOC_VENDOR_SIFIVE
|
||||
SOC_VENDOR_SIFIVE,
|
||||
SOC_VENDOR_STARFIVE
|
||||
};
|
||||
|
||||
struct system_on_chip {
|
||||
|
||||
Reference in New Issue
Block a user