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

This commit is contained in:
Dr-Noob
2023-04-07 10:37:02 +02:00
parent 30a2493ad9
commit 0ef08ef53e
4 changed files with 18 additions and 2 deletions

View File

@@ -9,7 +9,8 @@ typedef int32_t SOC;
enum {
SOC_VENDOR_UNKNOWN,
SOC_VENDOR_SIFIVE,
SOC_VENDOR_STARFIVE
SOC_VENDOR_STARFIVE,
SOC_VENDOR_ALLWINNER
};
struct system_on_chip {