cr50: prepare for pre-pvt images' revision bump

This will allow to make differences between pre-pvt and mp images
better visible.

BRANCH=cr50
BUG=none
TEST=none

Change-Id: I3abf24443a208482167231d93983b8edcace5f55
Signed-off-by: Vadim Bendebury <vbendeb@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/907170
Reviewed-by: Mary Ruthven <mruthven@chromium.org>
This commit is contained in:
Vadim Bendebury
2018-02-07 10:20:00 -08:00
parent 4a673c15ad
commit 8d1422813e
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@
"timestamp": 0,
"epoch": 0, // FWR diversification contributor, 32 bits.
"major": 1, // FW2_HIK_CHAIN counter.
"major": 2, // FW2_HIK_CHAIN counter.
"minor": 1, // Mostly harmless version field.
"applysec": -1, // Mask to and with fuse BROM_APPLYSEC.
"config1": 13, // Which BROM_CONFIG1 actions to take before launching.

View File

@@ -43,7 +43,7 @@
// epoch/major/minor would be preferred
"timestamp": 1,
"epoch": 0, // FWR diversification contributor, 32 bits.
"major": 1, // FW2_HIK_CHAIN counter.
"major": 2, // FW2_HIK_CHAIN counter.
"minor": 1, // Mostly harmless version field.
"applysec": -1, // Mask to and with fuse BROM_APPLYSEC.
"config1": 13, // Which BROM_CONFIG1 actions to take before launching.