From 9eac4de2efaf253ba9e89b822f430c060e59bf6b Mon Sep 17 00:00:00 2001 From: Vadim Bendebury Date: Mon, 23 Oct 2017 18:27:10 -0700 Subject: [PATCH] cr50: prepare to release 0.0.25 Let's make CCD and RMA auth features available on pre-PVT decvices. BRANCH=cr50 BUG=b:68161393 TEST=none Change-Id: Ic4ced2ba0e44b620bfeef9aa11f4676667c3176f Signed-off-by: Vadim Bendebury Reviewed-on: https://chromium-review.googlesource.com/734762 Reviewed-by: Mary Ruthven --- util/signer/ec_RW-manifest-dev.json | 2 +- util/signer/ec_RW-manifest-prod.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/util/signer/ec_RW-manifest-dev.json b/util/signer/ec_RW-manifest-dev.json index ca25127a0d..a5c28894a1 100644 --- a/util/signer/ec_RW-manifest-dev.json +++ b/util/signer/ec_RW-manifest-dev.json @@ -40,7 +40,7 @@ "timestamp": 0, "epoch": 0, // FWR diversification contributor, 32 bits. "major": 0, // FW2_HIK_CHAIN counter. - "minor": 24, // Mostly harmless version field. + "minor": 25, // Mostly harmless version field. "applysec": -1, // Mask to and with fuse BROM_APPLYSEC. "config1": 13, // Which BROM_CONFIG1 actions to take before launching. "err_response": 0, // Mask to or with fuse BROM_ERR_RESPONSE. diff --git a/util/signer/ec_RW-manifest-prod.json b/util/signer/ec_RW-manifest-prod.json index c4a35dcb10..585a2f5d21 100644 --- a/util/signer/ec_RW-manifest-prod.json +++ b/util/signer/ec_RW-manifest-prod.json @@ -44,7 +44,7 @@ "timestamp": 1, "epoch": 0, // FWR diversification contributor, 32 bits. "major": 0, // FW2_HIK_CHAIN counter. - "minor": 24, // Mostly harmless version field. + "minor": 25, // Mostly harmless version field. "applysec": -1, // Mask to and with fuse BROM_APPLYSEC. "config1": 13, // Which BROM_CONFIG1 actions to take before launching. "err_response": 0, // Mask to or with fuse BROM_ERR_RESPONSE.