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:
parent
1ab9ca2280
commit
5b54b53584
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user