diff --git a/libs/utils/platforms/hikey960.json b/libs/utils/platforms/hikey960.json index 559a5aed18a3832558240355f0fac383cc540dc4..229b8d615e71e9a43074c500847d09b775349bca 100644 --- a/libs/utils/platforms/hikey960.json +++ b/libs/utils/platforms/hikey960.json @@ -1,30 +1,76 @@ { "board" : { - "cores" : [ - "A53", "A53", "A53", "A53", - "A73", "A73", "A73", "A73" - ], - "big_core" : "A73", - "modules" : ["bl", "cpufreq", "cpuidle"] + "cores" : [ + "A53", "A53", "A53", "A53", + "A73", "A73", "A73", "A73" + ], + "big_core" : "A73", + "modules" : ["bl", "cpufreq", "cpuidle"] }, "nrg_model": { - "big": { - "cluster": { - "nrg_max": 413 - }, - "cpu": { - "cap_max": 1023, - "nrg_max": 1214 - } - }, - "little": { - "cluster": { - "nrg_max": 84 - }, - "cpu": { - "cap_max": 402, - "nrg_max": 242 - } - } - } + "big": { + "cluster": { + "nrg_max": 413 + }, + "cpu": { + "cap_max": 1023, + "nrg_max": 1214 + } + }, + "little": { + "cluster": { + "nrg_max": 84 + }, + "cpu": { + "cap_max": 402, + "nrg_max": 242 + } + } + }, + "abi": "arm64", + "clusters": { + "0": [ + 0, + 1, + 2, + 3 + ], + "1": [ + 4, + 5, + 6, + 7 + ] + }, + "cpus_count": 8, + "freqs": { + "0": [ + 533000, + 999000, + 1402000, + 1709000, + 1844000 + ], + "1": [ + 903000, + 1421000, + 1805000, + 2112000, + 2362000 + ] + }, + "topology": [ + [ + 0, + 1, + 2, + 3 + ], + [ + 4, + 5, + 6, + 7 + ] + ] }