[v1.01] Added Allwinner SoCs (thanks #130!). Changed the match_soc algorithm; it should be more general now

This commit is contained in:
Dr-Noob
2021-12-03 16:14:42 +01:00
parent 4a9bbef086
commit a53fc41041
5 changed files with 101 additions and 6 deletions

View File

@@ -13,7 +13,8 @@ enum {
SOC_VENDOR_EXYNOS,
SOC_VENDOR_KIRIN,
SOC_VENDOR_BROADCOM,
SOC_VENDOR_APPLE
SOC_VENDOR_APPLE,
SOC_VENDOR_ALLWINNER
};
struct system_on_chip {