From e03a60ec46976fe6ae2a9081c3bd2fa51436b92f Mon Sep 17 00:00:00 2001 From: Stephen Kyle Date: Thu, 10 Aug 2017 14:02:17 +0100 Subject: [PATCH] add kevin and elm chromebook platform files These are called 'cros-kevin' and 'cros-elm', respectively. --- libs/utils/platforms/cros-elm.json | 30 ++++++++++++++++++++++++++++ libs/utils/platforms/cros-kevin.json | 30 ++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 libs/utils/platforms/cros-elm.json create mode 100644 libs/utils/platforms/cros-kevin.json diff --git a/libs/utils/platforms/cros-elm.json b/libs/utils/platforms/cros-elm.json new file mode 100644 index 000000000..78c42d6bf --- /dev/null +++ b/libs/utils/platforms/cros-elm.json @@ -0,0 +1,30 @@ +{ + "board" : { + "cores" : [ + "A53", "A53", + "A72", "A72" + ], + "big_core" : "A72", + "modules" : ["bl", "cpufreq", "cpuidle"] + }, + "nrg_model": { + "big": { + "cluster": { + "nrg_max": 252 + }, + "cpu": { + "cap_max": 1024, + "nrg_max": 1098 + } + }, + "little": { + "cluster": { + "nrg_max": 220 + }, + "cpu": { + "cap_max": 591, + "nrg_max": 217 + } + } + } +} diff --git a/libs/utils/platforms/cros-kevin.json b/libs/utils/platforms/cros-kevin.json new file mode 100644 index 000000000..3e1f9e58b --- /dev/null +++ b/libs/utils/platforms/cros-kevin.json @@ -0,0 +1,30 @@ +{ + "board" : { + "cores" : [ + "A53", "A53", "A53", "A53", + "A72", "A72" + ], + "big_core" : "A72", + "modules" : ["bl", "cpufreq", "cpuidle"] + }, + "nrg_model": { + "big": { + "cluster": { + "nrg_max": 78 + }, + "cpu": { + "cap_max": 1024, + "nrg_max": 1893 + } + }, + "little": { + "cluster": { + "nrg_max": 56 + }, + "cpu": { + "cap_max": 472, + "nrg_max": 215 + } + } + } +} -- GitLab