From ef422cf3b48012731fe4b27e631bf381e272d189 Mon Sep 17 00:00:00 2001 From: Burt P Date: Thu, 27 Sep 2018 20:09:05 -0500 Subject: arm: soc vendors amlogic and allwinner Signed-off-by: Burt P --- modules/devices/arm/processor.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules') diff --git a/modules/devices/arm/processor.c b/modules/devices/arm/processor.c index 9ee1cde1..f4b58533 100644 --- a/modules/devices/arm/processor.c +++ b/modules/devices/arm/processor.c @@ -407,6 +407,8 @@ gchar *processor_name(GSList *processors) { { "ti,", "Texas Instruments", UNKSOC }, { "qcom,", "Qualcom", UNKSOC }, { "mediatek,", "MediaTek", UNKSOC }, + { "amlogic,", "Amlogic", UNKSOC }, + { "allwinner,", "Allwinner", UNKSOC }, { NULL, NULL } }; gchar *ret = NULL; -- cgit v1.2.3