summaryrefslogtreecommitdiff
path: root/util/signer/common/image.h
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@chromium.org>2015-10-21 12:37:29 -0700
committerchrome-bot <chrome-bot@chromium.org>2015-10-22 00:17:37 -0700
commit0f4e6d217d930c6f3b849f232b1260aed099f260 (patch)
treeac739c2b503e5794909cb64c46a9c50dffca1f4c /util/signer/common/image.h
parent5ef895616919c1ab132463eeb86c9ea9d2bb6c87 (diff)
downloadchrome-ec-0f4e6d217d930c6f3b849f232b1260aed099f260.tar.gz
Cr50: Support FPGA image m3.dist_20151021_054409
This enables support for a new FPGA image with tighter timing constraints. Some USB functions perform better using this model. There are also changes to the signing code. BUG=chrome-os-partner:34893 BRANCH=none TEST=make buildall Change-Id: I608c2424d76b4ea566bf56fa0fed3810436216bb Signed-off-by: Bill Richardson <wfrichar@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/308063 Reviewed-by: Vadim Bendebury <vbendeb@chromium.org>
Diffstat (limited to 'util/signer/common/image.h')
-rw-r--r--util/signer/common/image.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/signer/common/image.h b/util/signer/common/image.h
index 31af8bbb1a..1efe763d2d 100644
--- a/util/signer/common/image.h
+++ b/util/signer/common/image.h
@@ -19,6 +19,8 @@ class Image {
Image();
~Image();
+ void randomize();
+
bool fromIntelHex(const std::string& filename, bool withSignature = true);
bool fromElf(const std::string& filename);