summaryrefslogtreecommitdiff
path: root/tests/futility/models/link/setvars.sh
blob: 191809988acc14f32f75eedb14d350c4a5c6d29b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
# Copyright 2017 The Chromium OS Authors. All rights reserved.
# 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 link
IMAGE_MAIN="images/bios_link.bin"
IMAGE_EC="images/ec_link.bin"
IMAGE_PD=""
SIGNATURE_ID="link"