summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@chromium.org>2012-02-03 14:29:28 -0800
committerGerrit <chrome-bot@google.com>2012-02-03 17:15:16 -0800
commit1e063b09021164b07498a56fc10e69adbb7536d4 (patch)
tree669ff0a37db7c3075aff92cf6e41da16598408ee
parenta05814398202c4147a5e3f28474830ec0a9a0a90 (diff)
downloadvboot-1e063b09021164b07498a56fc10e69adbb7536d4.tar.gz
Add Stumpy MP key info to vbutil_what_keys
BUG=chrome-os-partner:7878 TEST=manual Run vbutil_what_keys specifying either a BIOS or disk image signed with the Stumpy MP keys. It should identify it as such. For example: vbutil_what_keys chromeos_1675.0.0_stumpy_recovery_dev-channel_mp.bin or vbutil_what_keys bios.bin The output should contain the strings "Stumpy MP" somewhere, if the image or BIOS is signed with the Stumpy MP keys. Change-Id: I575b7358ced4234c918eff40cdeb17fe06ab331c Reviewed-on: https://gerrit.chromium.org/gerrit/15271 Commit-Ready: Bill Richardson <wfrichar@chromium.org> Tested-by: Bill Richardson <wfrichar@chromium.org> Reviewed-by: Randall Spangler <rspangler@chromium.org>
-rwxr-xr-xutility/vbutil_what_keys7
1 files changed, 6 insertions, 1 deletions
diff --git a/utility/vbutil_what_keys b/utility/vbutil_what_keys
index e95ca547..dc595c7e 100755
--- a/utility/vbutil_what_keys
+++ b/utility/vbutil_what_keys
@@ -41,7 +41,9 @@ fi
#
# 057a03c1526a1be7f42d29095c5a583231a75b35 recovery Stumpy PVT
# 04dd63e835c979b57f87fd74e99af68e0cd39ad7 normal Stumpy PVT
-
+#
+# 6f6d6df4e328633904990cf8c60baa18b8cf6fc7 recovery Stumpy MP
+# de0b76af3caa55a8e7aa34c805e4248ad03b18e7 normal Stumpy MP
# And here are values for BIOS components.
#
@@ -70,6 +72,9 @@ fi
#
# 9bd99a594c45b6739899a17ec29ac2289ee75463 ZGB MP
# 9f59876c7f7dc881f02d934786c6b7c2c17dcaac ZGB MP
+#
+# 37e7bad73449f782f280b1668fed48d1132137fa Stumpy MP
+# 4ec4ba0a746b37b1c6286ab807c2a5b1e7ab4ab0 Stumpy MP
set -o pipefail