summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2012-08-07 15:43:57 -0700
committerGerrit <chrome-bot@google.com>2012-08-07 19:06:33 -0700
commit45cd8463a3e1611e4721ccb9f1beef8f4ab897af (patch)
treee5e17df16d7b145dd5321e29a37fe9c45552fd07 /board
parent29cbe516631f15d548be1da101b6f04f692982d4 (diff)
downloadchrome-ec-45cd8463a3e1611e4721ccb9f1beef8f4ab897af.tar.gz
Remove signature-based vboot support
Superseded by EC software sync (hash-based). Sig-based vboot was correctly implemented, but ended up being too slow to be useful given the limited processing power of the EC chips, and we also couldn't come up with a manageable way to handle A/B autoupdate of signed EC firmware. This change and an associated vboot_reference change shrinks the EC binary by ~2KB. BUG=chrome-os-partner:11232 TEST=build link,snow; boot link and check that 'hash' command still works. Change-Id: I3f03ae2d0a4030977826980d6ec5613181e154c2 Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/29496 Reviewed-by: Bill Richardson <wfrichar@chromium.org>
Diffstat (limited to 'board')
-rw-r--r--board/bds/board.h2
-rw-r--r--board/daisy/board.h1
-rw-r--r--board/link/board.h1
-rw-r--r--board/snow/board.h1
4 files changed, 0 insertions, 5 deletions
diff --git a/board/bds/board.h b/board/bds/board.h
index 053ccb17b7..d26a79f7ef 100644
--- a/board/bds/board.h
+++ b/board/bds/board.h
@@ -16,8 +16,6 @@
/* Optional features */
#define CONFIG_CONSOLE_CMDHELP
#define CONFIG_SYSTEM_UNLOCKED /* Allow dangerous commands */
-#define CONFIG_VBOOT
-/* FIXME: This got broken. #define CONFIG_VBOOT_SIG */
#ifndef __ASSEMBLER__
diff --git a/board/daisy/board.h b/board/daisy/board.h
index f8ca5cad56..a866466d0f 100644
--- a/board/daisy/board.h
+++ b/board/daisy/board.h
@@ -24,7 +24,6 @@
/* compute RW firmware hash at startup */
#define CONFIG_VBOOT
-#define CONFIG_VBOOT_HASH
/* Allow dangerous commands all the time, since we don't have a write protect
* switch. */
diff --git a/board/link/board.h b/board/link/board.h
index 05ab9adebf..178be14d45 100644
--- a/board/link/board.h
+++ b/board/link/board.h
@@ -31,7 +31,6 @@
#define CONFIG_TMP006
#define CONFIG_USB_CHARGE
#define CONFIG_VBOOT
-#define CONFIG_VBOOT_HASH
#ifndef __ASSEMBLER__
diff --git a/board/snow/board.h b/board/snow/board.h
index f84917a814..19335af80c 100644
--- a/board/snow/board.h
+++ b/board/snow/board.h
@@ -28,7 +28,6 @@
/* compute RW firmware hash at startup */
#define CONFIG_VBOOT
-#define CONFIG_VBOOT_HASH
#ifndef __ASSEMBLER__