summaryrefslogtreecommitdiff
path: root/tests/futility/models/peppy/setvars.sh
blob: bb98e2ed242ffb57fca8c9791601b0b3febc4ade (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
# Copyright 2017 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

# This is a template file which provides settings for firmware update of a
# particular model. The pack_firmware.py script uses this to create a working
# setvars-model.sh script.

# Image and key files for model peppy
IMAGE_MAIN="images/bios_peppy.bin"
IMAGE_EC="images/ec_peppy.bin"
IMAGE_PD=""
SIGNATURE_ID="peppy"