1{
2    "board" : {
3        "cores" : [
4            "a53", "a53", "a53", "a53",
5            "a72", "a72", "a72", "a72"
6        ],
7        "big_core" : "a72",
8        "modules" : ["bl", "cpufreq"]
9    },
10    "nrg_model" : {
11        "little" : {
12            "cpu" : {
13                "nrg_max" :   201,
14                "cap_max" :   438
15            },
16            "cluster" : {
17                "nrg_max" :    66
18            }
19        },
20        "big": {
21            "cpu" : {
22                "nrg_max" :  1138,
23                "cap_max" :  1024
24            },
25            "cluster" : {
26                "nrg_max" :   203
27            }
28        }
29    },
30
31    "update-config" : {
32        "kernel" : {
33            "build-script" : "update-script.sh kernel build",
34            "flash-script" : "update-script.sh kernel flash"
35        },
36        "all" : {
37            "build-script" : "update-script.sh all build",
38            "flash-script" : "update-script.sh all flash"
39        }
40    }
41}
42