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:
Marcin Wojtas 2017-09-03 08:32:33 +00:00
parent a0a93de728
commit d7d8ab0316
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=323138
2 changed files with 2 additions and 0 deletions

View File

@ -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 */

View File

@ -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