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:
@@ -371,6 +371,8 @@ void choose_ascii_art(struct ascii* art, struct color** cs, struct terminal* ter
|
||||
#elif ARCH_RISCV
|
||||
if(art->vendor == SOC_VENDOR_SIFIVE)
|
||||
art->art = &logo_sifive;
|
||||
else if(art->vendor == SOC_VENDOR_STARFIVE)
|
||||
art->art = &logo_starfive;
|
||||
else
|
||||
art->art = &logo_riscv;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user