diff options
| author | Burt P <pburt0@gmail.com> | 2018-09-27 20:09:05 -0500 | 
|---|---|---|
| committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2018-10-02 07:12:10 -0700 | 
| commit | ef422cf3b48012731fe4b27e631bf381e272d189 (patch) | |
| tree | 32029a963955e51ba3339b40d025615c4989a78f /modules/devices | |
| parent | da50fabd1897462531153a5a27366eb0ad7d0413 (diff) | |
arm: soc vendors amlogic and allwinner
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'modules/devices')
| -rw-r--r-- | modules/devices/arm/processor.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| 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; | 
