[v1.04] Added Google Tensor SoCs

This commit is contained in:
Dr-Noob
2023-10-17 08:55:38 +02:00
parent 4b7600d49e
commit f64ff0d4cf
4 changed files with 41 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ static char* soc_trademark_string[] = {
[SOC_VENDOR_BROADCOM] = "Broadcom BCM",
[SOC_VENDOR_APPLE] = "Apple ",
[SOC_VENDOR_ROCKCHIP] = "Rockchip ",
[SOC_VENDOR_GOOGLE] = "Google ",
// RISC-V
[SOC_VENDOR_SIFIVE] = "SiFive ",
[SOC_VENDOR_STARFIVE] = "StarFive ",