[v1.03][ARM] Implement new Rockchip detection based on efuse0

This commit is contained in:
Dr-Noob
2023-03-25 12:02:31 +01:00
parent ec9b88cc7c
commit 994dc0334d
4 changed files with 60 additions and 2 deletions

View File

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