From 73860ca8c8566a3085149e5cd49362ef17fc28f1 Mon Sep 17 00:00:00 2001 From: Vadim Bendebury Date: Fri, 2 Dec 2016 12:41:42 +0800 Subject: [PATCH] cr50: update both prod and dev minor RW versions to 11 The latest released images are 0.0.11, let's update the manifests such that images built in dev environment can override released images. BRANCH=none BUG=none TEST=verified that new images are built with RW version 0.0.11 Change-Id: I4db82abd3eb725849b656259f675b32a8314942c Reviewed-on: https://chromium-review.googlesource.com/415601 Commit-Ready: Vadim Bendebury Tested-by: Vadim Bendebury Reviewed-by: Bill Richardson --- util/signer/ec_RW-manifest-kevin_evt_1.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-kevin_evt_1.json b/util/signer/ec_RW-manifest-kevin_evt_1.json index e5e5519739..d9bcac50e2 100644 --- a/util/signer/ec_RW-manifest-kevin_evt_1.json +++ b/util/signer/ec_RW-manifest-kevin_evt_1.json @@ -149,7 +149,7 @@ "timestamp": 0, "epoch": 0, // FWR diversification contributor, 32 bits. "major": 0, // FW2_HIK_CHAIN counter. - "minor": 9, // Mostly harmless version field. + "minor": 11, // 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 26d4b0293c..8b5b4081a4 100644 --- a/util/signer/ec_RW-manifest-prod.json +++ b/util/signer/ec_RW-manifest-prod.json @@ -150,7 +150,7 @@ "timestamp": 0, "epoch": 0, // FWR diversification contributor, 32 bits. "major": 0, // FW2_HIK_CHAIN counter. - "minor": 10, // Mostly harmless version field. + "minor": 11, // 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.