Is there a way, to detect CPU type (i.MX8DX / i.MX8QXP / i.MX8DXP) at runtime via SCU? I could not find it in the SCFW porting kit documentation or in the CPU reference manual.
Thanks in advance
Just bring back this question to live, looking through current U-Boot sources there is some usage of fuse word 6, which has the Temprature grade in bit [13:12]. I see usage of bit [7:0] as criteria for disabled cores. The fusemap manual states this as reserved bits. Is there an newer version of the fusemap documentation available? We need a way to distinguish between i.MX8QXP / i.MXDXP / i.MX8DX at runtime.