summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim Bendebury <vbendeb@chromium.org>2018-02-12 18:40:25 -0800
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2018-02-20 23:54:41 +0000
commitdffbb528fbb2656ae2c3ed602cf675f44b5fdbfc (patch)
tree2231055713755460be3b346f934fac4fd35c0eac
parent452e997610c598e1f84f4ceb5f88e8651c939933 (diff)
downloadchrome-ec-dffbb528fbb2656ae2c3ed602cf675f44b5fdbfc.tar.gz
cr50: move to prod RMA key
The new key ID is set to zero. BRANCH=cr50, cr50-eve BUG=b:70891959 TEST=verified that prod server properly responds to the challenge generated by a CR50 running on Robo device. Change-Id: I1e0da4a2cebca7f985c5f2a6da509c850924a874 Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/915503 Reviewed-by: Randall Spangler <rspangler@chromium.org> Reviewed-by: Michael Tang <ntang@chromium.org> (cherry picked from commit 7b44ce57a3273e7ff6b339d3a9214fb891512fa3) Reviewed-on: https://chromium-review.googlesource.com/927718
-rw-r--r--board/cr50/board.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/board/cr50/board.h b/board/cr50/board.h
index 180f0a8349..9e82f9c405 100644
--- a/board/cr50/board.h
+++ b/board/cr50/board.h
@@ -352,12 +352,13 @@ enum nvmem_users {
#define CONFIG_RMA_AUTH
#define CONFIG_RNG
-/* Dummy values to be replaced with real ones. */
+/* Should be eventually injected into the image at build time. */
#define CONFIG_RMA_AUTH_SERVER_PUBLIC_KEY { \
- 0x03, 0xae, 0x2d, 0x2c, 0x06, 0x23, 0xe0, 0x73, \
- 0x0d, 0xd3, 0xb7, 0x92, 0xac, 0x54, 0xc5, 0xfd, \
- 0x7e, 0x9c, 0xf0, 0xa8, 0xeb, 0x7e, 0x2a, 0xb5, \
- 0xdb, 0xf4, 0x79, 0x5f, 0x8a, 0x0f, 0x28, 0x3f}
-#define CONFIG_RMA_AUTH_SERVER_KEY_ID 0x10
+ 0xe3, 0xe5, 0x66, 0xf3, 0x12, 0x25, 0x74, 0xba, \
+ 0xb3, 0x8f, 0x9f, 0x41, 0x80, 0x3b, 0x58, 0x9a, \
+ 0xb0, 0xdc, 0x71, 0x64, 0x1b, 0x6d, 0x22, 0x82, \
+ 0x9f, 0x22, 0x31, 0xb3, 0x56, 0x94, 0x8e, 0x13}
+
+#define CONFIG_RMA_AUTH_SERVER_KEY_ID 0
#endif /* __CROS_EC_BOARD_H */