By specification, the PSCI CPU_ON command should pass context_id argument
in X0 register for newly started core. But it seems that at least U-Boot
based PSCI implementation corrupt it.
Use the cpu_mpidrs table for validation of X0 (context_id) value and if
is not valid, use it for searching of correct context_id.
MFC after: 1 month