From 1e063b09021164b07498a56fc10e69adbb7536d4 Mon Sep 17 00:00:00 2001 From: Bill Richardson Date: Fri, 3 Feb 2012 14:29:28 -0800 Subject: 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 Tested-by: Bill Richardson Reviewed-by: Randall Spangler --- utility/vbutil_what_keys | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'utility/vbutil_what_keys') 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 -- cgit v1.2.1