[v0.93][ARM] Add Kirin and Broadcom SoC detection. Add function for special SoC strings detection

This commit is contained in:
Dr-Noob
2020-11-28 10:02:03 +01:00
parent ccfcab88d3
commit 84fb38a507
3 changed files with 106 additions and 12 deletions

View File

@@ -9,6 +9,8 @@ enum {
SOC_SNAPDRAGON,
SOC_MEDIATEK,
SOC_EXYNOS,
SOC_KIRIN,
SOC_BROADCOM
};
struct system_on_chip {