From 76d6f012d342e9a60f7e53c85fb15e82aac6518b Mon Sep 17 00:00:00 2001 From: Vadim Bendebury Date: Wed, 18 Jul 2018 14:00:55 -0700 Subject: cr50: fix prod RMA reset p256 key id When the key blob was prepared, the key ID value was set to 0x20, whereas for the prod key the value should be set to 0x01. BRANCH=cr50 BUG=b:73296606, b:73647182 TEST=prod signed image works with the response received from the RMA server, and fails when using the response generated by the rma_test utility Change-Id: I9b0ae75c9a262cfdb7f096361ad2b04262a34f90 Signed-off-by: Vadim Bendebury Reviewed-on: https://chromium-review.googlesource.com/1142473 Commit-Ready: ChromeOS CL Exonerator Bot Reviewed-by: Mary Ruthven --- board/cr50/rma_key_blob.p256.prod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/cr50/rma_key_blob.p256.prod b/board/cr50/rma_key_blob.p256.prod index 22d4a04689..519a98506a 100644 --- a/board/cr50/rma_key_blob.p256.prod +++ b/board/cr50/rma_key_blob.p256.prod @@ -1 +1 @@ -VCd S]S]#RrEFe,55l̼v(ND \ No newline at end of file +VCd S]S]#RrEFe,55l̼v(ND \ No newline at end of file -- cgit v1.2.1