Files
device_google_wahoo/lisa/board.json
Suren Baghdasaryan 4c4b82fdbb lisa: add board file with script to build and flash wahoo device
Add board config file holding device and update configuration parameters.
It is used by LISA scripts to allow image rebuilding and reimaging of
the target device. External script to build and flash wahoo device is
provided.

Change-Id: I7581cdb6d475aa3206a26bd230baeeb89782b920
Signed-off-by: Suren Baghdasaryan <surenb@google.com>
2017-10-03 00:19:47 +00:00

42 lines
980 B
JSON

{
"board" : {
"cores" : [
"a53", "a53", "a53", "a53",
"a72", "a72", "a72", "a72"
],
"big_core" : "a72",
"modules" : ["bl", "cpufreq"]
},
"nrg_model" : {
"little" : {
"cpu" : {
"nrg_max" : 201,
"cap_max" : 438
},
"cluster" : {
"nrg_max" : 66
}
},
"big": {
"cpu" : {
"nrg_max" : 1138,
"cap_max" : 1024
},
"cluster" : {
"nrg_max" : 203
}
}
},
"update-config" : {
"kernel" : {
"build-script" : "update-script.sh kernel build",
"flash-script" : "update-script.sh kernel flash"
},
"all" : {
"build-script" : "update-script.sh all build",
"flash-script" : "update-script.sh all flash"
}
}
}