summaryrefslogtreecommitdiff
path: root/board/snow/ec.tasklist
diff options
context:
space:
mode:
authorVincent Palatin <vpalatin@chromium.org>2012-08-06 16:57:41 +0000
committerGerrit <chrome-bot@google.com>2012-08-06 12:06:44 -0700
commitd8e04f0db75a0088121981df3bd57c3dccb10945 (patch)
tree28fd04950455a56042cc13275be1691a622db224 /board/snow/ec.tasklist
parent7c5c4792e9db9e7ff69ef2fd40fb4d6c05179580 (diff)
downloadchrome-ec-d8e04f0db75a0088121981df3bd57c3dccb10945.tar.gz
snow daisy: compute RW firmware hash
Activate the VBOOT code to compute the SHA256 hash of the RW partition of the EC firmware. Signed-off-by: Vincent Palatin <vpalatin@chromium.org> BUG=None TEST=On Snow, reset the EC and see the hash is computed at startup. Change-Id: Id1930f823ef516e459b4905c7d0f301568fddf0f Reviewed-on: https://gerrit.chromium.org/gerrit/29279 Reviewed-by: Vic Yang <victoryang@chromium.org> Reviewed-by: Randall Spangler <rspangler@chromium.org> Commit-Ready: Vincent Palatin <vpalatin@chromium.org> Tested-by: Vincent Palatin <vpalatin@chromium.org>
Diffstat (limited to 'board/snow/ec.tasklist')
-rw-r--r--board/snow/ec.tasklist1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/snow/ec.tasklist b/board/snow/ec.tasklist
index 91e4d353c0..c9785dd4a9 100644
--- a/board/snow/ec.tasklist
+++ b/board/snow/ec.tasklist
@@ -15,6 +15,7 @@
*/
#define CONFIG_TASK_LIST \
TASK(WATCHDOG, watchdog_task, NULL) \
+ TASK(VBOOTHASH, vboot_hash_task, NULL) \
TASK(POWERLED, power_led_task, NULL) \
TASK(PMU_TPS65090_CHARGER, pmu_charger_task, NULL) \
TASK(KEYSCAN, keyboard_scan_task, NULL) \