summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Boichat <drinkcat@chromium.org>2018-07-19 15:48:59 +0800
committerchrome-bot <chrome-bot@chromium.org>2018-08-15 08:46:52 -0700
commit331eaf99ce5376332442f2f1d83d277c6104bbb6 (patch)
tree6b22ea3315ce1dcd94f22a51b8eded6de5467c19
parentaf9c4a5ec91d233fc8d2b2eef7639d811664b086 (diff)
downloadchrome-ec-331eaf99ce5376332442f2f1d83d277c6104bbb6.tar.gz
meowth_fp: Enable CONFIG_ROLLBACK_MPU_PROTECT
BRANCH=none BUG=b:111330723 TEST=flashread 0xe0000, rw 0x80e0020, md 0x80e0020, ectool flashread 0xc0000 0x1000 x => All cause EC to crash and reboot TEST=rollbackinfo still works Change-Id: Iaf48b3a8c9392c539f61bb2b9b9337e61c755581 Signed-off-by: Nicolas Boichat <drinkcat@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1143107 Reviewed-by: Randall Spangler <rspangler@chromium.org> Reviewed-by: Nicolas Norvez <norvez@chromium.org>
-rw-r--r--board/meowth_fp/board.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/meowth_fp/board.h b/board/meowth_fp/board.h
index a95089dbef..2538f58402 100644
--- a/board/meowth_fp/board.h
+++ b/board/meowth_fp/board.h
@@ -127,6 +127,9 @@
*/
#define CONFIG_ROLLBACK
#define CONFIG_ROLLBACK_SECRET_SIZE 32
+
+#define CONFIG_ROLLBACK_MPU_PROTECT
+
/*
* We do not use any "locally" generated entropy: this is normally used
* to add local entropy when the main source of entropy is remote.