mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-12 10:55:21 +00:00
Re-add dumpRSAPublicKey utility
This utility is used by firmware tests and having it missing is causing subtle FAFT test failures that are frustratingly difficult to track down. BUG=chrome-os-partner:38032 BRANCH=none TEST=successful run of firmware_UpdateKernelDataKeyVersion Change-Id: I4dcf277ce2678001f6e68d89781b6166042ea96e Signed-off-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/219079 Reviewed-by: Bill Richardson <wfrichar@chromium.org>
This commit is contained in:
committed by
chrome-internal-fetch
parent
efa8756c5e
commit
0f07867e6f
2
Makefile
2
Makefile
@@ -474,6 +474,7 @@ UTIL_NAMES_STATIC = \
|
||||
|
||||
UTIL_NAMES = ${UTIL_NAMES_STATIC} \
|
||||
utility/tpm_init_temp_fix \
|
||||
utility/dumpRSAPublicKey \
|
||||
utility/tpmc
|
||||
|
||||
# TODO: Do we still need eficompress and efidecompress for anything?
|
||||
@@ -481,7 +482,6 @@ ifeq (${MINIMAL},)
|
||||
UTIL_NAMES += \
|
||||
utility/bmpblk_font \
|
||||
utility/bmpblk_utility \
|
||||
utility/dumpRSAPublicKey \
|
||||
utility/eficompress \
|
||||
utility/efidecompress \
|
||||
utility/load_kernel_test \
|
||||
|
||||
Reference in New Issue
Block a user