mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-11-25 10:45:02 +00:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user