summaryrefslogtreecommitdiff
path: root/crypto/arm_arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/arm_arch.h')
-rw-r--r--crypto/arm_arch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/arm_arch.h b/crypto/arm_arch.h
index da8fb5eeb3..a77a7bacb5 100644
--- a/crypto/arm_arch.h
+++ b/crypto/arm_arch.h
@@ -97,11 +97,13 @@ extern unsigned int OPENSSL_armv8_rsa_neonized;
*/
# define ARM_CPU_IMP_ARM 0x41
+# define HISI_CPU_IMP 0x48
# define ARM_CPU_PART_CORTEX_A72 0xD08
# define ARM_CPU_PART_N1 0xD0C
# define ARM_CPU_PART_V1 0xD40
# define ARM_CPU_PART_N2 0xD49
+# define HISI_CPU_PART_KP920 0xD01
# define MIDR_PARTNUM_SHIFT 4
# define MIDR_PARTNUM_MASK (0xfffU << MIDR_PARTNUM_SHIFT)