From 515249a7d38c8c837e4fc5c414a67beb28516ba2 Mon Sep 17 00:00:00 2001 From: Vadim Bendebury Date: Tue, 6 Dec 2016 09:26:24 -0800 Subject: [PATCH] cr50: rename dev mode manifest file The manifest used for signing in dev mode was originally used for kevin evt 1, but now it is a common dev mode manifest. Rename the fie appropriately and modify the makefile using it. BRANCH=none BUG=chrome-os-partner:57956 TEST=verified that it is still possible to build cr50 with CR50_DEV=1 Change-Id: If744406a83a7045cd34c76c941fdef209bef51ac Signed-off-by: Vadim Bendebury Reviewed-on: https://chromium-review.googlesource.com/417220 Reviewed-by: Bill Richardson --- chip/g/build.mk | 2 +- ...{ec_RW-manifest-kevin_evt_1.json => ec_RW-manifest-dev.json} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename util/signer/{ec_RW-manifest-kevin_evt_1.json => ec_RW-manifest-dev.json} (100%) diff --git a/chip/g/build.mk b/chip/g/build.mk index 950704a03c..692139847e 100644 --- a/chip/g/build.mk +++ b/chip/g/build.mk @@ -115,7 +115,7 @@ CPPFLAGS += -DCR50_DEV=1 SIGNER = $(HOME)/bin/codesigner CR50_RW_KEY = cr50_rom0-dev-blsign.pem.pub RW_SIGNER_EXTRAS = -x util/signer/fuses.xml -RW_SIGNER_EXTRAS += -j util/signer/ec_RW-manifest-kevin_evt_1.json +RW_SIGNER_EXTRAS += -j util/signer/ec_RW-manifest-dev.json $(out)/RW/ec.RW_B.flat: $(out)/RW/ec.RW.flat $(out)/RW/ec.RW.flat $(out)/RW/ec.RW_B.flat: SIGNER_EXTRAS = $(RW_SIGNER_EXTRAS) endif diff --git a/util/signer/ec_RW-manifest-kevin_evt_1.json b/util/signer/ec_RW-manifest-dev.json similarity index 100% rename from util/signer/ec_RW-manifest-kevin_evt_1.json rename to util/signer/ec_RW-manifest-dev.json