[v1.03][RISCV] Add basic StarFive support

This commit is contained in:
Dr-Noob
2023-04-03 14:08:58 +02:00
parent a496f694a6
commit 30a2493ad9
5 changed files with 47 additions and 3 deletions

View File

@@ -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 {