mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
arm64: Add MIDR entries for Cortex-A55, A73 and A75
Add MIDR entries for Cortex-A55, Cortex-A73 and Cortex-A75 cores and update the is_coretex_a entries. Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
This commit is contained in:
@@ -5,8 +5,11 @@
|
||||
|
||||
#define MIDR_PARTNUM_CORTEX_A35 0xD04
|
||||
#define MIDR_PARTNUM_CORTEX_A53 0xD03
|
||||
#define MIDR_PARTNUM_CORTEX_A55 0xD05
|
||||
#define MIDR_PARTNUM_CORTEX_A57 0xD07
|
||||
#define MIDR_PARTNUM_CORTEX_A72 0xD08
|
||||
#define MIDR_PARTNUM_CORTEX_A73 0xD09
|
||||
#define MIDR_PARTNUM_CORTEX_A75 0xD0A
|
||||
#define MIDR_PARTNUM_CORTEX_A76 0xD0B
|
||||
#define MIDR_PARTNUM_SHIFT 0x4
|
||||
#define MIDR_PARTNUM_MASK (0xFFF << MIDR_PARTNUM_SHIFT)
|
||||
@@ -31,6 +34,9 @@ static inline unsigned int read_midr(void)
|
||||
|
||||
is_cortex_a(35)
|
||||
is_cortex_a(53)
|
||||
is_cortex_a(55)
|
||||
is_cortex_a(57)
|
||||
is_cortex_a(72)
|
||||
is_cortex_a(73)
|
||||
is_cortex_a(75)
|
||||
is_cortex_a(76)
|
||||
|
||||
Reference in New Issue
Block a user