[v1.06][ARM] Add support for Marvell SoC (#279)

This commit is contained in:
Dr-Noob
2024-09-09 19:17:27 +01:00
parent 343150e516
commit 177a92ba86
6 changed files with 22 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ static char* soc_trademark_string[] = {
[SOC_VENDOR_AMPERE] = "Ampere ",
[SOC_VENDOR_NXP] = "NXP ",
[SOC_VENDOR_AMLOGIC] = "Amlogic ",
[SOC_VENDOR_MARVELL] = "Marvell",
// RISC-V
[SOC_VENDOR_SIFIVE] = "SiFive ",
[SOC_VENDOR_STARFIVE] = "StarFive ",