commit | cb01fb12c45cb8a6bc6c07f7b82a901715fea22c | [log] [tgz] |
---|---|---|
author | Sanchayan Maity <maitysanchayan@gmail.com> | Wed Apr 15 16:24:24 2015 +0530 |
committer | Tom Rini <trini@konsulko.com> | Thu Apr 23 14:56:08 2015 -0400 |
tree | 6799a30b73580e8369b93b71650fd1f8e0a4f942 | |
parent | ab2aaaafda6a407d4a67d08660d05e59be09fe46 [diff] |
ARM: vf610: Add SoC and CPU type detection Vybrid product family consists of several rather similar SoC which can be determined by softare during boot time. This allows use of variable ${soc} for Linux device tree files. Detect VF5xx CPU's by reading the CPU count register. We can determine the second number of the CPU type (VF6x0) which indicates the presence of a L2 cache. Signed-off-by: Stefan Agner <stefan@agner.ch> Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>