This function checks if a given CPU is supported by this variant of Silicon. Currently it checks if it is CG part and disallows handoff to A53_2/3 cores.
u32 XFsbl_CheckSupportedCpu(u32 CpuId);
Parameters | Description |
---|---|
Cpuld | Checks if the processor is A53_2 or A53_3 or not. |