summaryrefslogtreecommitdiff
path: root/modules/devices/arm
diff options
context:
space:
mode:
authorBurt P <pburt0@gmail.com>2017-07-20 01:25:03 -0500
committerLeandro A. F. Pereira <leandro@hardinfo.org>2017-07-21 05:15:55 -0700
commita4de5f48ecf4f09ae5f2e25ed520cc457a211dae (patch)
tree5bcb22cc16dbdcc686887207dee4987f9b99fc46 /modules/devices/arm
parentabbaab974d3f70280e213548841ee2f9c21f7af3 (diff)
arm: add cortex-a55, cortex-a75
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'modules/devices/arm')
-rw-r--r--modules/devices/arm/arm_data.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/devices/arm/arm_data.c b/modules/devices/arm/arm_data.c
index b9ecb72d..60e8ea34 100644
--- a/modules/devices/arm/arm_data.c
+++ b/modules/devices/arm/arm_data.c
@@ -114,9 +114,11 @@ static struct {
/*d */ { 0xd01, "Cortex-A32" },
/*dt*/ { 0xd03, "Cortex-A53" },
/*d */ { 0xd04, "Cortex-A35" },
+ /*d */ { 0xd05, "Cortex-A55" },
/*d */ { 0xd07, "Cortex-A57 MPCore" },
/*d */ { 0xd08, "Cortex-A72" },
/*d */ { 0xd09, "Cortex-A73" },
+ /*d */ { 0xd0a, "Cortex-A75" },
{ 0, NULL},
};