diff options
author | Duncan Laurie <dlaurie@google.com> | 2020-03-30 10:56:49 -0700 |
---|---|---|
committer | Commit Bot <commit-bot@chromium.org> | 2020-03-31 06:54:33 +0000 |
commit | bf8c99df0ce9e086e9a48dd89e81d0dd5aa6f1a9 (patch) | |
tree | e3f69cfcfc4fae6322c1df388e794a37bb36fe34 /futility | |
parent | 804f7add39971816a5b2816c84376bc9d4f2d1da (diff) | |
download | vboot-bf8c99df0ce9e086e9a48dd89e81d0dd5aa6f1a9.tar.gz |
updater: Add Drallion to the wilco quirk list
Add the Drallion board to the list of sarien/arcada so it gets the
workaround to lock the CSME on dogfood units safely.
BUG=b:152475734
BRANCH=none
TEST=none
Signed-off-by: Duncan Laurie <dlaurie@google.com>
Change-Id: I2119f64d5935d3462f0f7ad27d255ec259733553
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/2127313
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Commit-Queue: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'futility')
-rw-r--r-- | futility/updater_quirks.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/futility/updater_quirks.c b/futility/updater_quirks.c index a2015f62..457a79b0 100644 --- a/futility/updater_quirks.c +++ b/futility/updater_quirks.c @@ -41,6 +41,8 @@ static const struct quirks_record quirks_records[] = { .quirks = "unlock_wilco_me_for_update" }, { .match = "Google_Arcada.", .quirks = "unlock_wilco_me_for_update" }, + { .match = "Google_Drallion.", + .quirks = "unlock_wilco_me_for_update" }, { .match = "Google_Poppy.", .quirks = "min_platform_version=6" }, { .match = "Google_Scarlet.", .quirks = "min_platform_version=1" }, |