Use the cortex functions when booting on one of the Cortex-A ARMv8 CPUs.

This list is incomplete, however we don't have the ID values for the
missing Cortex-A32 or A35.

Submitted by:	loos (Cortex-A53)
Sponsored by:	ABT Systems Ltd
This commit is contained in:
andrew 2016-10-03 20:05:33 +00:00
parent 1ab9ca2280
commit 5b54b53584

View File

@ -680,6 +680,9 @@ set_cpufuncs()
case CPU_ID_CORTEXA9:
case CPU_ID_CORTEXA12:
case CPU_ID_CORTEXA15:
case CPU_ID_CORTEXA53:
case CPU_ID_CORTEXA57:
case CPU_ID_CORTEXA72:
case CPU_ID_KRAIT300:
cpufuncs = cortexa_cpufuncs;
get_cachetype_cp15();