Add ARM Cortex A72 to CPU list
This change is required to properly detect CPUs on Marvell Armada 80x0/70x0 SoC family. Submitted by: Rafal Kozik <rk@semihalf.com> Reviewed by: andrew, cognet (mentor) Approved by: cognet (mentor) Sponsored by: Semihalf Differential Revision: https://reviews.freebsd.org/D12184
This commit is contained in:
parent
a0a93de728
commit
d7d8ab0316
@ -122,6 +122,7 @@ static const struct cpu_parts cpu_parts_arm[] = {
|
||||
{ CPU_PART_FOUNDATION, "Foundation-Model" },
|
||||
{ CPU_PART_CORTEX_A53, "Cortex-A53" },
|
||||
{ CPU_PART_CORTEX_A57, "Cortex-A57" },
|
||||
{ CPU_PART_CORTEX_A72, "Cortex-A72" },
|
||||
CPU_PART_NONE,
|
||||
};
|
||||
/* Cavium */
|
||||
|
@ -82,6 +82,7 @@
|
||||
#define CPU_PART_FOUNDATION 0xD00
|
||||
#define CPU_PART_CORTEX_A53 0xD03
|
||||
#define CPU_PART_CORTEX_A57 0xD07
|
||||
#define CPU_PART_CORTEX_A72 0xD08
|
||||
|
||||
#define CPU_REV_THUNDER_1_0 0x00
|
||||
#define CPU_REV_THUNDER_1_1 0x01
|
||||
|
Loading…
Reference in New Issue
Block a user