Add Cortex-A17 ID
This commit is contained in:
parent
0b2631673e
commit
25c151dc43
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: armreg.h,v 1.101 2014/10/15 21:58:22 skrll Exp $ */
|
||||
/* $NetBSD: armreg.h,v 1.102 2014/11/27 04:07:13 matt Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1998, 2001 Ben Harris
|
||||
@ -225,6 +225,7 @@
|
||||
#define CPU_ID_CORTEXA9R4 0x413fc090
|
||||
#define CPU_ID_CORTEXA15R2 0x412fc0f0
|
||||
#define CPU_ID_CORTEXA15R3 0x413fc0f0
|
||||
#define CPU_ID_CORTEXA17R1 0x411fc0e0
|
||||
#define CPU_ID_CORTEX_P(n) ((n & 0xff0ff000) == 0x410fc000)
|
||||
#define CPU_ID_CORTEX_A5_P(n) ((n & 0xff0ff0f0) == 0x410fc050)
|
||||
#define CPU_ID_CORTEX_A7_P(n) ((n & 0xff0ff0f0) == 0x410fc070)
|
||||
|
Loading…
Reference in New Issue
Block a user